* Created and registered views for creation of patients, locations, and visits using model forms (form.py NOT USED yet)#1
Open
howardchanth wants to merge 61 commits into
Conversation
howardchanth
commented
May 4, 2020
Owner
- Created forms.py for future use
- created initial templates for creations, will beautify them later
…nd visits using model forms (form.py NOT USED yet) * Created forms.py for future use * created initial templates for creations, will beautify them later
* Beautify code * Make use of f-strings instead of long string concatenations
Beautify code and Add back {%empty%} of for-loops
# Conflicts: # system/urls.py # system/views.py
* Create form classes for patients, locations and visits in forms.py * Create html templates for creation pages of patients, locations and visits * Register views for creation pages in view.py and urls.py
# Conflicts: # system/urls.py # system/views.py
Pages of creation
Add files via upload
merge: update changes in master
Update delete_patient.html
Update delete_visit.html
updated and tested delete_patient.html, delete_location.html, delete_visit.html
implement connections
models.py Patient object caseID set to positive integers only forms.py Added SearchForm for connections urls.py Modified url views.py Modified TemplateView for searching connections
added base.html templates for simplification
Add files via upload
Hocs0622 patch 4
Add files via upload
* Delete "Past 14 days" from patient details page * Add links modify patients and visits in patient details page
Minor changes to patient details
* Register views for login pages * Created simple html file for login * Put login pages as index page * Created superuser howard and test user intern_howard
Add more rules to .gitignore to prevent repo pollution
Created login page as index page and test users
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.