ScrappyAcademy / store_engine

Group project for learning Ruby on Rails and how to work in a team.
1 stars 0 forks source link

Clarify "access details of an individual order" in the dashboard meaning #4

Open cupakromer opened 12 years ago

cupakromer commented 12 years ago

:checkered_flag: Flagging this story for review.

As an Administrator, I can also view an order "dashboard" where I can: ...

  • Access details of an individual order, including:
    • Order date and time
    • Purchaser full name and email address
    • ...

I understand how the basic dashboard features are supposed to fit; such as See a listing of all orders. However, I'm not able to conceptualize what the latter Access details of an individual order means in this context. Normally, I would say, "Hey let's ask the customer.", but we are the customer in this case.

Thoughts:

Thoughts :cloud:?

daidekman commented 12 years ago

I understood this to simply mean that the Admin can view every attribute of an order instance, as you would on the "show" page in the views. I don't read anything more complicated into that. The key difference is that only Admin can view all of the orders and all of the attributes. Users can't see that and should only be able to see their own orders.

One gem that I really like for this is Active Admin: http://activeadmin.info/

jwieringa commented 12 years ago

I read the same way as Dave. +1 for Active Admin as well.

lawrence79 commented 12 years ago

I've had good luck with active admin as well. +1