-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
[Feature] Allow admins to create an Organization. #99
Conversation
src/components/layouts/sidebar.tsx
Outdated
<> | ||
<li className="my-px"> | ||
<span className="my-4 flex px-4 text-sm font-medium uppercase text-primary"> | ||
Organiszation |
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.
Did you mean "Organization"? :)
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.
Yes, but these hardcoded text is just kinda placeholders. All text will be added to the translation files later with correct spelling. :)
This is going to be a huge task. I will work on it in between all other tasks.
The goal is to add an Organization feature to the platform. Admins can invite members, and the feature allows visibility of specific networks within an organization, enhancing both collaboration and network management.