Module utilities
Source - Diagnostics
- The main diagnostics dashboard component.
- RoomTotalTickets ๐
- A component that displays the total number of tickets per room.
- RoomTotalsProps ๐
- Properties for components that display room-wise ticket totals.
- SubmitStats
- A component that displays various statistics about ticket submissions.
- TicketCount
- A component that displays the count of currently open (ToDo or InProgress) tickets.
- TicketPartial ๐
- A partial representation of a ticket, containing only the fields necessary for statistical analysis.
- count_by_weekday ๐
- Counts the number of tickets submitted on each day of the week.
- day_counts ๐
- Calculates the occurrences of each weekday within the date range covered by the tickets.
- parse_room ๐
- Converts a numerical room representation back into a human-readable string format.
- weekday_index ๐
- Converts a
chrono::DateTime<Utc> objectโs weekday to a 0-indexed integer.