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

Create a twitter like view for status update and other activities. #700

Comments

@palakgupta2712
Copy link
Contributor

palakgupta2712 commented Feb 15, 2024

Issue Description

RFC Doc:- https://docs.google.com/document/d/1POVDpCCdqrsPh8dMFAh7b88gmxCr89kW1uEDxu3QaRg/edit

We want to create an activity feed where tasks or user related activity will be displayed.

  1. If the user updates the progress bar of the status, then that activity will be shown in the feed on the dashboard.
  2. If the user completes a task, then that activity will be shown in the feed on the dashboard.
  3. If the user creates an extension request for a task, then that activity will be shown in the feed on the dashboard, on click of that card, task will open.
  4. If a user creates a TCR, then that activity will be shown in the feed on the dashboard.
  5. If a superuser approves or denies a TCR or ER, it should show up too
  6. Also, should show up when a user adds a OOO and when it gets Acknowledged
  7. Add filters to sort the data based on category.

Expected Behavior

Current Behavior

Screenshots

Wireframe:-
image

Reproducibility

  • This issue is reproducible
  • This issue is not reproducible

Steps to Reproduce

Severity/Priority

  • Critical
  • High
  • Medium
  • Low

Additional Information

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment