Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Maintenance Notes section; details to be done; added the project's Draw.IO file

...

...

...

...

Maintenance Notes

<TODO>Rush's notes</TODO>

Modifying the diagram above? Start with this project's Draw.IO File.

Requirements

Customer Request List

...

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?

...

Expand
titleExplanation Conventions/Keys


What is being done — Tl;drWhat is being done - LONG Explanation
  • Is Dependent
This field is only exposed if it triggers a rule based on what the user selects in the field specified under the Field Dependency column.
  • Blanking
When the field gets hidden from view, set this field's value to "". In the event that the user made a selection for this field and later selected a different value for a field (specified under Field Dependency column) which would result in this field being hidden



  • COMBO: Is DependentBlanking

This field is only exposed if it triggers a rule based on what the user selects in the field specified under the Field Dependency column.

When the field gets hidden from view, set this field's value to "". In the event that the user made a selection for this field and later selected a different value for a field (specified under Field Dependency column) which would result in this field being hidden

  • Pop-up dialog

Attaches a Image Modified icon to this field; upon clicking this icon, a dialog box is shown with specified (HTML) content



#FieldEvent TypeField DependencyWhat 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

onHideF_Married = Yes
  • COMBO: Is DependentBlanking
3

F_NumberOfChildren

onHideF_Married = Yes
  • COMBO: Is DependentBlanking
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
5F_EmployeeTypeonHideF_SL_DeptSelected != NOT APPLICABLE, NON-EMPLOYEE
  • COMBO: Is DependentBlanking
6F_TypeOfStudentonHideF_EmployeeType = Student
  • COMBO: Is DependentBlanking
7

F_StudentTypeOther

onHideF_TypeOfStudent = Other
  • COMBO: Is DependentBlanking
8

F_PassportNumber

onShow
  • Pop-up dialog
9

F_VisaNumber

onShow
  • Pop-up dialog
10

F_AttachPassportPages

onShow
  • Pop-up dialog
11

F_StudentID

onShow
  • Pop-up dialog
12

F_ImmigrationOther

onHideF_ImmigrationStatusChoic = Other
  • COMBO: Is DependentBlanking
13

F_J1orJ2

onHide

F_ImmigrationStatusChoic = J-1 Exchange Visitor


or


F_ImmigrationStatusChoic = J-2 Spouse or Child of Exchange Visitor

  • COMBO: Is DependentBlanking

...