Websocket Implementation
What is the motivation for adding/enhancing this feature?
Currently, when multiple users are working on the same cycle count, they cannot see the details of item counts submitted by others. This sometimes leads to duplicate efforts. Users need to frequently refresh the page to get updated details. It would be great if the cycle count item details were updated in real time through WebSocket.
What are the acceptance criteria?
Scope: Multiple persons working on the same Cycle Count but different items AC: Once the counts are submitted by any user, they should be broadcasted to other users working on that cycle count. For instance, if a new item is added by one person, it should also be displayed to others working on the same cycle count. Similarly, if the item counts are saved by one person, they should be updated for others as well.
- [ ] ...
Can you complete this feature request by yourself?
- [ ] YES
- [ ] NO