Created success and error templates for edit extension modal
Add action drop down
a. View Extension
removed duplicate entries
Reordered entries similar to the table
b. Edit Extension modal allows edit of:
Change applicable data period
Outcome (pulling entries directly from DB no hardcoded values)
Status (pulling entries directly from DB no hardcoded values)
Notes (pulls notes from DB into the field to add or edit)
All entries are optional. If left blank, does not write over what is in DB.
Testing
Reconfigure your settings in taccsite_cms/secrets.py to use the Stache test DB credentials for APCD_DATABASE = {}. This way you will not have to use hardcoded test info anymore.
Shrink the page / check mobile view and make sure the filters don't overlap. Make sure the column headers match to the right values. When page shrinks, columns switch to rows. Make sure they align.
Check out View Extension modal to make sure email address is no longer listed twice and mimics the order of the table
Check the edit modal. All fields are optional. Make sure you can submit and that only the fields that aren't empty are updated
Check that all fields are able to be updated and set correctly from the modal
Overview
Updated Extension Admin Table per UT Health's requests
Related
Changes
Added the following:
b. Edit Extension modal allows edit of:
Testing
UI
Main page
Status and Org filtered
View Extension modal
Edit Extension modal
Before Edit
After successful edit
Edit Success page