dajuhan / ToDoApp-FlutterFlow

0 stars 0 forks source link

US4:Profile Creation #15

Open dajuhan opened 2 days ago

dajuhan commented 2 days ago

AS A user, I WANT TO create a personal profile in the app, TO customize my account details and preferences, SO THAT my information is personalized and up-to-date.

SCENARIO: Successful Profile Creation GIVEN the user is logged into their account, WHEN the user navigates to the profile creation screen, AND enters valid personal details (e.g., name, profile picture, preferences), THEN the system should save the profile information WITHIN 2 seconds, AND display a confirmation message stating "Profile created successfully."

SCENARIO: Missing Required Information GIVEN the user is on the profile creation screen, WHEN the user attempts to save the profile without entering required fields (e.g., name), THEN the system should display an error message stating "Please fill in all required fields" WITHIN 1 second, AND prevent the profile from being saved until the required fields are completed.