and-murray / wharf-spaces

MIT License
1 stars 0 forks source link

Editing visitor name (car) #45

Open tomdownes14 opened 10 months ago

tomdownes14 commented 10 months ago

In GitLab by @christopher.batin on Nov 15, 2023, 14:32

Background

Users can choose to edit their visitor name or leave it as the default display (ANDi’s name, visitor 1. E.g.: Ugo’s visitor 1) 

 

User Story

+As+ a user of the Murray Spaces app

+I want+ to be able edit my visitor name

+So that+ I can specify if the visitors coming in are from a specific client and make the clubhouse aware of who is visiting.

 

Acceptance Criteria

+Given+ a user is booking a car parking space for a visitor

+When+ they select to edit their visitor name

+Then+ they will be provided an editable text box with the default visitor name (ANDi’s name visitor X - X being the visitor’s rank e.g. 3rd visitor for Ugo, would be: Ugo’s visitor 3)

+Given+ a user is booking a car parking space for a visitor and selects to edit their visitor’s name

+When+ they edit their visitor name and select book

+Then+ they will clearly see their selected visitor name in the who’s in list

 

Tech Implementations/ Questions: