Visual Design:2b. Shipping and packaging - IN PROGRESS Design 2, about 30% down the page.
Overview:
This popup was originally worked on by Francisco. Here is the original Spec: UI Spec - Checkout Shipment Bundling Comments
There are some issues with it.
- The supporting architecture (Comments entity) has properties of Enum data types. This messes up our mappers. We need to either extend the mapper, or change the properties to Integers. I like the idea of extending the mapper, but it may be overengineering a solution. If we go the route of changing the datatype to an Int16, lets check to make sure this had not ill effects. Time Estimate 5 Hours
- It would appear that every expanded input form is expecting a Date type, and therefore is displaying the date picker UI. This should be checking the Comment.InputFormat1 and InputFormat2 properties. 3 Hours
- Once you bring up the form, going back into the form is not pulling up what was set on the last call. I'm not sure if this is because the model is not getting updated on save of the popup or those values are ignored on display of the popup. 8 Hours.
If you add up the time estimates at the end of each line, you will find it accounts for 16 hours.