feat(activity): implement recent user activity feed#154
Conversation
There was a problem hiding this comment.
🎉 Thank you for your first Pull Request to DevLink!
We appreciate your contribution to our open-source community.
Before your PR is reviewed, please ensure:
- ✅ The project builds successfully.
- ✅ Your code follows the project's coding standards.
- ✅ You have tested your changes.
- ✅ Related documentation has been updated if necessary.
Our maintainers will review your PR as soon as possible.
Thank you for helping improve DevLink! 💙
|
Thanks for the contribution. Some of the required CI checks is currently failing. Please take a look at the workflow logs, identify the cause, and push a fix. Once all required checks pass, I'll review and proceed with the PR. |
|
Hi @nensii21, Thank you for the feedback. I investigated the failing CI checks, resolved the issues on my branch, and pushed the fixes. The workflows have been re-triggered. Please let me know if any additional changes are required. Thank you! |
b4656fe to
7277040
Compare
|
Do attach screenshots and videos showing what changes have been made.Thanks.Also CI jobs are failing check it out. |
Summary
Implements the Recent User Activity feature by adding automatic activity tracking and a reusable activity feed integrated into the dashboard.
Changes
ActivityFeedfrontend component.Testing
Frontend
npm run lintnpm run buildBackend
pytestManual
Closes #<#116>