summaryrefslogtreecommitdiff
path: root/src/main/kotlin/dev/dnpm/etl/processor/web/StatisticsRestController.kt
AgeCommit message (Expand)AuthorFilesLines
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer1-6/+4
2026-03-06fix: code formattingPaul-Christian Volkmer1-1/+2
2026-03-06feat: improve request listPaul-Christian Volkmer1-1/+2
2026-01-09fix: possible sorting errors in bar chart (#241)Paul-Christian Volkmer1-17/+22
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer1-91/+119
2025-11-06chore: change annotation for KT-73255 (#185)Paul-Christian Volkmer1-1/+1
2024-05-06chore: remove printlnPaul-Christian Volkmer1-1/+0
2024-05-02refactor: use RequestService in controllersPaul-Christian Volkmer1-7/+7
2024-01-17feat: push connection available state to clientPaul-Christian Volkmer1-0/+2
2024-01-15feat #23: add reload button to display on new requestPaul-Christian Volkmer1-0/+5
2023-08-12Code cleanupPaul-Christian Volkmer1-3/+3
2023-08-01Add delete requests to be shown in statistics pagePaul-Christian Volkmer1-8/+44
2023-07-26Fetch overall request statistic using sql queryPaul-Christian Volkmer1-9/+3
2023-07-26Add statistics for state per patientPaul-Christian Volkmer1-0/+17
2023-07-25(Near) realtime update of statistics chartsPaul-Christian Volkmer1-8/+40
2023-07-25Add start and statistics pagePaul-Christian Volkmer1-0/+95