You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable configuring of the project, such as thumbnail, title and description.
Implementation
The projects deserve a greater spotlight than just the name.
Difficulty
Currently, shot, task and application metadata is stored within a project and is loaded upon entering the project. The project metadata is also located within the project, but isn't available until after entering it. The brute force approach would be to load all metadata for every project upon listing it, but it would come at a performance penalty.
Best to hold on until the implementation of the remote asset service, at which point we could do exactly this, but cache the results server-side and save on performance that way.
The text was updated successfully, but these errors were encountered:
Goal
Enable configuring of the project, such as thumbnail, title and description.
Implementation
The projects deserve a greater spotlight than just the name.
Difficulty
Currently, shot, task and application metadata is stored within a project and is loaded upon entering the project. The project metadata is also located within the project, but isn't available until after entering it. The brute force approach would be to load all metadata for every project upon listing it, but it would come at a performance penalty.
Best to hold on until the implementation of the remote asset service, at which point we could do exactly this, but cache the results server-side and save on performance that way.
The text was updated successfully, but these errors were encountered: