You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to properly integrate multi-tenancy and tie database entries for the market survey and other app-level schemas, we need the auth schema to be in the same database as the other schemas.
Consolidate auth schema into GMH database
Rename noclocks schema to auth for clarity and to align with existing GMH naming conventions.
Move tables and adjust any cross-schema references.
Add new functionality
Add tenants and their relationships to accounts.
Include support for investment partners and portfolios.
Adjust role management for flexibility with multi-tenancy and hierarchical permissions.
Enhance session management for more robust user activity tracking.
In order to properly integrate multi-tenancy and tie database entries for the market survey and other app-level schemas, we need the
auth
schema to be in the same database as the other schemas.Consolidate
auth
schema into GMH databasenoclocks
schema toauth
for clarity and to align with existing GMH naming conventions.Add new functionality
Revised DDL
Tenants
Accounts
Users
Roles & User Roles
Sessions
Integration with other schemas
Investment Partners and Portfolios
These entities (currently in
gmh
) should reference the updatedauth.tenants
table for better integration.Enhance Logging
Extend logging to support tenant and user activity tracking.
The text was updated successfully, but these errors were encountered: