-
Couldn't load subscription status.
- Fork 562
feat/ui units #2327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat/ui units #2327
Conversation
motatoes
commented
Oct 18, 2025
- add units elements
- implement mocked units
- fix units
- add workos webhook and id
taco/internal/domain/organization.go
Outdated
| ErrInvalidOrgID = errors.New("invalid organization ID format") | ||
| ) | ||
|
|
||
| // OrgIDPattern defines valid organization ID format: lowercase alphanumeric, hyphens, underscores |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should update comment as well
| } | ||
| }) | ||
|
|
||
| // Mock data - replace with actual data fetching |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like these are not used now should probably remove if so
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, a couple comments but nothing blocking