skye8-tech / openFolio-v1-functional

0 stars 11 forks source link

Implement Functionality to Edit Existing Projects #15

Open andrew21-mch opened 3 months ago

andrew21-mch commented 3 months ago

Allow users to edit their existing projects, including updating the project title, description, technologies, link, and image.

Steps to Complete:

Create an edit option for each project listed on the user’s dashboard. Pre-fill the edit form with the current project details. Update the project information in the database when the user submits the form, including handling image replacements.

Acceptance Criteria:

Users can successfully edit their project details, and changes are saved to the database. The edit form is pre-filled with the current details of the selected project.