-
Notifications
You must be signed in to change notification settings - Fork 11
Routes
addriv edited this page Sep 17, 2017
·
2 revisions
-
POST /api/users
- sign up
-
POST /api/teams
- returns the team information after creating new team
-
POST /api/teams/:team_id/projects
- creates a new project -
PATCH /api/teams/:team_id/project/:id
- updates project -
DELETE /api/teams/:team_id/project/:id
- deletes project
-
GET /api/tasks/
- returns all public tasks within a team -
GET /api/tasks/:id
- returns a task -
POST /api/tasks/
- creates a new task -
PATCH /api/tasks/:id
- updates a task -
DELETE /api/tasks/:id
- updates a task
/#/login
/#/signup
-
/#/newTeam
- new team form only rendered for new user with no teams -
/#/dashboard/list
- main dashboard defaults to tasks index -
/#/dashboard/list/:taskId
- task form with new or pre-filled data