Display entity names instead of IDs in award details
- Add entityName field to backend entity breakdown - For DXCC: Show country name (e.g., 'Germany') with ID in parentheses - For WAS: Show state name - For VUCC: Show grid square - For RS-44: Show callsign - Update sorting to use entity names for better UX - Add subtle styling for entity IDs (gray, smaller font) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -280,6 +280,7 @@ export async function getAwardEntityBreakdown(userId, awardId) {
|
||||
entityMap.set(entity, {
|
||||
entity,
|
||||
entityId: qso.entityId,
|
||||
entityName: qso.entity || qso.state || qso.grid || qso.callsign || String(entity),
|
||||
worked: false,
|
||||
confirmed: false,
|
||||
qsoDate: qso.qsoDate,
|
||||
|
||||
Reference in New Issue
Block a user