Files
geointel/docs/UX_PREMIUM_ATLAS_PASS_2026-07-26.md
T
Jens 91c1825892
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s
fix: restore GeoIntel and upgrade Atlas workbench
2026-07-26 00:45:44 +02:00

35 lines
2.0 KiB
Markdown

# Premium Atlas workbench pass — 2026-07-26
## Outcome
The authenticated GeoIntel workbench now follows a more deliberate geospatial command-center hierarchy. The pass preserves all existing workflows and data contracts while improving visual hierarchy, scanability, responsive behavior, and operational state presentation.
## Changes
- dark Atlas navigation rail with clearer brand and active-workspace states;
- elevated context bar for project, area, platform health, and operator identity;
- stronger workspace titles, controls, shared panels, and form hierarchy;
- composed status overview with a derived readiness ring and richer status cards;
- improved source cards and three-plane source workspace composition;
- elevated map canvas, side panels, theme controls, and floating tools;
- one calm, accessible workspace warning instead of a loose inline error;
- compact, desktop, and ultrawide responsive refinements;
- reduced-motion support retained.
## Design decision
The new layer lives in `frontend/src/styles/atlas-premium-v2.css` and loads after the established stylesheets. This makes the direction independently reviewable and limits behavior regression risk. Consolidation should happen only after production acceptance.
## Verification record
- frontend unit tests: 36 passed;
- frontend TypeScript check: passed;
- frontend production build: passed;
- frontend dependency audit: 0 vulnerabilities;
- backend suite after removal of the accidental DockDeck overlay: application/runtime contracts recovered; the remaining local failures are Windows Bash invocation incompatibilities and must be rechecked in the Linux release runtime;
- RC9 responsive production audit: pending deployment of this candidate.
## Repository correction
Commit `d5ea270` accidentally overlaid DockDeck root/runtime files onto GeoIntel. This pass restores every path touched by that overlay to the last clean GeoIntel revision (`9db6cca`) while retaining the intended GeoIntel frontend work. The authoritative remote remains `git@gitea.itworx.tech:Jens/geointel.git`.