-
Notifications
You must be signed in to change notification settings - Fork 174
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
JSON data toolkit #6748
JSON data toolkit #6748
Conversation
Instruments set to complete should not be saved. is the bug only for completed instruments ? |
Also instruments that have had one page (for example) saved but are not yet set to complete. |
@CamilleBeau maybe modify the description its a bit confusing. its basically any instrument that has been started |
Yes my bad! |
@CamilleBeau can you make sure it passes travis and conflicts are fixed ? |
549dea7
to
c0c3896
Compare
Blocked by #6876 |
Closing this PR as most functionalities intended to be introduced from this PR will be possible with MariaDB JSON |
This PR creates a toolkit for manipulating and interacting with instrument JSON data, intended for future instruments that will not have their own SQL tables.
Operations include:
This includes a library with functions to interact with the instrument data as well as a tools script to perform operations directly.
Needs work: