You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Internal Rooms
In order to have some privacy
I want some Rooms that are only discoverable by Workspace Members
Scenario: Workspace Member creates Internal RoomWhen a Workspace Member creates an Internal Room
Then Workspace Members may see the Room on the Workspace Dashboard
Then Guests may not see the Room on the Workspace Dashboard
# Note - We may want to move the Locked Internal Room permutations into their own issueScenario: Guest cannot access Locked Internal Room even with Room KeyGiven a Workspace with a Locked Internal Room
When a Guest attempts to enter the room
Then the Guest is not offered a chance to enter the Room Key
And the Guest is shown the Not Found page
Scenario: Workspace Member can access Locked Internal Room with Room KeyGiven a Workspace with a Locked Internal Room
When a Workspace Member enters the Locked Internal Room with the correct Room Key
Then the Workspace Member is in the Room
Scenario: Workspace Member cannot access Locked Internal Room without Room KeyGiven a Workspace with a Locked Internal Room
When a Workspace Member enters the Locked Internal Room with an incorrect Room Key
Then the Workspace Member is not in the Room
The text was updated successfully, but these errors were encountered:
See:
- #41
- #40
- #59
We realized that the access permissions bits were a bit hard to track
down because they were spread across the entering rooms and locked rooms
feature definitions.
Because we assume people will be asking "who can enter this room?" it
made sense to consolidate the different permutations into a single
scenario in the Entering Rooms feature definition.
Feature Definition
The text was updated successfully, but these errors were encountered: