-
- Downloads
Merge branch 'feature/schema' into feature/json-import-file-upload-button
No related branches found
No related tags found
Showing
- AKModel/tests/test_json_export.py 24 additions, 190 deletionsAKModel/tests/test_json_export.py
- AKModel/utils.py 27 additions, 0 deletionsAKModel/utils.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- schemas/ak.schema.json 62 additions, 0 deletionsschemas/ak.schema.json
- schemas/common/constraints.schema.json 7 additions, 0 deletionsschemas/common/constraints.schema.json
- schemas/common/id.schema.json 6 additions, 0 deletionsschemas/common/id.schema.json
- schemas/common/id_array.schema.json 7 additions, 0 deletionsschemas/common/id_array.schema.json
- schemas/participant.schema.json 58 additions, 0 deletionsschemas/participant.schema.json
- schemas/room.schema.json 37 additions, 0 deletionsschemas/room.schema.json
- schemas/solver-input.schema.json 23 additions, 0 deletionsschemas/solver-input.schema.json
- schemas/solver-output.schema.json 52 additions, 0 deletionsschemas/solver-output.schema.json
- schemas/timeslot.schema.json 61 additions, 0 deletionsschemas/timeslot.schema.json
AKModel/utils.py
0 → 100644
... | ... | @@ -16,6 +16,7 @@ django-libsass==0.9 |
django-betterforms==2.0.0 | ||
mysqlclient==2.2.0 # for production deployment | ||
tzdata==2024.1 | ||
jsonschema==4.23.0 | ||
# Documentation | ||
sphinxcontrib-django==2.5 | ||
... | ... |
schemas/ak.schema.json
0 → 100644
schemas/common/constraints.schema.json
0 → 100644
schemas/common/id.schema.json
0 → 100644
schemas/common/id_array.schema.json
0 → 100644
schemas/participant.schema.json
0 → 100644
schemas/room.schema.json
0 → 100644
schemas/solver-input.schema.json
0 → 100644
schemas/solver-output.schema.json
0 → 100644
schemas/timeslot.schema.json
0 → 100644
Please register or sign in to comment