ayon-backend
ayon-backend copied to clipboard
Activity Feed: Expose entity creator/author in GraphQL
Story
As a user, I want to see who created a folder or task so that I can understand authorship and ownership of entities.
Problems
- Currently, there is no way to retrieve the creator/author of an entity.
- The
createdAtdate is available, but no author information is stored or exposed. - Activities API does not include entity creation as an activity.
Proposal
- Confirm if creator information is stored for entities.
- f available, expose the creator/author field so spp can query it.
TODO
- [ ] Check if creator/author information is recorded in the backend.
- [ ] Extend GraphQL schema to include creator/author for entities.