cinema6 / proshop

Cinema6 provisioning and administrative system
0 stars 0 forks source link

Proshop todo list for Launch #36

Closed howardengelhart closed 10 years ago

howardengelhart commented 10 years ago

@sqmunson - here is my list. Once these are done and we spot check against staging it will be ready for production as far as I'm concerned. If you think you can get these knocked out today, I'd say lets do that ahead of finishing the copy functionality. Then get the copy done on the next release. -h

Alert Handling

You need to come up with some standard UI element/directives for handling alerts. Here are the scenarios I can think of:

  1. API Error - you tried to do something but the API dinged you (like create two users with the same email).
  2. Major Warning - you are about to do something potentially dangerous, are you sure.
  3. Minor Warning/Error - you're doing something wrong, but its fixable (i.e. trying to submit with a missing field).

Types 1 and 2 should probably get a full-on modal pop-up dialog. Type 3 should be displayed in bold/red text somewhere clearly visible to the user.

Organizations

Main view

howardengelhart commented 10 years ago

@sqmunson good progress.. a few notes..

Definitely becoming more user friendly.

howardengelhart commented 10 years ago

@sqmunson

One other thing.. on the MiniReels screen, after you pull up an org's mini reels the Back link reads "Back to orgs list". Would be better if the Orgs drop down stays put, set to the Org who's MR's you selected. User can just pull up another org from there. DONE