You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket assumes creating HTML markup, Angular component part, and services with mocked data.
Integrating with actual GraphQL APIs will be done separately.
Additional notes:
Logs are a stream of log entry records sorted by time (from earliest to latest)
Collapse/Expand for each entry record
Logs are potentially very long, so we must have pagination, and always start from the latest
A log of a running task may still grow. It should be possible to periodically see updates without refreshing.
A button to quickly jump to current time, if scrolled away too far.
A way to scroll quickly to given or relative time (1 hour ago, 3 hours ago, ..)
Follow Figma design closely:
This ticket assumes creating HTML markup, Angular component part, and services with mocked data.
Integrating with actual GraphQL APIs will be done separately.
Additional notes:
Next:
The text was updated successfully, but these errors were encountered: