-
Notifications
You must be signed in to change notification settings - Fork 2
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
Added support for Eva readers with known aliases #31
Conversation
…nto feature/readers_schema_update
If you add keywords |
Thanks for the tip! I didn't realize you could do that. |
Is this ready to be merged? |
Yes, it's ready! |
Description
Updated the backend to support a fixed set of Eva readers with known aliases for the
Observation
,Variable
,Group
data model for assimilated diagnostics. Added a timestamp for recently added experiments and enforced an enumerated plot type and cycle times in the plots model. Rewrote passing Django views and models testing to reflect the new database schema changes.Issue(s) addressed
Resolves #25