Commit 46d3b1d
DAVE 702 (#375)
* add method for in between check of dates
* remove unused impoprt
* add unit test
* add unittest
* add unittest
* add logic to set dates in messfaehigkeit
* adapt unit test
* adapt unit test
* add unit test
* ein zwischenstand
* add messfaehihkeiten to validation object for auswertung
* add lgic to extract relevant messfaehigkeiten
* add lgic to extract relevant messfaehigkeiten
* refactor some code
* not running
* new code base
* add extraction of tagesaggregate
* add extraction of tagesaggregate
* add extraction of tagesaggregate
* add method to null non choosen tagesaggragate attributes
* adapt unit test
* remove unecassry mapper
* add unit test
* add unit tests
* add unit test
* add unit test
* add unit test
* add unit test
* add uniot test
* add unit test
* add unit test
* add unit test
* add unit test
* add unit tests
* unit test
* add javadoc
* add partial unit test
* refactor code
* refactor code
* reformat code
* fix bug divide by 0
* add javadocs
* add javadoc
* add javadoc
* add javadoc
* fix unittest
* first draft of valid days
* add days to excel sheet
* add unit tests
* remove increment
* refactor code
* fix bug for radverkehr
* adapt unit test
* add unit test
* add unit tests
* add unit test
* adapt unit test
* Refactor Verkehrsart as Enum (#361)
* detektierte Verkehrsart als enum uebermitteln
* Feld verkehrsart umbenannt
* DVE-699 (#372)
* always update letztePlausibleMessung
save highest Fahrzeugklasse instead of last one
* Anmerkung umgesetzt
* hotfix
* fix second bug and add comment
* hotfix bug
* add javadoc
* add searchfilter for Verkehrsart
* spotless
* hotfix to extract relevant kalendertage of zeitraum
---------
Co-authored-by: alexander.boxhorn <[email protected]>1 parent 804ea8e commit 46d3b1d
File tree
3 files changed
+20
-9
lines changed- src/main/java/de/muenchen/dave
- controller
- domain/dtos/suche
- services
3 files changed
+20
-9
lines changedLines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | | - | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | | - | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
| 306 | + | |
| 307 | + | |
306 | 308 | | |
307 | 309 | | |
308 | 310 | | |
| |||
315 | 317 | | |
316 | 318 | | |
317 | 319 | | |
318 | | - | |
| 320 | + | |
319 | 321 | | |
320 | 322 | | |
321 | 323 | | |
| |||
325 | 327 | | |
326 | 328 | | |
327 | 329 | | |
328 | | - | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
329 | 334 | | |
330 | 335 | | |
331 | 336 | | |
| |||
0 commit comments