Monday, June 19, 2023
3 changes
Enhancements to existing features
Field service task deadlines now turn red when the due date has passed and the task is still open. This helps teams quickly identify overdue work and prioritize follow-up before delays grow.
Original PR description
In this PR, The date deadline field turns red when the date has passed and the task has not been closed.
Portal users can now more easily read long helpdesk ticket names by hovering over them in the ticket list. The ticket date alignment was also adjusted, making the list cleaner and easier to scan.
Original PR description
Improve the following generic UX - before in the portal tickets list view name of the ticket has not hovered so it was hard to view the ticket name when it was too long so I added the title to template so the name will hover - earlier the date was not vertically centered after applying style date is vertically centered task-3251721
The Helpdesk and Planning Kanban cards no longer show a separate edit button because users can already open the full record by clicking the card itself. This reduces visual clutter and makes the interface simpler and easier to use.
Original PR description
This PR focuses on enhancing the Kanban card functionality by removing a redundant button. Previously, users were already able to access the form view by clicking directly on the Kanban card itself. However, the presence of the redundant button caused potential confusion and cluttered the interface. With this update, we have improved the user experience by eliminating the unnecessary button, allowing users to seamlessly access the form view with a simple click on the card. This change simplifies the workflow, removes redundant elements, and contributes to a cleaner and more visually appealing user interface. The aim is to optimize usability and improve the overall aesthetic of the application. task: 3369698