Prompt Detail:
As a UX designer, here is a user story for the registration account of a space owner with the specified table format, multiple rows for acceptance requirements, and without using the <br>
tag:
User Story | Description | Acceptance Requirements (Form Validation Suggestions) |
---|---|---|
As a | The space owner needs to create an account on the platform to manage their available spaces for rent and handle client bookings. | 1. A registration form is available for space owners. |
space owner, | 2. The form collects necessary information, such as name, email, password, and contact details. | |
I want to | 3. Form validation: | |
register an account, | - Name: required, minimum length 2 characters. | |
so that | - Email: required, valid email format. | |
I can list my available spaces for rent and manage bookings from potential clients. | - Password: required, minimum length 8 characters, at least one uppercase letter, one lowercase letter, and one number. | |
- Contact details: required, valid phone number format. | ||
4. Upon successful submission and validation, the space owner receives a confirmation email. | ||
5. Space owner can log in using their credentials after registration is complete. |
Add a comment