platform
platform copied to clipboard
feat: Limit 10 organizations per user
User story:
- User should be able to create only 10 organizations.
Acceptance Criteria:
- If the total number of organizations created by the user reaches 10, the "Create Organization" button should be disabled to prevent further organization creation.
- When a user creates a new organization, the system should count the total number of organizations created by that user.