Wednesday, July 3, 2024
2 changes · master
Enhancements to existing features
Appointments with a single assigned user now open in the Gantt view from the appointment shortcut, making scheduling easier to review. Marketing automation campaign cards also adapt better when labels are long, improving readability and layout consistency.
Original PR description
**(appointment)** 1). When the user clicks on the appointment stat btn and the appointment has only one user then the calendar view is opened by default but now the Gantt view will open. **(marketing_automation)** 2) Now the Kanban card will be responsive if the label is longer. Task-3918168
This update adds test coverage to ensure planning shifts are created for the selected date and user, including cases involving employee holidays. It helps protect scheduling accuracy and the progress bar behavior from future regressions.
Original PR description
Cases Covered:
--------------
- Check the progress bar with the holiday
- shift will be created based on the selected date and user
task-3231715