An error occurred while fetching the assigned milestone of the selected merge_request.
Dev/refactoring synthesis
- Jun 16, 2023
-
-
Jerome Mariette authored0c861af1
-
- Jun 15, 2023
-
-
Jerome Mariette authoredf4c067c0
-
We now use a single JSONField for storing the synthesis. This json is sent by the frontend on every save action (save_buildings, save_travels...). In the current implementation it has to be complete (all the ges1.5 modules need to be on the passed json) We do our best to prevent non-valid json to be stored in this field. for this purpose we use jsonschema to validate any incoming synthesis.
5a8ba6d2
-