Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back-end: Complete all back-end routes (+tests) #125

Closed
OrAbramovich opened this issue Dec 30, 2017 · 6 comments
Closed

Back-end: Complete all back-end routes (+tests) #125

OrAbramovich opened this issue Dec 30, 2017 · 6 comments

Comments

@OrAbramovich
Copy link
Collaborator

OrAbramovich commented Dec 30, 2017

Route Route Implementation Status Route Testing Status Priority
POST /apartments Done Done High
PUT /apartments/id/comment Done Done High
PUT /apartments/id/interested Done Done High
DELETE /apartments/id Done Done High  
GET /apartments Done Done High
POST /users Done Done High
GET /users/id Done Done High
GET /users/id Done Done High
PATCH /users/id Done Done High
GET /users/tags Done Done High
GET /apartments/tags Done Done High
PATCH /apartments/id - - Low
@alonttal
Copy link
Collaborator

Good Summary.
Thanks!

@OrAbramovich
Copy link
Collaborator Author

GET /apartments/tags - done.

@OrAbramovich
Copy link
Collaborator Author

GET /apartments/tags tests - done.

@OrAbramovich
Copy link
Collaborator Author

GET /users/tags tests - done.

@alonttal
Copy link
Collaborator

alonttal commented Jan 7, 2018

please add these 2 routes:
GET users/:id/published
GET users/:id/interested

@OrAbramovich
Copy link
Collaborator Author

All relevant routes are done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants