...
...
...
...
Maintenance Notes
<TODO>Rush's notes</TODO>
Modifying the diagram above? Start with this project's Draw.IO File.
Requirements
Customer Request List
...
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? |
...
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
# | Field | Event Type | Field Dependency | What is being done? |
---|---|---|---|---|
1 | F_GeneratePDF | onClick | When designated user clicks this button, a service is called which will map user provided information from the form to a source PDF (supplied by Tax and Compliance). All mappings are done within the service itself. Ref service for mapping-specific information. | |
2 | F_Spouse | onHide | F_Married = Yes |
|
3 | F_NumberOfChildren | onHide | F_Married = Yes |
|
4 | F_Department | onItemChange | If NOT APPLICABLE, NON-EMPLOYEE option is selected from this drop-down, we hide F_EmployeeType field — could not use a rule to accomplish this, as the drop-down is programmatically generated | |
5 | F_EmployeeType | onHide | F_SL_DeptSelected != NOT APPLICABLE, NON-EMPLOYEE |
|
6 | F_TypeOfStudent | onHide | F_EmployeeType = Student |
|
7 | F_StudentTypeOther | onHide | F_TypeOfStudent = Other |
|
8 | F_PassportNumber | onShow |
| |
9 | F_VisaNumber | onShow |
| |
10 | F_AttachPassportPages | onShow |
| |
11 | F_StudentID | onShow |
| |
12 | F_ImmigrationOther | onHide | F_ImmigrationStatusChoic = Other |
|
13 | F_J1orJ2 | onHide | F_ImmigrationStatusChoic = J-1 Exchange Visitor or F_ImmigrationStatusChoic = J-2 Spouse or Child of Exchange Visitor |
|
...