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
As a user, I want to optionally supply my own metadata file without setting any flags, so I can understand more clearly the workflow of the metadata creation.
Acceptance criteria
Given a user starts a GatherMetadataJob, when they have supplied their own metadata_dir and there is a <core_schema>.json file in that directory, then the GatherMetadataJob will always consider that file as the source of truth.
Given a user starts a GatherMetadataJob, when they have not supplied their own metadata_dir or there is no <core_schema>.json file in that directory, then the GatherMetadataJob will try to build one automatically.
Sprint Ready Checklist
1. Acceptance criteria defined
2. Team understands acceptance criteria
3. Team has defined solution / steps to satisfy acceptance criteria
4. Acceptance criteria is verifiable / testable
5. External / 3rd Party dependencies identified
6. Ticket is prioritized and sized
Notes
Currently, the default behavior is confusing. There is a metadata_dir_force flag that is supposed to signal when to ignore user supplied json files, but it's not clear what the default behavior is. It will be simpler to just relay to the users the behavior as described above.
The text was updated successfully, but these errors were encountered:
User story
As a user, I want to optionally supply my own metadata file without setting any flags, so I can understand more clearly the workflow of the metadata creation.
Acceptance criteria
<core_schema>.json
file in that directory, then the GatherMetadataJob will always consider that file as the source of truth.<core_schema>.json
file in that directory, then the GatherMetadataJob will try to build one automatically.Sprint Ready Checklist
Notes
Currently, the default behavior is confusing. There is a
metadata_dir_force
flag that is supposed to signal when to ignore user supplied json files, but it's not clear what the default behavior is. It will be simpler to just relay to the users the behavior as described above.The text was updated successfully, but these errors were encountered: