JAmcevoy / LWM-API

0 stars 1 forks source link

CRUD Operations for User Profiles #10

Open JAmcevoy opened 3 months ago

JAmcevoy commented 3 months ago

As a user, I want to create, read, update, and delete my profile so that I can manage my personal information and preferences

AC1: Users should be able to create a profile with personal information fields such as bio, profile_picture, and other relevant details.

AC2: Users should be able to view their profile details, including all personal information and preferences they have entered.

AC3: Users should be able to update their profile information, including fields like bio and profile_picture, and any other editable details.

AC4: Users should be able to delete their profile, which will remove all associated personal information and preferences from the system.