codeforamerica / chime

A city-focused content management system
http://chimecms.org/
BSD 3-Clause "New" or "Revised" License
35 stars 12 forks source link

Make it possible to describe an activity at the end of the change #515

Closed phae closed 8 years ago

phae commented 8 years ago

After you hit save, ask to describe the activity (instead of at first)

norrishung commented 8 years ago

Finished with the design portion of this. Off to @tmaybe to finish the implementation. Mainly:

  1. Actually allow for creation of activity without naming it.
  2. Ability to rename activity task_description from review modal and activity overview page.
  3. Pluralizing of #files changed in the activity bar and review modal.

List of front-end changes made (some of these changes are not directly related to describing an activity at the end of a task but are small design changes that accumulated over the user testing cycle):

  1. changed activity dropdown to activity bar (to make it clearer what activity you are in and to make review actions more obvious)
  2. allow for review behavior to happen in modal (helps user to focus on only the information/actions important to that review stage)
  3. changed activity summary ui (less list and more physical representation of files to make it harder to ignore what has changed in an activity)
  4. allow for activity to be renamed from modal and within activity overview page
  5. allow for activity to be deleted within activity page
  6. show how many files have changed within an activity across interface (makes it clearer what you are requesting feedback/endorsing/publishing)
  7. condensed all activity actions at the top of page (making actions on the activity overview page more obvious)