DHARPA-Project / lumy

Modular research platform for digital humanities.
0 stars 0 forks source link

Dynamic workflow selection process #152

Open theorm opened 3 years ago

theorm commented 3 years ago

Right now the workflow selection screen is hardcoded in the app. We want to be able to construct this screen dynamically from a list of available workflows. We may want to keep the categories structure, which means that the list of categories should be provided in the workflow file. Currently the categories and the workflows have images associated with them. We may choose to ship images for common categories with the app. Images for workflows are better loaded from a URL which may be provided in the workflow file.

theorm commented 3 years ago

Partially handled in https://github.com/DHARPA-Project/lumy/pull/160 which introduces a list of available workflows under #/workflows. The original hardcoded tree like structure is still in the code.