TACC / Core-CMS-Custom

Customized Core CMS code and builds
5 stars 0 forks source link

bug/FP-2005 Exception/Extension Forms - cited text numbering - UTH #121

Closed sophia-massie closed 1 year ago

sophia-massie commented 1 year ago

Overview

UTHealth gave notes that subscripts were numbered 3, 4, 5 versus 1, 2, 3. Also, have extra notes at bottom of screen listed as 1 and 2 that need to be removed if not in use.

Related

Changes

For subscripts:

Testing

  1. Put snippet on line 33 and 97 for exceptions/views.py Snippet
    [ (2, 'TESTGOLD', 10000001, 'gmunoz1', 'CHCD'), (3, 'TESTGOLD', 10000002, 'gmunoz1', 'CHCD'), (1, 'TESTGOLD', 10000000, 'gmunoz1', 'CHCD') ]
  2. Go to http://localhost:8000/submissions/other-exception/ and http://localhost:8000/submissions/threshold-exception/
  3. Make sure subscripts are renamed starting with * or ** and accurately describe the field it corresponds to
  4. Using snippet above replace 24 for extensions/views.py
  5. For each form, make sure the subscripts are numbered correctly. Make sure each corresponds to the correct fields on the form
  6. Go to http://localhost:8000/submissions/extension-request/ and make sure there are only 3 subscripts and they match up to the correct field on the form.

UI