21 lines
861 B
Markdown
21 lines
861 B
Markdown
|
|
# Variant: Configuración — Configure Surface
|
||
|
|
|
||
|
|
## Design stance
|
||
|
|
Tabbed settings with inline editing: each section is self-contained, changes
|
||
|
|
are saved explicitly, and the field label editor shows the internal key alongside
|
||
|
|
the user-facing label.
|
||
|
|
|
||
|
|
## Key choices
|
||
|
|
- **Layout:** Tabbed navigation, settings sections as cards, inline list editors
|
||
|
|
- **Typography:** Monospace for field keys, Inter for labels and values
|
||
|
|
- **Color:** Minimal — toggle switches for boolean settings, danger color for delete
|
||
|
|
- **Interaction:** Toggle switches, inline add/remove for locations/departments
|
||
|
|
|
||
|
|
## Trade-offs
|
||
|
|
- Strong at: Organized settings, clear field mapping, backup management
|
||
|
|
- Weak at: Many settings could overwhelm on first visit
|
||
|
|
|
||
|
|
## Best for
|
||
|
|
Initial setup and ongoing configuration — the admin sets up the system once
|
||
|
|
and revisits occasionally for adjustments.
|