Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markup: Task Logs View #236

Open
Tracked by #58
zaychenko-sergei opened this issue Nov 14, 2023 · 0 comments
Open
Tracked by #58

Markup: Task Logs View #236

zaychenko-sergei opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@zaychenko-sergei
Copy link
Contributor

zaychenko-sergei commented Nov 14, 2023

Follow Figma design closely:
image

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, ..)
  • Filter by log level

Next:

@zaychenko-sergei zaychenko-sergei added the enhancement New feature or request label Nov 14, 2023
This was referenced Nov 14, 2023
@dmitriy-borzenko dmitriy-borzenko self-assigned this Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants