feat: revamp admin member detail page, observer dashboard round timeline
All checks were successful
Build and Push Docker Image / build (push) Successful in 13m37s
All checks were successful
Build and Push Docker Image / build (push) Successful in 13m37s
- Member detail: tabs layout, impersonate button, icon-pill card headers, profile details grid, quick info sidebar, jury groups, mentor assignments - Observer dashboard: round timeline with special award support, round node cards, completion indicators - Analytics: include specialAwardId/Name in observer round overview Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -867,6 +867,8 @@ export const analyticsRouter = router({
|
||||
roundType: true,
|
||||
status: true,
|
||||
sortOrder: true,
|
||||
specialAwardId: true,
|
||||
specialAward: { select: { name: true } },
|
||||
},
|
||||
})
|
||||
|
||||
@@ -943,6 +945,8 @@ export const analyticsRouter = router({
|
||||
roundType: round.roundType,
|
||||
roundStatus: round.status,
|
||||
sortOrder: round.sortOrder,
|
||||
specialAwardId: round.specialAwardId,
|
||||
specialAwardName: round.specialAward?.name ?? null,
|
||||
totalProjects,
|
||||
stateBreakdown,
|
||||
totalAssignments,
|
||||
|
||||
Reference in New Issue
Block a user