Commit 4f12f72
committed
Refactors scope form to handle multiple coordinate IDs
Updates the `ScopeFormDTO` to accept lists of UUIDs for selected coordinate IDs. This accommodates scenarios where multiple IDs might be relevant.
Removes the `StringToCoordinateDTOConverter` and the related `WebConfig` class as they are no longer necessary.
Updates the `scope.html` template to correctly handle the new data structure, using a joined string representation of the IDs for the select option values.1 parent 8899a06 commit 4f12f72
File tree
4 files changed
+6
-55
lines changed- src/main
- java/dev/ikm/server/cosmos
- api/coordinate
- scope
- resources/templates
4 files changed
+6
-55
lines changedThis file was deleted.
Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments