June 19, 2018 Meeting - Unidata/rosetta GitHub Wiki
Rosetta Hack-a-thon Meeting
TODO Priorities
- Rosetta Home startup/bootstrap (Jen)
- Full metadata profiles (Sean)
- Wizard conversion of known file type (Jen & Sean)
- Dynamic binding for form backing objects (requires 1.i to be completed)
- Template object for known type
- Validation (requires 1.i to be completed)
Template object for known type
Creation:
- Read global metadata from file into database
- Modify global metadata in database based on user input in wizard
- Write template and return (in addition to converted netCDF file)
Restore from template:
- Read from template into database
- Update metadata in database based on what is in the new data file
- Modify global metadata in database based on user input in wizard
- Write template and return (in addition to converted netCDF file)
Validation
- All required metadata entered? (Rework frontend, add to backend)
- Correctness of template JSON
- Are all parts of the template there?