-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display PCMO (approver) Comments in Order Details View #18
Comments
@choquette33 right now the API does not send back the extra information entered by the PCMO. I confirmed this by adding the extra information but does NOT appear in the API response:
Could you please file an improvement in the |
Hey, @neerajrao - adding that's no problem, but I do have a design question. Recall that the various supplies may have different responses, and that a response may apply to some - but not all - supplies from one request. Given that, where would you prefer to get the extra text attached to a response?
|
@jamesdabbs good point. I think inline it with each supply's response. That way, if the extra info is different for each supply, we can still account for it. @choquette33 given what James said, we might need to rethink how we're showing the extra information. I think you suggested showing it as a darker chat bubble at the very end, below all the supplies but we may have different extra info for each supply. Maybe add a bubble beneath each supply route? |
@neerajrao I wouldn't want repetitive text bubbles. Can we group the items with the same extra information in a list and only show one bubble per unique extra information text? |
When a Staff member approves or denies an item or order, they have the ability to add "Extra Information" into the text box below the itemized order. The expectation is that the user will see this information when they view their processed orders.
Currently only the "special instructions" that were entered by the user when placing the order are displayed. We need to show them both on the Order Details view.
A note on the UI
I suggest keeping the "special instructions" displayed above the list of items, but I would like to see this aligned right and displayed in a thought bubble shape. I would add the "extra information" to the bottom of the list of items included in that order, align it left and place it in a different colored thought bubble.
I am attempting to recreate the UI of a chat (with out the avatar)
![image](https://cloud.githubusercontent.com/assets/2973990/14219333/aac9877a-f827-11e5-9133-bfa1906bba72.png)
The text was updated successfully, but these errors were encountered: