-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 apply suggested changes from @nils
- Loading branch information
1 parent
ce6e8f5
commit 77a4ed9
Showing
8 changed files
with
7 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +0,0 @@ | ||
""" | ||
Provide the django app "patient_journey_generator" for the project. | ||
This app is responsible for generating artificial patient journeys. These patient journeys are called "synthetic" | ||
patient journeys and can be used for testing purposes as well as if you have no real-world patient journey at hand. | ||
However, due to the patient journey being synthetic, it does not accurately reflect real-world data. | ||
Modules: | ||
apps -- App configuration for the patient journey generator app. | ||
forms -- Implementation of forms for the patient journey generator app. | ||
generator -- Provides functionality to generate a patient journey. | ||
urls -- URL configuration for the patient journey generator app. | ||
views -- Implementation of views for the patient journey generator app. | ||
""" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
""" | ||
Provide the django app "tracex" for the project. | ||
|
||
This is the main app for the project and contains the following modules: | ||
logic -- Provide additional logic for the tracex app. | ||
tests -- Provide tests for the tracex app. | ||
asgi -- ASGI configuration for the tracex app. | ||
forms -- Implementation of forms for the tracex app. | ||
settings -- Define the settings for the Django project. | ||
urls -- URL configuration for the tracex app. | ||
views -- Implementation of views for the tracex app. | ||
wsgi -- WSGI configuration for the tracex app. | ||
""" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1 @@ | ||
""" | ||
Provide additional logic for the tracex app. | ||
|
||
This logic is additional to the django functionality and is reused in other parts of the project. | ||
It does not export any modules or sub-packages. | ||
Contained Modules: | ||
constants -- Provide constants for the project. | ||
logger -- Provide logging functionality for the project. | ||
utils -- Provide various utility functions for the project. | ||
""" |