Create a form that allows users to add new skills to their portfolio. The form should capture the skill name and proficiency level, which will then be stored in the database.
Steps to Complete:
Develop the form with fields for skill name and proficiency level (e.g., beginner, intermediate, expert).
Implement server-side processing to validate the inputs and save the new skill to the database.
Acceptance Criteria:
Users can add new skills, which are stored in the database and associated with their profile.
The form includes validation to ensure proper data entry.
Create a form that allows users to add new skills to their portfolio. The form should capture the skill name and proficiency level, which will then be stored in the database.
Steps to Complete:
Develop the form with fields for skill name and proficiency level (e.g., beginner, intermediate, expert). Implement server-side processing to validate the inputs and save the new skill to the database.
Acceptance Criteria:
Users can add new skills, which are stored in the database and associated with their profile. The form includes validation to ensure proper data entry.