Real-Dev-Squad/website-status

[UI/UX] : Expand Progress Update Card Inline

Closed this issue · 0 comments

Issue Description

We have to expand the ProgressUpdateCard component to expand and show all the details of a progress update on click.

Expected Behavior

It should expand the ProgressUpdateCard component to expand and show all the details of a progress update on click.

Current Behavior

Currently only the completed section data is shown as title in the ProgressUpdateCard component with more or less button, which on click expands/shrinks the title(i.e completed section data).

Screenshots

image

With title shrinked

image

With title expanded

Reproducibility

  • This issue is reproducible
  • This issue is not reproducible

Steps to Reproduce

We can go to any task and check out progress update of that task.
Example task - https://status.realdevsquad.com/tasks/9wNTdhcafX9rotWcpZdG?dev=true

Severity/Priority

  • Critical
  • High
  • Medium
  • Low

Additional Information

Currently the feature is under feature flag, with flag dev=true

Checklist

  • I have read and followed the project's code of conduct.
  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
  • I am willing to contribute to the resolution of this issue.