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 Organizations #38

Open
8 tasks
alexfriesen opened this issue Jan 2, 2025 · 0 comments
Open
8 tasks

Feature Organizations #38

alexfriesen opened this issue Jan 2, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@alexfriesen
Copy link
Owner

alexfriesen commented Jan 2, 2025

The webapp should let you manage organizations and its members. It schuld be possible to invite Users to organizations via email.

Blocked by: #19, #20, #39

  • GET /api/org
  • POST /api/org
  • GET /api/org/:id
  • PATCH /api/org/:id
  • DELETE /api/org/:id
  • GET /api/org/invite
  • POST /api/org/invite
  • DELETE /api/org/invite

Schema Organization:

  • id: uuid
  • name: string

Schema Organization Member:

  • orgId: uuid -> org.id
  • userId: uuid -> user.id
  • role: string

Schema Organization Invite:

  • id: uuid
  • orgId: uuid -> org.id
  • email: string
  • state: string
@alexfriesen alexfriesen added the enhancement New feature or request label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant