joakin / stack

A web site/application for keeping a stack of people queued up for intervention/questions
0 stars 2 forks source link

As a participant, I want to be able to indicate that I have a direct response to the speaker, so that I don't have to wait to bring up immediately-relevant comments. #5

Open mbinder-wmf opened 8 years ago

mbinder-wmf commented 8 years ago

IRL, we raise our hands to enter the stack. Val Aurora suggested that we raise 2 hands to indicate the need for a direct response. We need a way to indicate someone has a direct response to the current speaker's comments.

joakin commented 8 years ago

Alright.

Seems by skimming through the issues that we're going to need actions for each entry on the stack (reply, remove, ...)

Suggestion for this is to have a reply action that would queue you after the participant you want to reply to.

1. John         [reply]
2. Sarah        [reply]

Click reply on John:

1. John         [reply]
   1.1 Me
2. Sarah        [reply]

Queues me after John.

I'd personally keep this only 1 level nested, otherwise it can get out of hand.

Thoughts?

mbinder-wmf commented 8 years ago

Ooh I like that. :)