givebloodorg / doesangue-core

Online platform that connects people interested in blood donation
https://givebloodorg.github.io
MIT License
88 stars 15 forks source link

Redesign routes #41

Closed JoseCage closed 6 years ago

JoseCage commented 7 years ago

For next release (v1.0.0) the route will be completely rewritten (but pay attention: we will always be in v1 of our routes). For example, in current version the routes to add, update or delete campaigns are defined in public/global routes. So instead of that we will separate some routes to be under /v1/me prefix and keep only the routes /v1/campaigns, /v1/donors, /v1/campaigns/{id}/comments and other routes non related to user directly.

This issue/task is part of #38