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

start retros with the prime directive #5

Closed
2 tasks done
vanderhoop opened this issue Jan 11, 2017 · 2 comments
Closed
2 tasks done

start retros with the prime directive #5

vanderhoop opened this issue Jan 11, 2017 · 2 comments
Assignees

Comments

@vanderhoop
Copy link
Contributor

vanderhoop commented Jan 11, 2017

As a user who has just joined a room prior to a retro commencing,
I want to be presented with the retrospective Prime Directive (below),
so that I can be reminded of the retro's purpose and how I can best fulfill it.

Regardless of what we discover, we understand and truly believe that everyone did the best job they could, given what they knew at the time, their skills and abilities, the resources available, and the situation at hand.

Acceptance Criteria:

  • when Retro records are created, the default value for the 'stage' value is no longer 'idea-generation', but rather 'prime-directive'.
  • upon visiting a retro at /retro/:retro_uuid, users are no longer immediately presented with the retro board. Instead, they are presented with:
    • The Prime Directive Text
    • The UserList Component
    • if the user is the facilitator the stage progression button
    • the button should be centered
      • the width of the button is up to the developer discretion. it can be tweaked later
      • upon clicking the stage progression button, the facilitator is asked to confirm their choice with the following text: "Are you sure want to proceed to the Idea Generation stage? This will commence the retro in earnest."
        • upon confirming their choice, everyone's interface switches to the idea generation interface.
@vanderhoop
Copy link
Contributor Author

I fiddled around with adding line breaks at different parts of the text, and i thought the following markup looked decent.

<div class="ui basic compact segment">
  <h1 class="ui dividing header">The Prime Directive:</h1>
  <p>
    Regardless of what we discover,<br>
    we understand and truly believe<br>
    that everyone did the best job they could,<br>
    given what they knew at the time,<br>
    their skills and abilities,<br>
    the resources available, and the situation at hand.
  </p>
</div>

@vanderhoop
Copy link
Contributor Author

re-adding the blocked label until I've had a chance to discuss this story with @brettnbcu, as the current accepance criteria erects a barrier to entry (not unlike making users give you their credit card info during sign-up, a big UX-No-No).

@qlaire qlaire self-assigned this Jul 21, 2017
vanderhoop added a commit that referenced this issue Feb 16, 2019
…did with native HTML5 drag and drop got to be too painful and risky.

  Revert "Improve comments in IdeaDropTarget"

  This reverts commit de6abdb.

  # This is the commit message #2:

  Revert "Add centered 'linkify' icon on ideas when hovered over in the grouping stage"

  This reverts commit 574158f.

  # This is the commit message #3:

  Revert "Optimization: throttle invocations of handleDragOver's state updates"

  This reverts commit 586f57b.

  # This is the commit message #4:

  Revert "Lint"

  This reverts commit c3ba534.

  # This is the commit message #5:

  Revert "Bugfix: only direct descendants of .dragged-over get overlay styling applied"

  This reverts commit 03dd760.

  # This is the commit message #6:

  Revert "Only enable an 'idea' as a drop target in Grouping Stage"

  This reverts commit 721040b.

  # This is the commit message #7:

  Revert "Leverage IdeaDropTarget in Idea component"

  This reverts commit 18cb296.

  # This is the commit message #8:

  Revert "Extend IdeaDropTarget to allow custom tagName"

  This reverts commit 64f3c35.

  # This is the commit message #9:

  Revert "Disable CategoryColumn drag and drop handlers when not in idea generation"

  This reverts commit 570ac29.

  # This is the commit message #10:

  Revert "Add switch prop for activating/de-activating Idea 'drop' functionality on IdeaDropTarget"

  This reverts commit 75e949f.

  # This is the commit message #11:

  Revert "Refactor: extract drop target handlers and drop styling into component"

  This reverts commit 458f839.

  # This is the commit message #12:

  Revert "Allow any users to drag ideas in 'grouping' stage on desktop"

  This reverts commit 2bf4c6f.

  # This is the commit message #13:

  Revert "Revert "Lint""

  This reverts commit e357038e03eb2414c43837f2c6e6e63288002c62.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants