Update the web socket of the move items to be sent after the transaction
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Please check out issue #806, which provides a detailed explanation of the problem.
The concept is to send a WebSocket containing the updated data each time a transaction is completed for the moved item. This allows for the invalidation of the cache for the respective item.
After all transactions are completed (when moving multiple items), a feedback WebSocket is sent to indicate that the task has been completed on the frontend. It would be beneficial to inform which item wasn't moved in case of an error, especially when it was expected to move along with the other items.
Similar processes will be implemented for copy, delete, recycle, and validation once the current process is functional.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.