torque-pro-assistant - v1.0.0
    Preparing search index...
    • Assemble a complete Session from a ParsedCsv + the metadata collected on the Import preview stage's details form. Mirrors the derivations the minimum-viable ingestCsv did internally, with the vehicle / notes / name pulled from the form instead of being empty placeholders.

      Derived SessionMeta fields:

      • id s_<epochMs>_<filename> — stable, sortable, dedups on identical-filename re-imports.
      • startedAt ISO timestamp of the first row's ts.
      • duration seconds between the first and last row's ts.
      • gpsStart first row with both lat + lon; {0,0} fallback.

      Parameters

      Returns Session

      A fully-formed Session ready for addSession.