-
Notifications
You must be signed in to change notification settings - Fork 54
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
More context when requesting a shot or an asset ? #12
Comments
Thank you @flablog for this suggestion. The behind idea of Gazu is to make life of TDs as simple as possible. Your feature request totally matches this goal. Requesting shots and assets is very common, so I add this to my short-term roadmap. Beside shots, there are several entities concerned by this feature:
I don't think it adds too much technical overhead. As long as it occurs only for single instance resource. If I need to add it for every shot list, it is more complex. So let's add it to single instance resource first. We'll see later if it's needed in other circumstances. |
This issue was solved in the last version of Zou. Could you confirm it works as expected? |
ping @flablog |
When getting a specific shot information using :
get_shot({'id':'98685e03-e787-4fa5-9be1-840a2cc88cff'})
We get useful information such as :
But the name (P004) is not enough to contextualize the shot for the user. What is its sequence, episode or projet ? What if I've 10 episodes, with 10 sequences and all of them have a shot P0004 ?
To get the full context, I need to do 3 more requests :
should that information be provided as default information ? Or at least as ids (episode_id and sequence_id) ? As shots are always (?) defined by their parent : sequence/episode/project. And I'm thinking of the same for assets.
Does it add too much internal load during basic requests ?
The text was updated successfully, but these errors were encountered: