forked from giselles-ai/giselle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(teams): Add custom team ID generation on creation
Add createTeamId() function usage when initializing new teams to ensure consistent ID format and uniqueness. This change affects both regular account initialization and Stripe subscription team creation flows. The custom team IDs provide: - Better readability and consistency across the system - Guaranteed uniqueness through the createTeamId utility - Improved traceability of team creation source
- Loading branch information
1 parent
940f029
commit b5896be
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters