mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-25 21:35:54 +03:00
[PR #494] feat(activity): implement comprehensive user activity logging #497
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#497
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dflow-sh/dflow/pull/494
Author: @manikanta9176
Created: 11/6/2025
Status: 🔄 Open
Base:
main← Head:feat/activity-tracking📝 Commits (1)
492777bfeat(activity): implement comprehensive user activity logging📊 Changes
8 files changed (+1014 additions, -3 deletions)
View changed files
➕
src/actions/activity/index.ts(+139 -0)➕
src/lib/activityTracker.ts(+83 -0)📝
src/payload-types.ts(+272 -2)📝
src/payload.config.ts(+11 -1)➕
src/payload/collections/Activity/index.ts(+355 -0)📝
src/payload/collections/Projects/index.ts(+31 -0)📝
src/payload/collections/Servers/index.ts(+56 -0)➕
src/payload/jobs/cleanupActivity.ts(+67 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.