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

Redefine what the "set" asset does organization-wise #5

Open
sashaouellet opened this issue Sep 28, 2018 · 0 comments
Open

Redefine what the "set" asset does organization-wise #5

sashaouellet opened this issue Sep 28, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sashaouellet
Copy link
Owner

The set asset is a little vague and is supposed to act as a container for other assets anyway. The proposal is to abstract its concept in a way that detaches it from being an asset, but rather is assigned to newly created assets. Sequences can then be marked with what "set" they belong to, and all child shots of the sequence inherit this attribute.

This makes it easier for us down the line to group assets together in a more sensible way for users in the DCC packages.

If we have info about what shot a user is working on, we can quickly grab all assets that are within that shot's set and present their latest published version in a sort of "shot manifest" view.

This requires an update to the sequence and asset DB tables with a new "set" column - this contains foreign keys to a new "sets" table.

@sashaouellet sashaouellet added the enhancement New feature or request label Sep 28, 2018
@sashaouellet sashaouellet self-assigned this Sep 28, 2018
@sashaouellet sashaouellet added this to To do in Release v1.2 Sep 28, 2018
@sashaouellet sashaouellet moved this from To do to In progress in Release v1.2 Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Release v1.2
  
In progress
Development

No branches or pull requests

1 participant