skye8-tech / openFolio-v1-functional

0 stars 11 forks source link

Create a Form for Updating the User's Profile (Name, Bio, Contact, Photo) #8

Open andrew21-mch opened 3 months ago

andrew21-mch commented 3 months ago

Design a form that allows users to update their profile information, including their name, bio, contact details, and profile photo. This form should be accessible from the user’s dashboard and pre-filled with their current information.

Steps to Complete:

Develop the form with fields for name, bio, contact information, and profile photo upload. Pre-fill the form with the user's existing data from the database. Implement server-side processing to handle the form submission, validate the inputs, and update the database with the new information.

Acceptance Criteria:

Users can successfully update their profile information, and the changes are reflected in the database. The form includes validation for all inputs, including secure handling of file uploads.