parabol icon indicating copy to clipboard operation
parabol copied to clipboard

Retro: Spotlight: Disable spotlight if someone is editing the card

Open mattkrick opened this issue 2 years ago • 1 comments

AC

  • [ ] If someone creates a new card during the group phase, another user should NOT see the spotlight icon.

Estimate: 3 hours

mattkrick avatar Feb 11 '22 17:02 mattkrick

I was checking with isEditing, but it is only limited to local changes It does not show remote editing of the reflection card.

@mattkrick I think isEditing should also update on remote editing. Or is it intentional?

87prashant avatar Jul 26 '22 10:07 87prashant

Stale issue

github-actions[bot] avatar Jan 31 '23 00:01 github-actions[bot]

Still a good one, but iceboxing for now

jordanh avatar Jan 31 '23 19:01 jordanh

@87prashant isEditing should update on the remote side. It's set by the EditTaskPayload of the editTask mutation. Maybe we're missing the correct subscription in the group phase so it's not properly updated.

Dschoordsch avatar Jan 31 '23 19:01 Dschoordsch

@Dschoordsch, can I work on this in future

87prashant avatar Feb 03 '23 21:02 87prashant

Sure, that would be nice!

Dschoordsch avatar Feb 04 '23 20:02 Dschoordsch