HHA 504 / Cloud Computing / Assignment 9 / PssP Enhancements
- Enhance the Patient Service Portal I previously created in PSSP with the goals below
- The care provider should have permissions to edit existing patients
- There should be a new endpoint for creating this account type; and a new dropdown field value within SQL for account_type
- Be able to update email and username
- Demonstrate accomplishments
- Discuss any errors encountered
- Copy & Paste userTable.sql into a new Query tab in MySQL Workbench
- Verify Admin user was created in your browser Log in page
- contains screenshots of my live patient portal, styling, and functionalities
-
[ERROR 1] Under @app.route('/login'), I received a "Build Error for get_patient_details, did you forget to specfiy values mrn?"
- (screenshot included in images folder)
- When attempting to add account type "careprovider" to log in using the coding below:
Lines 231 to 257 in cccceff
-
[RESOLVED] by: adding elif to include care providers in the get_gui_patients
Lines 447 to 457 in cccceff
-
[ERROR 2] When I Add New Patient on the patients list page, the Date of Birth and Zip Code values are swapped