Admin Panel
User Management & Access Control
Manage Organizations
Create and manage organization accounts
Manage Users
Create and manage user accounts
Applications
Manage application access per organization
Orbit Database
Database & Technical Documentation
| 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
| Table | Description | RLS | Realtime | Version | API Type |
|---|
Chronos Database
Timesheet & Time Tracking Technical Documentation
| Table | Description | RLS | Realtime | Version | API Type |
|---|
Vellum Database
Wiki & Documentation Technical Documentation
| Table | Description | RLS | Realtime | Version | API Type |
|---|
Tempo Database
Leave Management Technical Documentation
| Table | Description | RLS | Realtime | Version | API Type |
|---|
Vector Database
Business Process Management Technical Documentation
| Table | Description | RLS | Realtime | Version | API Type |
|---|
System Status
Monitor system health, performance, and recent errors
Recent Errors (Last 24 Hours)
0 errors| Time | Type | Message | User | Context |
|---|---|---|---|---|
|
No errors in the last 24 hours
|
||||
Environment Info
Quick Actions
My Account
Manage your Super Admin account settings
Current Account Details
Account Status
Update Profile
You will need to re-login after changing your email
Alphanumeric and underscores, min 3 characters
Security
Min 8 characters with at least one letter and one number
Change which organization you belong to
Important Notice
Changing your email will require you to log in again with the new email address.
Make sure to update the superAdminEmails array in both
index.html and
admin.html
to include your new email for continued Super Admin access.