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

🐛 Add task detail links to tasks page #1980

Merged
merged 3 commits into from
Jun 26, 2024

Commits on Jun 26, 2024

  1. Add task detail links to tasks page

    1. extract base component to re-use for Analysis Details and Task
       Details
    2. add 2 new routes:
      a) /tasks/:taskId
      b) /tasks/:taskId/attachments/:attachmentId
    3. user can enter details screen by:
      a) task status name (link)
      b) "Task details" action (per row kebab actions"
    
    Signed-off-by: Radoslaw Szwajkowski <[email protected]>
    rszwajko committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    470b51c View commit details
    Browse the repository at this point in the history
  2. Refine wording, remove duplicated TaskDetailsBase

    Signed-off-by: Radoslaw Szwajkowski <[email protected]>
    rszwajko committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    63af805 View commit details
    Browse the repository at this point in the history
  3. Persist page state in session storage, fix wording

    Signed-off-by: Radoslaw Szwajkowski <[email protected]>
    rszwajko committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4eff123 View commit details
    Browse the repository at this point in the history