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 intent at the end of a change #545

Closed tmaybe closed 8 years ago

tmaybe commented 8 years ago

Changes made:

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

Closes #515

tmaybe commented 8 years ago

I'll resolve conflicts and ping folks for review.

wpietri commented 8 years ago

Other than the discussed issues, this looks good to me. It was great to see the additional test coverage (and I love the sample test text). Feel free to merge once you're happy with the changes you mentioned.