TMSS-320: changed SIPidentifier to make it lighter in storage and...
TMSS-320: changed SIPidentifier to make it lighter in storage and (de)serialization. Changed ForeignKey into OneToOneField, ensuring each SIPIdentifier is used only once. Create new SIPidentifier instances where/when needed by default. Adated scheduling of observation/pipeline subtasks for bulk creation and usage of global_identifiers, and added a schedule_ingest_subtask method.
parent
64d5bc3c
No related branches found
No related tags found
Showing
- SAS/TMSS/src/tmss/tmssapp/migrations/0001_initial.py 4 additions, 14 deletionsSAS/TMSS/src/tmss/tmssapp/migrations/0001_initial.py
- SAS/TMSS/src/tmss/tmssapp/models/scheduling.py 21 additions, 21 deletionsSAS/TMSS/src/tmss/tmssapp/models/scheduling.py
- SAS/TMSS/src/tmss/tmssapp/serializers/scheduling.py 3 additions, 2 deletionsSAS/TMSS/src/tmss/tmssapp/serializers/scheduling.py
- SAS/TMSS/src/tmss/tmssapp/subtasks.py 98 additions, 4 deletionsSAS/TMSS/src/tmss/tmssapp/subtasks.py
Loading
Please register or sign in to comment