Skip to content

Instantly share code, notes, and snippets.

@BobGu
Last active August 29, 2015 14:05
Show Gist options
  • Save BobGu/cd24d57b07221f496661 to your computer and use it in GitHub Desktop.
Save BobGu/cd24d57b07221f496661 to your computer and use it in GitHub Desktop.
Okay so as of Saturday at 1:45pm, here are the features that need to be addressed:
Authorization
Seperating out the orders views for the customer and the admin
-Emily
In Authenticated Non-Admins:
5) Missing timestamp if/when an order is completed or cancelled.
On the Order Details page:
2) Missing 'current status' of the order
4) Missing timestamp if/when an order is completed or cancelled
5) Need to implement a 'retire an item' feature
6) Logged in users can view other user's current order.
7) Logged in users can view the administrator's screens and make themselves an admin.
In Administrators:
"Item Dashboard":
1) Need to be able to upload PHOTOS to Item Listings (Menu).
Gu
3) Retire an item, which hides it from browsing by a customer
Tim
"Order Dashboard":
3) For pending (or "ordered") or paid orders, may change quantity or remove items. Not allowed for cancelled or completed orders.
Need to make sure Admin user cannot modify any personal data aside from their own.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment