zmon / Code-for-America-Projects-Hub

Help Brigade members find projects to work on. Promote multi-Brigade collaboration. Onboard new members. Encourage public contribution of ideas. Karma. Visualize scope for Code for America. Provide filtered and sorted card list of projects and ideas for development. The list should be available nation-wide and by city.
http://codeforkc.org/Code-for-America-Projects-Hub/
15 stars 13 forks source link

Adds services and controllers for external APIs and internal models. Refactoring. #66

Closed jstirnaman closed 9 years ago

jstirnaman commented 9 years ago

Lots of changes here. Sets up services and controllers for external APIs and internal models, e.g. Project, ProjectIdea, separately. Removes a little bit of param logic from old controller. Adds HubController for frontpage "card" displays that gets data from internal models. Adds external API view routes for Github and Google, but Google still needs additional help since output is XML. Adds a few tests. Fixes typos.