Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
andrew21-mch opened this issue Aug 16, 2024 · 0 comments
Labels

Comments

@andrew21-mch
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant