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

Implement MaglaDependency functionality #5

Open
jacobmartinez3d opened this issue Sep 25, 2020 · 0 comments
Open

Implement MaglaDependency functionality #5

jacobmartinez3d opened this issue Sep 25, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jacobmartinez3d
Copy link
Member

MaglaDependency objects will be associated to various MaglaEntity types and should mirror the look and feel of a basic requirements.txt and be able to retrieve information about the specific modules and packages defined in it's dependency list. For a first implementation it is ok for this feature to only work with packages and modules which are accessible via the local filesystem.

Example use-case for a MaglaDependency record:

There is a shot which requires a newer version of Blender than what is set at the project level. A MaglaDependency record would then be created and associated to the desired shot and would have only 1 dependency defined - the version of Blender desired.

When magla comes accross any entity with an associated MaglaDependency it should attempt to use its definitions over the defaults for whatever operation is being performed.

@jacobmartinez3d jacobmartinez3d added the enhancement New feature or request label Sep 25, 2020
@jacobmartinez3d jacobmartinez3d changed the title Implement MaglaDependency functionality. Implement MaglaDependency functionality Sep 26, 2020
@jacobmartinez3d jacobmartinez3d self-assigned this Apr 26, 2021
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
None yet
Development

No branches or pull requests

1 participant