Skip to content

* 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
howardchanth:masterfrom
hocs0622:howardchanth
Open

* Created and registered views for creation of patients, locations, and visits using model forms (form.py NOT USED yet)#1
howardchanth wants to merge 61 commits into
howardchanth:masterfrom
hocs0622:howardchanth

Conversation

@howardchanth

Copy link
Copy Markdown
Owner
  • Created forms.py for future use
  • created initial templates for creations, will beautify them later

Blood Killer and others added 30 commits May 4, 2020 22:56
…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
merge: update changes in master
tmcsherryyy and others added 23 commits May 6, 2020 14:17
updated and tested delete_patient.html, delete_location.html, delete_visit.html
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
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants