ynput / ayon-backend

Server codebase with API access to AYON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestions: Suggest teams for single @

Innders opened this issue · comments

Story

A director is making a comment on a sequence and wants all the lighters to know it's a dark scene.

Problems

Not having to mention 20 users one by one.

Proposal

New mention type: team

[Lighting](team:lighting) this is a dark sequence so use the dark setup. 
[Compositing](team:compositing) all shots should have a subtle fire light flicker on the wall.

TODO

  • ...

Attachments

Do you need a resolve endpoint for that? In the project scope, you should be able to list teams.
I could implement link parsing for [Lighting](team:lighting) and resolve it serverside to a list of references to users. we need to create references for each team member, because of the inbox - a shared reference wouldn't work and users wouldn't be able to individually mark the notification as read

I don't need an endpoint but could teams show as part of the /suggest endpoint?