Skip to content

feat(activity): implement recent user activity feed#154

Open
Samm-05 wants to merge 2 commits into
nensii21:mainfrom
Samm-05:feature/recent-user-activity
Open

feat(activity): implement recent user activity feed#154
Samm-05 wants to merge 2 commits into
nensii21:mainfrom
Samm-05:feature/recent-user-activity

Conversation

@Samm-05

@Samm-05 Samm-05 commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Summary

Implements the Recent User Activity feature by adding automatic activity tracking and a reusable activity feed integrated into the dashboard.

Changes

  • Added activity schema for backend.
  • Added reusable ActivityFeed frontend component.
  • Integrated activity feed into the dashboard.
  • Added frontend API support for activity endpoints.
  • Restored automatic activity logging for:
    • User registration
    • Profile updates
    • Project creation
    • Project updates
    • Project archiving
    • Organization creation
    • Repository connection
    • User follow actions

Testing

Frontend

  • npm run lint
  • npm run build

Backend

  • pytest

Manual

  • Verified activity feed renders correctly.
  • Verified activities are logged after successful operations.
  • Verified no duplicate activity records are created.

Closes #<#116>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 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! 💙

@nensii21

nensii21 commented Jul 6, 2026

Copy link
Copy Markdown
Owner

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.

@Samm-05

Samm-05 commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

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!

@Samm-05 Samm-05 force-pushed the feature/recent-user-activity branch from b4656fe to 7277040 Compare July 8, 2026 14:54
@nensii21

nensii21 commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Do attach screenshots and videos showing what changes have been made.Thanks.Also CI jobs are failing check it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants