codeforamerica / chime

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

Introduce ChimeActivity class #532

Closed tmaybe closed 8 years ago

tmaybe commented 8 years ago

I created a ChimeActivity class for managing activities in the application. This PR replaces every place we were creating an independent activity object with an instantiation of the class.

Part of the work towards completing #519

wpietri commented 8 years ago

Looks like great progress. I like how much more clearly it expresses that certain code is closely related.