Goal
Implement support for reversing an inbox action (Approve/Reject) within a 5-second buffer window.
Requirements
- Temporarily hold state transitions in a queue before writing to durable Memory.
- Revert state transition if user triggers cancel event within 5 seconds.
- Add unit tests verifying cancel timeouts.
SSoC26 Contributor Notice:
Since this repository (Memact/Notebook) is outside the main Context repository, and the registered project for tracking contributions is specifically Context (Memact/Context), please make sure to create a dummy PR in the Context repository linking to your actual PR or commits in this repository. This is required for your contribution to be correctly tracked and counted.
If you have already created a dummy PR in Memact/Context linking to your work here, please ignore this message!
Goal
Implement support for reversing an inbox action (Approve/Reject) within a 5-second buffer window.
Requirements
SSoC26 Contributor Notice:
Since this repository (
Memact/Notebook) is outside the mainContextrepository, and the registered project for tracking contributions is specifically Context (Memact/Context), please make sure to create a dummy PR in the Context repository linking to your actual PR or commits in this repository. This is required for your contribution to be correctly tracked and counted.If you have already created a dummy PR in
Memact/Contextlinking to your work here, please ignore this message!