feat: Enrich DTOs and UI to display member names instead of UUIDs for task assignees, creators, and shift signups.
This commit is contained in:
@@ -17,7 +17,9 @@ public record ShiftDetailDto(
|
||||
);
|
||||
|
||||
public record ShiftSignupDto(
|
||||
Guid Id,
|
||||
Guid MemberId, string? ExternalUserId,
|
||||
DateTimeOffset SignedUpAt
|
||||
Guid Id,
|
||||
Guid MemberId,
|
||||
string? MemberName,
|
||||
string? ExternalUserId,
|
||||
DateTimeOffset SignedUpAt
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user