-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Discovering Rooms #39
Comments
I've pulled out:
As I believe this particular feature is reaching "useful enough" to consider moving it into the "how do we present this to the world as part of our marketing and education efforts" stage of development. @melissamcewen - Would you be interested in taking point on that? I don't think we want to tie in too much visuals since I expect the UI will evolve over the next few months; but the concept of "you can navigate between rooms to gather in a self-determining manner" may be worth highlighting on a sub-page or something? What do you think? |
See: #72 See: #39 - You can bypass waiting for a room card to exist by passing `false` to the findRoomCard method on workspace We think that it would be nice to make the `findRoomCard` function to return the roomCard itself, or return a false; and move the wait out of it completely; which would push responsibility for knowing whether we should "wait for it" to the step. This would also allow us to "check" the value of the roomCard in steps. - We use `cucumber-pretty` to format our output legibly
See: #72 See: #39 - You can bypass waiting for a room card to exist by passing `false` to the findRoomCard method on workspace We think that it would be nice to make the `findRoomCard` function to return the roomCard itself, or return a false; and move the wait out of it completely; which would push responsibility for knowing whether we should "wait for it" to the step. This would also allow us to "check" the value of the roomCard in steps. - We use `cucumber-pretty` to format our output legibly Co-authored-by: Tom Lee <user512@users.noreply.github.com> Co-authored-by: CJ Joulain <joulain@gmail.com> Co-authored-by: KellyAH <KellyAH@users.noreply.github.com>
See: #72 See: #39 - You can bypass waiting for a room card to exist by passing `false` to the findRoomCard method on workspace We think that it would be nice to make the `findRoomCard` function to return the roomCard itself, or return a false; and move the wait out of it completely; which would push responsibility for knowing whether we should "wait for it" to the step. This would also allow us to "check" the value of the roomCard in steps. - We use `cucumber-pretty` to format our output legibly Co-authored-by: Tom Lee <user512@users.noreply.github.com> Co-authored-by: CJ Joulain <joulain@gmail.com> Co-authored-by: KellyAH <KellyAH@users.noreply.github.com>
Now that we have tests in place, and notes in the CHANGELOG I am going to say this is good to go. |
This Issue May Be Closed When
There is a tutorial for entering rooms somewhere underWe can do this later.https://www.zinc.coop/convene/
Feature Definition
UI Mockup
The text was updated successfully, but these errors were encountered: