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

Cards hidden until 'voting mode' is enabled #175

Open
jenningsb2 opened this issue Mar 27, 2023 · 7 comments
Open

Cards hidden until 'voting mode' is enabled #175

jenningsb2 opened this issue Mar 27, 2023 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@jenningsb2
Copy link

If you're not the author of the card, you shouldn't be able to see the cards other users write until 'voting mode' has commenced.

This helps limit groupthink. If you see others writing about a specific topic, it could steer your thought process toward their issue prematurely and limit the topic diversity of the session.

It would be great to have a setting (similar to the 'voting allowed' selection) to hide the text of cards you haven't authored.

I don't think you need to take this wildly far. Simple is better.

@d0x2f
Copy link
Owner

d0x2f commented Mar 27, 2023

Good idea, I'll see if I can work on it this week.

@d0x2f d0x2f self-assigned this Mar 27, 2023
@d0x2f d0x2f added the enhancement New feature or request label Mar 27, 2023
@jenningsb2
Copy link
Author

Nice! If they cards are there, but the text is hidden, that could also accomplish this goal.

I think users should be able to see their own cards/text

@d0x2f
Copy link
Owner

d0x2f commented Mar 29, 2023

I'm undecided on how to approach this, here are a few options in order of easiest to hardest:

  • Always obscure cards when voting is disallowed.
    • This'll mean that the current style of adding cards visible to everyone won't be possible.
  • Seperate voting allowed and obscure cards toggles that the board owner can flip.
    • A downside to this is that voting could be allowed at the same time that cards are obscured, which is a bit weird.
  • A 3-way switch for voting allowed, voting disallowed and voting disallowed + cards obscured
    • This way we avoid the strange state and allow retro runners to use either style.

After all the cards are revealed, there're likely to be duplicates where people added the same thing. But there's currently no ability to merge cards, which would be an annoyance.

@jenningsb2
Copy link
Author

Option 2 seems sufficient.

Agreed that it is a bit weird, but it'll be an obvious state based on the menu items selected.


Agreed on the potential for dupes—merging would be something that would make this feature shine more, but I don't think it is a gamechanger, all things considered.

What if you had a concept of 'card groups' rather than attempting to merge cards? There could be a nullable property on the cards like a group_id

I am sort of thinking of FigJam 'sections'
CleanShot 2023-04-04 at 09 08 54@2x

@d0x2f
Copy link
Owner

d0x2f commented Apr 4, 2023

I think option 2 would be fine for now as well.
I'll go ahead and do that 👍

The duplicate problem can be addressed seperately and tracked here: #3

@troyane
Copy link
Contributor

troyane commented Nov 21, 2024

Hey, @d0x2f how is the progress on this issue?

I also found this feature request very helpful for more mindful retros.

@d0x2f
Copy link
Owner

d0x2f commented Nov 24, 2024

Yes this is something I want to do, sorry it got left by the wayside as I've been focussed on other projects.
I'll see if I can pick this up again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants