- Jun 27, 2020
-
-
Sabine Schröder authored
#3,#4: nested uploads/downloads using controlled vocabulary; still to investigate: how to load enum_tables at beginning (this commit is a workaround)
-
- Jun 19, 2020
-
-
Sabine Schröder authored
#3: toar_controlled_vocabulary is used for downloading timeseries, pytests are added for timeseries; not yet working: how to show human readable fields inside nested models (how is this 'conversion' done automatically?)
-
Sabine Schröder authored
almost done: using human readable controlled vocabulary for upload; TBD: using human readable controlled vocabulary for download, adapting pytests
-
- Jun 14, 2020
-
-
Sabine Schröder authored
#4: nested upload for stations done; TBD: more testing (esp. pytest), use controlled vocabulary (related to #3)
-
- Jun 10, 2020
-
-
Sabine Schröder authored
#4: defined association tables also in models; now using one base for the whole app 'toardb'; this has now also to be adapted to test_base
-
- Jun 09, 2020
-
-
Sabine Schröder authored
#4: nested upload/download for roles (timeseries) working in production and pytest (uploading codes not human readable version)
-
Sabine Schröder authored
#4: a typo made my days and nights long; after git crash do another upload; now detangling models_core and models_role again (different source code files)
-
- Jun 08, 2020
-
-
Sabine Schröder authored
#4: code completely messed up, but nested upload working; nevertheless download is NOT returning the nested view
-
- Jun 02, 2020
-
-
Sabine Schröder authored
#1: pytest for uploading data with no_autoflush now working; added timeshift_from_utc to data insertion; added error message if trying to insert duplicates
-
Sabine Schröder authored
#1: pytest for data established; renamed date_time to datetime; needed 'no_autoflush' in timeseries queries
-
- May 29, 2020
-
-
Sabine Schröder authored
created ONE toardb app, also adapted pytests for toardb app (still very last test will throw an error for teardown; inserted example for url percent encoding
-
- May 26, 2020
-
-
Sabine Schröder authored
-