Accessing the Dashboard
- Go to your project in Backdrift
- Click the Admin tab
- Use the built-in dashboard
Features
Data Browser
View, create, edit, and delete records for any entity.
User Management
View registered users, disable accounts, reset passwords.
Jobs Monitor
View scheduled jobs, trigger manual runs, see history.
Logs Viewer
View execution logs from Lambda functions.
Data Browser
Browse and manage data for any entity in your blueprint.Viewing Records
- Paginated table view
- Sort by any column
- Filter by field values
- Search across text fields
Creating Records
- Click + New
- Fill in the form (validation included)
- Click Create
- Required field indicators
- Enum dropdowns
- Date pickers
- Foreign key selectors
Editing Records
- Click a row to open details
- Click Edit
- Modify fields
- Click Save
Deleting Records
- Select rows with checkboxes
- Click Delete Selected
- Confirm deletion
User Management
View and manage users from your Cognito User Pool.User List
| Column | Description |
|---|---|
| User’s email address | |
| Status | Verified, Unverified, Disabled |
| Created | Registration date |
| Last Login | Most recent authentication |
Actions
- Disable User - Prevent login without deleting
- Enable User - Restore access
- Reset Password - Send password reset email
- Delete User - Permanently remove (careful!)
Jobs Monitor
View and manage scheduled jobs.Job List
| Column | Description |
|---|---|
| Name | Job identifier |
| Schedule | Cron expression (human readable) |
| Last Run | Timestamp and status |
| Next Run | Scheduled next execution |
Actions
- Run Now - Trigger immediate execution
- View History - See past 10 executions
- View Logs - Jump to CloudWatch logs
Execution History
Expand any job to see recent runs:Logs Viewer
View execution logs from Lambda functions.Log Streams
Select a function to see its log streams:create-task-handlerlist-tasks-handlerjob-cleanup-handlerhealth-handler
Log Events
View individual log entries with:- Timestamp
- Request ID
- Log level (INFO, WARN, ERROR)
- Message
Filtering
- Filter by time range
- Search by keyword
- Filter by log level
Multi-Tenant View
In multi-tenant mode, the Admin Dashboard respects tenant isolation:- Organization Admins see only their organization’s data
- Platform Admins (you) can switch between organizations
Switching Organizations
- Click the organization dropdown in the header
- Select an organization
- Data browser shows that org’s data
Seeding Data
Populate your database with test data:- Go to the Admin tab
- Click Seed Data
- Choose a profile:
- Minimal - Just enough to test
- Realistic - Full sample dataset
- Stress Test - Large volume for performance testing
- Click Seed
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
/ | Focus search |
n | New record |
e | Edit selected |
d | Delete selected |
r | Refresh data |
? | Show shortcuts |
Seed Data
Learn more about populating test data.
