ayon-backend icon indicating copy to clipboard operation
ayon-backend copied to clipboard

Activity Feed: Expose entity creator/author in GraphQL

Open filipvnencak opened this issue 3 months ago • 0 comments

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 createdAt date 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.

Attachments

filipvnencak avatar Sep 25 '25 13:09 filipvnencak