-
Notifications
You must be signed in to change notification settings - Fork 0
Meeting 08 04 Fri (frontend)
alyu edited this page May 5, 2022
·
1 revision
- Create new issues
- Issues from current tasks
- Inconsistent and missing colour schemes
- Routing requires id parameter
- Adding a post requires tags input and multiple restaurant location options
- UI/UX issues
- Colour contrast issues
- Inconsistent styling across components
- Pages issues to be created
- Error page
- Login/Signup page
- Home page
- User account page
- Post details page
- Update progress, review and record issues encountered
- Home
- Requirements
- Technologies
- Project management strategy
- Tasks breakdown
- Member contributions
- Meeting minutes
- API endpoints summary
- Users
-
Create a new user :
POST /api/users/
-
Get a single user :
GET /api/users/:id
-
Get a single user (firebase ID) :
GET /api/users/firebase/:id
-
Update a user:
PUT /api/users/:id
-
Create a new user :
- Posts
-
Get a single post
GET /api/posts/:id
-
Get a list of posts :
GET /api/posts/
-
Search for a post :
GET /api/posts/search
-
Create a new post :
POST /api/posts/
-
Like a post :
POST /api/posts/like-post
-
Unlike a post :
POST /api/posts/unlike-post
-
Upload an image for a post :
POST /api/posts/image
-
Get a single post
- Restaurant
-
Get restaurant :
GET /api/restaurants/
-
Get restaurant :