Commit b14c9f8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
- .github/workflows/ci.yml+2-8
- CHANGELOG.md+26
- apps/mapping/firebase/utils.py+1-1
- apps/project/exports/mapping_results.py+1-1
- apps/project/migrations/0012_alter_project_project_type.py+19
- apps/project/migrations/0013_migrate_aoi_geometry.py+39
- apps/project/migrations/0014_remove_project_unique_project_name_and_more.py+26
- apps/project/models.py+2-1
- apps/project/serializers.py+23-3
- apps/project/tests/mutation_test.py+47
- apps/tutorial/factories.py-1
- apps/tutorial/serializers.py+25
- apps/tutorial/tests/mutation_test.py-14
- assets+1-1
- docs/adr/0001-rename-locate-features-to-locate-objects.md+160
- helm/Chart.yaml+1-1
- project_types/tile_map_service/locate/project.py+11
- pyproject.toml+1-1
- uv.lock+1-1
Submodule manager-dashboard updated 29 files
- app/components/domain/CustomOptionsPreview/index.tsx+55-26
- app/components/domain/CustomOptionsPreview/styles.module.css+31
- app/components/domain/LocateObjectScenarioPreview/index.tsx+3-3
- app/components/domain/LocateObjectScenarioPreview/styles.module.css+1-1
- app/components/domain/ProjectSpecificDetails/LocateObject/index.tsx+13-2
- app/components/domain/ProjectSpecificDetails/ValidateImageDetails/index.tsx+1-10
- app/components/domain/ProjectSpecificDetails/index.tsx+2-2
- app/contexts/EnumsContext.ts-7
- app/views/EditProject/UpdateProjectForm/LocateObjectProjectSpecifics/index.tsx+85-9
- app/views/EditProject/UpdateProjectForm/LocateObjectProjectSpecifics/schema.ts+7-7
- app/views/EditProject/UpdateProjectForm/ValidateImageProjectSpecifics/DirectImageAsset/index.tsx-207
- app/views/EditProject/UpdateProjectForm/ValidateImageProjectSpecifics/DirectImageAsset/styles.module.css-22
- app/views/EditProject/UpdateProjectForm/ValidateImageProjectSpecifics/DirectImagesInput/index.tsx-172
- app/views/EditProject/UpdateProjectForm/ValidateImageProjectSpecifics/index.tsx+7-40
- app/views/EditProject/UpdateProjectForm/ValidateImageProjectSpecifics/styles.module.css-10
- app/views/EditProject/UpdateProjectForm/index.tsx+54-17
- app/views/EditProject/UpdateProjectForm/schema.ts+2-2
- app/views/EditProject/query.ts+1-1
- app/views/EditTutorial/ScenarioPageInput/TaskInput/LocateFeaturesPropertyInput/schema.ts-24
- app/views/EditTutorial/ScenarioPageInput/TaskInput/LocateObjectPropertyInput/index.tsx+6-6
- app/views/EditTutorial/ScenarioPageInput/TaskInput/LocateObjectPropertyInput/schema.ts+24
- app/views/EditTutorial/ScenarioPageInput/TaskInput/index.tsx+5-5
- app/views/EditTutorial/ScenarioPageInput/TaskInput/schema.ts+2-2
- app/views/EditTutorial/ScenarioPageInput/index.tsx+2-2
- app/views/EditTutorial/utils.ts+11-10
- app/views/NewProject/index.tsx+83-38
- app/views/NewProject/styles.module.css+14
- app/views/RootLayout/index.tsx-9
- docs/adr/0001-remove-direct-image-upload-option.md+64
0 commit comments