Description
The backend ERD schema has been redesigned. Frontend TypeScript interfaces in models/activity.ts and models/activityDatabase.ts are now out of sync with the backend entity definitions, causing runtime errors like TypeError: Cannot read properties of undefined (reading 'join').
Tasks
Tasks:
Relates to
#142
Description
The backend ERD schema has been redesigned. Frontend TypeScript interfaces in models/activity.ts and models/activityDatabase.ts are now out of sync with the backend entity definitions, causing runtime errors like TypeError: Cannot read properties of undefined (reading 'join').
Tasks
Tasks:
nsc-events-nextjs/models/activity.tsinterfacensc-events-nextjs/models/activityDatabase.tsinterfacensc-events-nextjs/types/media.tswith Media interfacensc-events-nextjs/types/tag.tswith Tag interfaceRelates to
#142