issues
search
ravendb
/
samples-yabt
"Yet Another Bug Tracker" solution sample for RavenDB and .NET with Angular UI
https://yabt.ravendb.net
MIT License
107
stars
22
forks
source link
Add multi-tenancy to support multiple projects
#31
Closed
AKlaus
closed
3 years ago
AKlaus
commented
3 years ago
Add support of storing backlog items for multiple tenants in one DB.
Add resolving the current tenant from the authorisation context.
Provide infrastructure for simple validation of the current tenant for querying operations and insertion for adding new tenanted records.
In the front-end, provide a way to choose the current user / project (that would boil down to using one of the predefined API keys).
AKlaus
commented
3 years ago