Friday, January 6, 2023
2 changes · master
Enhancements to existing features
Warehouse barcode users now hear an error sound when they scan an invalid barcode or one that cannot be handled at the current step. Successful scans also get a brief visual flash, making scanning outcomes clearer and helping users correct mistakes faster.
Original PR description
Plays a sound effect when the user scans a wrong barcode (either a non-existing barcode or a barcode who can't be processed in the current state of the app's flow). task-2871895
Project tasks now alert users when a task is scheduled to start before another task it depends on is completed. This helps teams plan work in the right order and avoid timeline conflicts in project schedules.
Original PR description
[IMP] project: improve UX **Before this commit:** Let's consider task A depending of task B. Task A can be planned before task B. Example: Task A planned from 01/01/2020 to 05/01/2020 and Task B planned from 06/01/2020. **In this commit:** As task A is depending of task B, task B should be done before task A and the planned_date_begin of task A should be greater or equal to planned_date_end of task B. A new bootstrap alert will be displayed when a task is planned before a task on which it depends. task-3053344