Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Furniture: Breakouts #154

Closed
15 tasks
zspencer opened this issue Nov 26, 2020 · 0 comments
Closed
15 tasks

Furniture: Breakouts #154

zspencer opened this issue Nov 26, 2020 · 0 comments
Milestone

Comments

@zspencer
Copy link
Member

zspencer commented Nov 26, 2020

TODO

  • Write a feature definition
  • Spike an implementation (with or without "furniture" concept)
  • Spike how to have events like workspace.room.breakout-rooms.created and workspace.room.breakout-rooms.expiring-soon etc. distributed to each room occupant.
  • Migrate the feature definition to the code-base
  • Creating Breakout Rooms
    • Sketch Feature Definition
    • Make a UI Mockup
    • Wire in step definitions
    • Implement it!
  • Entering Breakout Rooms
    • Sketch Feature Definition
    • Make a UI Mockup
    • Wire in step definitions
    • Implement it!
  • Enable feature globally!
Feature: Breakout Rooms
  In order for people to organize themselves by topic
  Members want to be able to create named breakout rooms within a room
  And Guests want to move between those rooms leisurely

Scenario: Creating Breakout Rooms
  Given a Room with Breakout Rooms enabled
   When a Member adds the following Breakout Rooms
    | name                           | expires        | access   | 
    | Business Model Canvas Workshop | in 1 hour.     | public.  | 
    | Engineering.                   | in 3 hours     | internal | 
    | Standup.                       | in 15 minutes. | public.  | 
   Then the "Engineering" Breakout Room is visible to:
    | Members | 
    | Owners  | 
    And the "Engineering" Breakout Room is visible to:
    | Guests | 
   Then the "Standup" Breakout Room is visible to:
    | Members | 
    | Owners  | 
    | Guests  | 
   Then the "Business Model Canvas" Breakout Room is visible to:
    | Members | 
    | Owners  | 
    | Guests  | 

Scenario: Entering Breakout Rooms

Scenario: Breakout Room Expiration
@zspencer zspencer added this to the 1.1 - B? milestone Nov 26, 2020
@zspencer zspencer changed the title Breakout Rooms Breakout Tables Jan 2, 2021
@zspencer zspencer changed the title Breakout Tables Furniture: Breakout Tables Aug 23, 2021
@zspencer zspencer changed the title Furniture: Breakout Tables Furniture: Breakouts Aug 23, 2021
@zspencer zspencer closed this as completed Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant