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
Allow users to delete skills from their portfolio. This includes removing the skill from the database and updating the displayed list of skills accordingly.
Steps to Complete:
Create a delete option (e.g., a button) next to each skill listed on the user’s dashboard.
Implement server-side processing to remove the skill from the database upon user confirmation.
Acceptance Criteria:
Users can delete skills, and the skills are removed from both the database and the UI.
The deletion is immediately reflected on the user’s dashboard without requiring a page refresh.
The text was updated successfully, but these errors were encountered:
Allow users to delete skills from their portfolio. This includes removing the skill from the database and updating the displayed list of skills accordingly.
Steps to Complete:
Create a delete option (e.g., a button) next to each skill listed on the user’s dashboard.
Implement server-side processing to remove the skill from the database upon user confirmation.
Acceptance Criteria:
Users can delete skills, and the skills are removed from both the database and the UI.
The deletion is immediately reflected on the user’s dashboard without requiring a page refresh.
The text was updated successfully, but these errors were encountered: