feat(time): show work type name in the time entry list #213
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/mapps-202-work-type-name-in-time-list"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The time entry list rendered the Date, Work Item, Description, Hours and Billable columns but never surfaced the entry's work type, so the only place a user saw it was the edit modal's picker. Add a Work Type column that resolves each entry's work_type_id to the work type's human name, fetched client-side from the /work-types lookup and matched by id (mirroring how the timesheet resolves ticket/project names). Falls back to "-" when the id is absent or the lookup has not loaded, so a bare UUID is never shown.
#MAPPS-202