Admin Panel
User Management & Access Control
Manage Organizations
Create and manage organization accounts
Manage Users
Create and manage user accounts
Showing 0 of 0 users
Applications
Manage application access per organization
Orbit Database
Database & Technical Documentation
Last updated: December 2025
Enabled
Disabled
Text = Inherited/Conditional
| Table | Description | RLS | Realtime | Delta on Reconnect | Version | Mutex | Delta Sync | API Type | Endpoint | Methods | Auth |
|---|
Column Definitions:
- RLS: Row Level Security for multi-tenant isolation
- Realtime: PRIMARY sync - instant push via Supabase subscriptions
- Delta on Reconnect: SAFETY NET - fetches missed updates
- Version: Optimistic locking via version column
- Mutex: Concurrent save protection with queue
- Delta Sync: Incremental sync using updated_at timestamp
- API Type: Supabase SDK, RPC, or Edge Function
- Endpoint: REST API path for the table
- Methods: Supported HTTP methods
- Auth: Required authentication level
Architecture: Realtime-first with delta fetch on reconnect as safety net. Periodic polling has been removed.
| Table | Version Check | Cross-Tab | Sync Pause | Optimistic | Batch | Lazy Load | LocalStorage | Foreign Keys | Notes |
|---|
Column Definitions:
- Version Check: Function that validates record version before update
- Cross-Tab: BroadcastChannel sync between browser tabs
- Sync Pause: Pauses polling during UI interactions
- Optimistic: UI updates before server confirmation
- Batch: Multiple entities saved in single transaction
- Lazy Load: Data loaded on-demand with pagination
- LocalStorage: Data cached locally for offline resilience
- Foreign Keys: References to parent tables (cascade behavior)
Lumen Database
Presentation & Slides Technical Documentation
Last updated: December 2025
Enabled
Disabled
Text = Inherited/Conditional
| Table | Description | RLS | Realtime | Version | API Type |
|---|
Chronos Database
Timesheet & Time Tracking Technical Documentation
Last updated: December 2025
Enabled
Disabled
Text = Inherited/Conditional
| Table | Description | RLS | Realtime | Version | API Type |
|---|
Vellum Database
Wiki & Documentation Technical Documentation
Last updated: December 2025
Enabled
Disabled
Text = Inherited/Conditional
| Table | Description | RLS | Realtime | Version | API Type |
|---|
Tempo Database
Leave Management Technical Documentation
Last updated: December 2025
Enabled
Disabled
Text = Inherited/Conditional
| Table | Description | RLS | Realtime | Version | API Type |
|---|
Vector Database
Business Process Management Technical Documentation
Last updated: December 2025
Enabled
Disabled
Text = Inherited/Conditional
| Table | Description | RLS | Realtime | Version | API Type |
|---|