← atlas·table-editor

edit-row-and-save

User opens a table, edits a single cell, and saves. The journey covers the most-touched cell-level slot (cell-suffix) plus the post-save surfaces (save-confirmation / main-postlude).

default path · what bare Studio does

  1. 01
    route/project/[ref]/editoractionselect-tablehookuseTableEditorStateSnapshot
  2. 02
    route/project/[ref]/editoractionclick-celluiopen-inline-editor
  3. 03
    route/project/[ref]/editoractiontype-value
  4. 04
    route/project/[ref]/editoractionblur-or-enterside-effectoptimistic-save
  5. 05
    route/project/[ref]/editoractionserver-ackuisubtle-toast

per-profile overrides · vehicle × route

Three vehicles, three routes

Connector · Battleship

Monica

sea route

Bring the team into the workflow.

deltas

  • Enter: feed-item
  • prelude · ActivityBlurb
  • on save · TeamSaveAck
  • conflict · merge

slot fillers wired

  • precell-suffix · ActivityBlurb
  • on savesave-confirmation · TeamSaveAckAisha had a similar edit yesterday

cognitive justification

HSP flood + Connector → social context is the cheapest channel. The activity feed entry carries provenance the cell can attach ("by Aisha, 2m"), so the cell-suffix slot fills additively without layout reflow.

Try Monica's route →

Explorer · Tractor

Nate

field route

Show me what I don't already know.

deltas

  • Enter: schema-map-tile
  • destructive · AdvanceNoticeStrip 3000ms
  • chunk · 4
  • motion · 0ms

slot fillers wired

  • pre-destructiveadvance-notice · AdvanceNoticeStrip3000ms

cognitive justification

ASD prediction-error + ADHD focus + DYS GLUT-drain — the journey compensates by chunking to 4 rows, freezing motion to 0ms, and arming an advance-notice strip 3s before any destructive write.

Try Nate's route →

Analyst · Airplane

Sara

air route

Numbers first. Then we talk.

deltas

  • Enter: kpi-drill
  • prelude · KpiBand
  • trailing · Sparkline
  • on save · SaveLedger

slot fillers wired

  • premain-prelude · KpiBand
  • trailingtable-row-trailing · Sparkline
  • on savemain-postlude · SaveLedger✓ committed · {{ms}}ms

cognitive justification

Analyst + DA-from-data — the journey adds dense numerics (KpiBand, Sparkline, SaveLedger) so the existing reward loop keeps firing through the edit. CORT +19 bumps confirmation_dialogs to 'always' (see profile packet) which DestructiveGuard reads.

Try Sara's route →