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

Add related data to file storage file and user actions queries #4729

Open
2 tasks
apburnes opened this issue Feb 24, 2025 · 0 comments
Open
2 tasks

Add related data to file storage file and user actions queries #4729

apburnes opened this issue Feb 24, 2025 · 0 comments
Assignees

Comments

@apburnes
Copy link
Contributor

When an org manager or user queries a file, they should know who the last user was to update that file. And when an org manager views users actions, the file info should be related to the action.

Acceptance Criteria

  • When serializing a file record, it should append the user information to the response with the user who last modified the file
  • When serializing a user-action record, it should append the file record related to the user action. For deleted files, make sure to append the soft deleted record.
@apburnes apburnes self-assigned this Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant