Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleNOTE

This is a detailed documentation for this project. If you would like to get a birds-eye view (Tl;dr) version, please reference /wiki/spaces/FEB/pages/8641151574.

...

Code DescriptionInclusion Justification (i.e. why are you doing this?)
Add addition methods to dojo.NodeListAllows for easier manipulation of HTML as it relates to the nodes in the dojo.NodeList. More information at https://dojotoolkit.org/reference-guide/1.10/dojo/NodeList-manipulate.html
Add UConn Branding / Header etc. by referencing a CSS file that is centrally located/managed (at media.feb.uconn.edu server)Ummm.... branding? standards?

...

Post Production/Go-Live Enhancements

...

v1.1

Task #TaskDeveloper NotesTypeStatus
1Change the Action Confirmation Message, of when the user submits the form, as requested
Enhancement

Status
colourGreen
titleComplete

2

Change the Confirmation Email that the user receives after submitting the form, as requested

  •  Follow-up request: Added Salutation
  •  Follow-up request: Added T&C Dept. signature

Enhancement

Status
colourGreen
titleComplete

3If the user saves the form as a draft PRIOR TO selecting a department, the next time the user goes back to the form (i.e. resumes the draft), the department list won't be populated / i.e. the drop-down won't be populated with the list of departments that the user can pick fromI noticed this while I was doing (dev) testing... so I rectified this bug by moving the logic that populates department dropdown from "onNew" event to "onLoad" — apparently, as soon as the user saves the form as a draft, it is no longer considered a "New" form...Bug Fix

Status
colourGreen
titleComplete

4Since the SSN/TIN field is: not required AND part of the section that auto-populates, the customer was concerned that the user might skip over that field... so requested if the field could be highlighted...The field had a custom class already; all that was needed to be done was some jQuery magic (wink)Enhancement

Status
colourGreen
titleComplete

...