Looking at the feature backlog in Pivotal Tracker and this one seemed like a relatively straightforward task to tackle to start getting familiar with the codebase. Is the intent of this story to:
1) Just change the visible 'Chapter' text to 'City'
or
2) Also rename the Chapter model and chapter_id fields to City
I'm totally willing to dig into either of these, but wanted to get an idea of what the desired outcome is here.
Also, for the text changes, are there any objections to starting to move the text in the locales/en.yml file and using the I18n system for displaying the text? Right now it looks like all of the events are in the US, but this seems like a project that could easily grow outside of the US eventually. Being localization-ready probably wouldn't hurt.