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

VisualParent support #28

Open
tokejepsen opened this issue Jul 4, 2018 · 1 comment
Open

VisualParent support #28

tokejepsen opened this issue Jul 4, 2018 · 1 comment

Comments

@tokejepsen
Copy link
Collaborator

Goal

Simplify clutter by utilizing visualParent data member.

Motivation

With lots of episodes/shots, the navigation can become difficult.

Implementation

Similar to walking the hierarchy of;

project > silo > asset

We would need to include the visual parents;

project > silo > visualParent > asset

The issue might be implementing the potential of unlimited visual parent levels.

@tokejepsen
Copy link
Collaborator Author

One hurdle to overcome would be how to traverse the visual parents without building a complete map of all the assets.

This could be implemented by initially showing all assets without a visualParent. Once navigating into an asset, we query the database for all asset with the previous assets id as visualParent.

tokejepsen added a commit to tokejepsen/launcher that referenced this issue Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant