Open jordanh opened 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?
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:
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.
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
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)