ParabolInc / parabol

Free online agile retrospective meeting tool
https://www.parabol.co/
Other
1.92k stars 333 forks source link

Standups: save on blur, not submit #9990

Open jordanh opened 4 months ago

jordanh commented 4 months ago

Issue - Enhancement

None of our other inout fields require a Submit button. Let's make standups work the same way.

See here đź”’ for more context.

Acceptance Criteria (optional)

Users can:

Estimated effort: 8 points (see CONTRIBUTING.md)

Dschoordsch commented 4 months ago

When will we send out notifications that they've written their response? I think we should have a way to say "I'm done". We can still publish the draft but maybe mark it as such?

mattkrick commented 4 months ago

that's a good problem to solve! today, we have to account for hitting submit the first time as well as them resubmitting. so, we could:

Dschoordsch commented 4 months ago

I like the batching idea. I would avoid an llm and just go by when it was last edited. If you haven't touched it for 30min you're done. We just need to consider the frequency of standups to send these out. If they're running dailies we don't want to wait too long until we send notifications.

jordanh commented 3 months ago

I also like the idea of waiting a "debounce" time (like 30 minutes) and assuming that the edit is safe to share. We don't have to say done, per se, I think "submitted a response" would suffice