14 lines
390 B
Markdown
14 lines
390 B
Markdown
# Operator Tools Pattern
|
|
|
|
Universal pattern for complex operator/admin dashboards in Go web applications.
|
|
|
|
This pattern standardizes:
|
|
|
|
- scope tabs and queue/status filters
|
|
- operations queue tables with row actions
|
|
- batch actions with explicit selection
|
|
- import/export shortcuts near operator workflows
|
|
- safety checklists and confirmation routing
|
|
|
|
See `contract.md` for behavior rules.
|