Add functionality for users to delete projects from their portfolio. This includes removing the project from the database and updating the displayed list of projects.
Steps to Complete:
Create a delete option (e.g., a button) next to each project listed on the user’s dashboard.
Implement server-side processing to remove the project from the database upon user confirmation.
Ensure that the project’s associated image is also removed if applicable.
Acceptance Criteria:
Users can delete projects, and the projects are removed from both the database and the UI.
The deletion is immediately reflected on the user’s portfolio page.
Add functionality for users to delete projects from their portfolio. This includes removing the project from the database and updating the displayed list of projects.
Steps to Complete:
Create a delete option (e.g., a button) next to each project listed on the user’s dashboard. Implement server-side processing to remove the project from the database upon user confirmation. Ensure that the project’s associated image is also removed if applicable.
Acceptance Criteria:
Users can delete projects, and the projects are removed from both the database and the UI. The deletion is immediately reflected on the user’s portfolio page.