-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
We need to be more clear about where students have their mail/packages delivered.
On the 'Edit Residence Hall' interface...
- Add a field to show the selected package delivery address.
- 'None' should also always be an option.
Add an 'edit' link next to the address, which opens a JQuery dialog.In the dialog, list each address in a scrollable window. The user should be able to clearly select, edit, or delete each address.The user should also be able to add a new address (possibly using an additional JQuery dialog window).- Don't worry about editing for now.
On the 'Verify Assignment' interface...
- Add a section for "Address Information"
- Add a section for "ASU Post Office Box" - Try to figure out which address type is the student's PO box address (
AB) , and show it here. If that the address of that type isn't available, then say so in a nice way. - Add a section for "Private Carriers (UPS, FedEx, DHL, etc)" - Determine which hall the student is assigned to, and display that hall's package address. If 'none', then say so in a nice way.
- Add a section for "ASU Post Office Box" - Try to figure out which address type is the student's PO box address (
- Add a very conspicuous note to the effect that the USPS only delivers to PO boxes, and the private carriers only deliver to the package desk addresses. (i.e. UPS can't deliver to a PO box).
- To be more clear... Go find USPS logos and UPS/FedEx logos, and put them next to the respective headers.
- Inquire with Housing regarding adding this information to the Assignment Notification email.