and-murray / wharf-spaces

MIT License
1 stars 0 forks source link

Keeping who's in the list up to date - green highlight #23

Open tomdownes14 opened 9 months ago

tomdownes14 commented 9 months ago

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

Background

When users complete a booking the ‘Who’s in' list will instantly update for all users (including those scrolling through the list). The new user entry will have a green ring around the profile picture for two seconds.

User Story

+As+ a Murray ANDi who is scrolling through the who’s in list

+I want+ to be presented the most up to date list

+So that+ I can see who is actually coming in and make the most informed decision.

 

Acceptance Criteria

+Given+ a user is scrolling through the who’s in list

+When+ another user cancels their booking

+Then+ their name should instantly be removed from the list

+Given+ a user makes a new booking

+When+ the booking is successfully completed

+Then+ their name should instantly be added to the list, and appear with a green ring around the profile picture for a period of two seconds to indicate a recent addition to the list.

 

Tech Implementations/ Questions: