Description
This is the final release for the ecoknowledge project, concerning the internship of summer 2015.
Features added
- A user can be now part of a team
- A team leader can take challenges for its team
- All members of the team see a team challenge on their personal dashboard.
- You can now switch between dashboards - your personal one, and one dashboard per team you're member of
- A login page shows when you're not logged in
Clean
- Frontend have much less controllers
- A context class appears in the backend, allowing to switch context in the future
Protocols
- Backend's API has changed in order to handle mutliple users and be more straight forward
- HTTP routes has changed to match API changes