Skip to content

elite-dangerous-interstellar-scan

Audience: Agent

Purpose

Separate hosted web repository in the EDOS ecosystem (name suggests interstellar-scale scanning UI). Participates in the same journal / cache / desktop-bridge patterns as sibling apps when implemented.

Workspace checkout note

edos/elite-dangerous-interstellar-scan/ in this meta-repo may contain only .git (and CURSOR_AGENT_BOOTSTRAP.md) until you clone the application repository. That reflects checkout layout, not product absence.

Tech stack

TODO: Verify — read package.json and README.md in a full clone (grep -l package.json elite-dangerous-interstellar-scan).

Deploy

Item Value
Production host https://edis.howfe.org
Compose service edisdocker-compose.yaml at app repo root

Integration points

  • Expect @howfe/elite-dangerous-event-types and/or @howfe/inter-frame-messenger if the app consumes journal streams — confirm in source.
  • Third-party HTTP: route through api-cache per ARCHITECTURE.md.
  • Desktop install: elite-dangerous-local-journal-reader build-service/ at https://app.edos.howfe.org — not a second Tauri app here.

Table UX

When implemented, follow the same data-table architecture as Stellar Scan — TABLE_GUIDANCE.md. Reference paths in a full clone mirror Stellar Scan (SystemsTable.tsx, TableWorkspace.tsx, domain/views.ts).