Skip to content
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

Merged
merged 80 commits into from
Dec 3, 2023
Merged

Conversation

sinamics
Copy link
Owner

@sinamics sinamics commented Aug 22, 2023

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.

  • Design the Organization model and update the Prisma schema.
  • Implement the functionality to create an Organization by an admin.
  • Implement websocket for realtime updates. ( messages )
  • Implement the ability to invite users to join an Organization, using a link with a 30-minute expiration time.
  • Add features to allow the admin to manage members within the Organization (e.g., remove or promote members).
  • Implement the ability for members to view and manage networks within an Organization.
  • Add the Organization tab in the sidebar or appropriate UI element for easy navigation.
  • Implement permissions/roles and access controls within a organization.
  • Implement messaging system, this will allow users within a organization to commuincate and post updates
  • Implement notification symbol when a new unread message received.
  • Translations
  • Test all new features extensively to ensure they are working as expected.

@sinamics sinamics changed the title [Feature] Allow admins to create a Organization. [Feature] Allow admins to create an Organization. Aug 22, 2023
<>
<li className="my-px">
<span className="my-4 flex px-4 text-sm font-medium uppercase text-primary">
Organiszation
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean "Organization"? :)

Copy link
Owner Author

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. :)

@sinamics sinamics marked this pull request as ready for review December 3, 2023 15:02
@sinamics sinamics merged commit 5473213 into main Dec 3, 2023
2 checks passed
@sinamics sinamics deleted the organization branch December 3, 2023 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants