You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Create functionality to allow users to add, view, and edit portfolio links showcasing their work.
Tasks:
Create database schema/model for storing portfolio links under a user’s profile.
Set up the Express route POST /api/users/profile/:id/portfolio for adding portfolio items.
Implement logic for GET /api/users/profile/:id/portfolio to fetch a user's portfolio data.
Validate user access to ensure only the respective user can add or edit their portfolio.
Write unit tests to verify database CRUD operations for the portfolio section.
Estimated Time: 60 hours
Please claim this issue
The text was updated successfully, but these errors were encountered:
Description:
Create functionality to allow users to add, view, and edit portfolio links showcasing their work.
Tasks:
Create database schema/model for storing portfolio links under a user’s profile.
Set up the Express route POST /api/users/profile/:id/portfolio for adding portfolio items.
Implement logic for GET /api/users/profile/:id/portfolio to fetch a user's portfolio data.
Validate user access to ensure only the respective user can add or edit their portfolio.
Write unit tests to verify database CRUD operations for the portfolio section.
Estimated Time: 60 hours
Please claim this issue
The text was updated successfully, but these errors were encountered: