Info | ||
---|---|---|
| ||
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 Description | Inclusion Justification (i.e. why are you doing this?) |
---|---|
Add addition methods to dojo.NodeList | Allows 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? |
...
Code Description | What is being done? |
---|---|
onNew |
orgCode = Foreign National Form > Personal Information > What UConn department are you working for? > Options > Saved Value
|
...
Post Production/Go-Live Enhancements
v1.1
Task # | Task | Developer Notes | Type | Status | ||||||
---|---|---|---|---|---|---|---|---|---|---|
1 | Change the Action Confirmation Message, of when the user submits the form, as requested | Enhancement |
| |||||||
2 | Change the Confirmation Email that the user receives after submitting the form, as requested
| Enhancement |
| |||||||
3 | If 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 from | I 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 |
| ||||||
4 | Since 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 | Enhancement |
|