-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New experiments metadata #117
Comments
…type properties values, fixed services package in spring context.
- added odml sections into resource dir - improve template form page - add/edit action - store templates in db via Template entity - loading existing odml section moved into template facade - added link for testing created templates in wizard
- added template delete action on template list page - user can fill template with predefined values
- Added missing titles on TemplateFormPage. - Added new feature for sharing template between persons. - Added required fields in wizard, used gui helper from odml.
new ES mapping json:
It will be necessary drop ES and reconfigure and then sync all experiment. Great shit. |
Finally working mapping ODML into ES. |
…Migration isn't implemented right now.
…selection for metadata wizard page, implemented add/edit metadata process.
…n, improved template form style, removed unused imports.
…ect in multi value property, little clean up.
…zard step for metadata stored in SQL DB.
test and merge into master branche now. No more new feature in rinkesj branch. |
…type properties values, fixed services package in spring context.
- added odml sections into resource dir - improve template form page - add/edit action - store templates in db via Template entity - loading existing odml section moved into template facade - added link for testing created templates in wizard
- added template delete action on template list page - user can fill template with predefined values
- Added missing titles on TemplateFormPage. - Added new feature for sharing template between persons. - Added required fields in wizard, used gui helper from odml.
…Migration isn't implemented right now.
…selection for metadata wizard page, implemented add/edit metadata process.
…n, improved template form style, removed unused imports.
…ect in multi value property, little clean up.
…zard step for metadata stored in SQL DB.
Merged into master branch - ready for testing. |
…ith null person, added administration page for system template.
Please test if it is done. Eventually close it |
Store metadata of experiments in NOSQL DB with using format ODML specification.
Implemented:
NiceToHave:
Missing:
Problems:
TODO:
remove required parameter from subject in new experiment wizard.
SQL update script:
ALTER TABLE experiment ALTER COLUMN subject_person_id DROP NOT NULL;
ALTER TABLE experiment ALTER COLUMN weather_id DROP NOT NULL;
ALTER TABLE experiment ALTER COLUMN artefact_id DROP NOT NULL;
ALTER TABLE experiment ALTER COLUMN digitization_id DROP NOT NULL;
ALTER TABLE experiment ALTER COLUMN electrode_conf_id DROP NOT NULL;
The text was updated successfully, but these errors were encountered: