Module utilities

Module utilities 

Source

Structsยง

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.

Functionsยง

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.