getavalon / docker

Avalon in a Dockerfile
MIT License
5 stars 2 forks source link

Remove hardcoded apps when syncing project. #30

Open tokejepsen opened 6 years ago

tokejepsen commented 6 years ago

Goal

Move away from hardcoded apps when syncing projects from CGWire.

Implementation

When creating projects in CGWire, the project apps are hardcoded, which does not take advantage of the preexisting work done on application toml files.

On creating a project, reference the toml files in the bin folder and register those.

tokejepsen commented 6 years ago

This isn't the right approach. It's up to Avalon to provide applications available to a studio or machine, which is what the .toml files and associated .bat files do, but applications available to the user should be specified per project. This should come from CGWire, as metadata of some kind.

A discussion about metadata in CGWire has been started here