Files
multica/server
Naiyuan Qing 7cff8367a8 feat(teams): default team inherits workspace name and slug-derived key
Drop the issue-prefix field from onboarding and create-workspace forms:
the workspace slug is the symbol, and the default team inherits the
workspace name plus a key normalized from the slug (first 7 usable
chars). Key normalization (strip/truncate/digit-prefix) is now enforced
in the backend handler and the shared frontend helper, mirroring the
migration's pg_temp.normalize_team_key.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-03 10:08:00 +08:00
..