Add unified expertise tag system and round entry notifications

- ExpertiseSelect now fetches tags from database with category grouping
- Tags set by admin during invitation are locked and cannot be removed
- Onboarding merges user-selected tags with admin-preset tags
- MENTOR role now goes through onboarding flow
- Added migration for Round.entryNotificationType column
- Added seed script with ~90 comprehensive expertise tags

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-04 01:15:21 +01:00
parent 41a36f72b3
commit 8cdf6c9e5e
5 changed files with 475 additions and 80 deletions

View File

@@ -0,0 +1,4 @@
-- AddRoundEntryNotification
-- Adds the entryNotificationType column to Round table for configurable notifications
ALTER TABLE "Round" ADD COLUMN "entryNotificationType" TEXT;