-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [ANDROAPP-6493] take incident date into account for scheduling e…
…vents (#3871) * fix: [ANDROAPP-6493] take incident date into account for scheduling and creating events * fix: [ANDROAPP-6493] migrate code to tracker module, add repository * fix: [ANDROAPP-6493] Adapt unit tests to new usage * fix: [ANDROAPP-6493] Add tests that take into account incident date * fix: [ANDROAPP-6493] add tests for min days form start and standard interval days * fix: [ANDROAPP-6493] refactor setEventDate logic to improve readability * fix: [ANDROAPP-6493] add test for period generation, clean up code * fix: [ANDROAPP-6493] get next available period and not current one * fix: [ANDROAPP-6493] take incident date into account for scheduling and creating events * fix: [ANDROAPP-6493] migrate code to tracker module, add repository * fix: [ANDROAPP-6493] Adapt unit tests to new usage * fix: [ANDROAPP-6493] Add tests that take into account incident date * fix: [ANDROAPP-6493] add tests for min days form start and standard interval days * fix: [ANDROAPP-6493] refactor setEventDate logic to improve readability * fix: [ANDROAPP-6493] add test for period generation, clean up code * fix: [ANDROAPP-6493] get next available period and not current one * fix: [ANDROAPP-6493] adapt unit test * fix: [ANDROAPP-6645] dont take into account min days from start or standard interval days for new events * fix: [ANDROAPP-6645] adapt unit tests * fix: [ANDROAPP-6493] adapt unit tests * fix: [ANDROAPP-6493] modify unit test * fix: [ANDROAPP-6493] ensure suggested date for enrollments is current date * fix: [ANDROAPP-6493] ensure suggested date for enrollments is current date * fix: [ANDROAPP-6493] ktlint * fix: [ANDROAPP-6493] remove failing test * fix: [ANDROAPP-6493] ktlint * fix: [ANDROAPP-6493] fix test
- Loading branch information
1 parent
126ef89
commit 27ff180
Showing
19 changed files
with
364 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 0 additions & 39 deletions
39
app/src/main/java/org/dhis2/usescases/programEventDetail/usecase/CreateEventUseCase.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.