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. |
Application Maintenance
...
<TODO>Rush's notes</TODO>
...
...
Service Name | Why did you create this service and what does it do? |
---|
|
|
|
|
|
|
...
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 - Follow-up request: Added Salutation
- Follow-up request: Added T&C Dept. signature
|
| 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 | |