Allow multiple tenants to use same instance of Gameplan
- Dominant language
- Python
- Stars
- 516
- Forks
- 256
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 19
Description
The goal is to have free tier of signups on gameplan, allow multiple orgs to use the same database instance with row level security.
### User Flow
- [ ] User signups on gameplan.so (or landing page)
- [ ] Creates org (tenant)
- [ ] Only sees teams / users / posts etc related to that org
### Implementation ideas
- [ ] Implement Single DB support in Framework (https://github.com/frappe/frappe/issues/28019)
- [ ] Add organisation step in setup wizard
- [ ] Check all queries for multi-tenancy support (for example user invite)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked Frappe single-database support issue, then inspect the setup wizard and user-invite flow mentioned here. Audit how organisation, team, user, and post queries would be scoped to a tenant; done means signup, organisation creation, and isolation of each organisation's data work reliably.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, database, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100