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
Background:
To promote rapid RACK development we want a feature that will auto-updates RACK reference resources (data, model, nodegroups yamls/csvs) when a project is updated.
Acceptance Criteria:
When a button is clicked in RITE, all import yamls within the workspace should be updated with corresponding resource types e.g.
store_data.csv updated when nodegroups folder has a file added / deleted
data.yaml updated when data folder has a file added / deleted
model.yaml updated when a model folder has a file added / deleted
Implementation Details:
TBD
The text was updated successfully, but these errors were encountered:
I tested the re-generate manifests feature, I finally understand it. The Regenerate manifest feature assumes a project might have a model.yaml, data.yaml or a store_data.csv respectively identifying owl, csv or nodegroup json.
The regenerate manifest feature also respects project references, which allows for modular project creation in RITE
We may need to re-design the workflow for auto-generating yamls to be more active using validations on the yamls rather than users searching to classify files
e.g. if a project is marked as a RACK project, validations are activated based on the structure of the project. One validation might be: data.yamls have to include references to all .csv files within the same dir (commented out to disable)
Related Auto-Synthesize Manifest Files: #10
Background:
To promote rapid RACK development we want a feature that will auto-updates RACK reference resources (data, model, nodegroups yamls/csvs) when a project is updated.
Acceptance Criteria:
When a button is clicked in RITE, all import yamls within the workspace should be updated with corresponding resource types e.g.
Implementation Details:
TBD
The text was updated successfully, but these errors were encountered: