Overview
The admin dashboard provides create forms for the three core operational workflows. Each form opens as a dialog and can be triggered from its respective data page or via chat slash commands.Lot Submission
Record vehicle counts by type and staff levels for a location
Quality Inspection
Log a vehicle inspection with defect categories and notes
Rock Report
Create an A3 rock report with facts, causes, and actions
Create Submission
The Create Submission dialog records vehicle counts across submission types for a specific location. This data feeds into backlog calculations and staffing models.Opening the Dialog
You can also open this dialog by typing
/submission in a chat channel.
Form Fields
Location
| Field | Description | Required |
|---|---|---|
| Location | The parking lot or area for this submission | Yes |
Entries
Once a location is selected, the form loads the submission types enabled for that location. Each type has:| Field | Description | Required |
|---|---|---|
| Type | The submission type name (read-only, from location config) | — |
| Cars | Number of vehicles counted for this type | No |
| Staff | Number of people currently working this type | No |
Only entries with a car count greater than 0 are included in the submission. Types left at 0 are excluded automatically.
Submitting
Validation Rules
| Rule | Detail |
|---|---|
| Location required | A location must be selected |
| At least one entry | At least one type must have a car count > 0 |
| Car count | Must be a non-negative integer |
| Head count | Must be a positive integer (min 1) when provided |
Create Inspection
The Create Inspection dialog logs a quality inspection for a single vehicle, recording defects found and optional notes for each.Opening the Dialog
You can also open this dialog by typing
/inspection in a chat channel.
Form Fields
Vehicle Information
| Field | Description | Required |
|---|---|---|
| Location | The location where the inspection occurred | Yes |
| VIN Number | The 17-character Vehicle Identification Number | Yes |
Defects
The form displays all available defect categories as checkboxes. Check each defect found during the inspection.| Field | Description | Required |
|---|---|---|
| Defect checkbox | Select to mark this defect as found | At least 1 |
| Notes | Optional notes for the selected defect (up to 500 characters) | No |
Submitting
Validation Rules
| Rule | Detail |
|---|---|
| Location required | A location must be selected |
| VIN format | Must be exactly 17 characters |
| At least one defect | At least one defect category must be checked |
| Notes length | Each defect’s notes must be under 500 characters |
Create Rock Report
The Create Rock Report dialog follows the A3 problem-solving methodology. It collects structured information across five sections: basic info, facts, causes, countermeasure actions, and KPI impacts.Opening the Dialog
You can also open this dialog by typing
/rock in a chat channel.
Form Sections
1. Basic Information
| Field | Description | Required |
|---|---|---|
| Issue Name | Short description of the issue (max 200 chars) | Yes |
| Area | The affected area (max 100 chars) | Yes |
| Location | The location where the issue occurred | No |
| Assigned To | Auction member responsible for resolution | No |
2. Facts (5W2H)
The 5W2H framework captures the factual context of the rock. Fill in at least 3 of the 6 fields.| Field | Prompt | Required |
|---|---|---|
| Who | Who is involved or affected? | — |
| What | What happened? | — |
| Where | Where did it occur? | — |
| When | When did it happen? | — |
| How Many | How many units/items affected? | — |
| How Much | What is the financial or quantitative impact? | — |
3. Potential Causes
Identify root causes of the rock. Each cause requires at least 10 characters to encourage meaningful analysis.| Constraint | Value |
|---|---|
| Minimum causes | 1 |
| Maximum causes | 5 |
| Minimum length per cause | 10 characters |
4. Actions & Countermeasures
Define corrective actions to address the root causes.| Field | Description | Required |
|---|---|---|
| Issue | The specific issue this action addresses | Yes |
| Countermeasure | The proposed corrective action | Yes |
| Responsible Person | Auction member assigned to this action | No |
| Completion Date | Target date for completing the action | No |
| Constraint | Value |
|---|---|
| Minimum actions | 1 |
| Maximum actions | 10 |
5. KPI Impacts
Select which Key Performance Indicators are affected by this rock.| KPI | Description |
|---|---|
| Safety | Employee or visitor safety impact |
| Quality | Product or service quality impact |
| Delivery | Timeliness or scheduling impact |
| Cost | Financial or resource impact |
| Engagement | Team morale or participation impact |
At least one KPI impact must be selected. This helps categorize rocks for analytics and trend tracking.
Submitting
Validation Summary
All validation errors are displayed in a summary at the bottom of the form, above the action buttons.Triggering from Chat
All three create forms can be opened from the chat message input using slash commands. See Slash Commands for details.| Command | Opens |
|---|---|
/submission | Create Submission dialog |
/inspection | Create Inspection dialog |
/rock | Create Rock Report dialog |
Troubleshooting
Location dropdown is empty
Location dropdown is empty
Cause: No locations are configured for this auction.Solution:
- Go to Locations in the sidebar
- Verify locations exist for this auction
- For submissions, ensure locations have submission types enabled (see Location Configuration)
Assigned To / Responsible Person dropdown is empty
Assigned To / Responsible Person dropdown is empty
Cause: No members have been added to this auction.Solution:
- Go to Members in the sidebar
- Invite or add members to the auction
- Reopen the form dialog
No submission types appear after selecting a location
No submission types appear after selecting a location
Cause: No submission types are enabled for the selected location.Solution:
- Go to Locations and select the location
- Click the Submission Types tab
- Enable the types you want available for this location
- See Submission Types for details
Form shows validation errors on submit
Form shows validation errors on submit
Solution: Review the error messages displayed at the bottom of the form or above specific fields. Common issues:
- Missing required fields (issue name, area, VIN)
- Fewer than 3 fact fields filled (rock reports)
- No KPI impacts selected (rock reports)
- No defects checked (inspections)
- No entries with car count > 0 (submissions)