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 | edis — docker-compose.yaml at app repo root |
Integration points¶
- Expect
@howfe/elite-dangerous-event-typesand/or@howfe/inter-frame-messengerif the app consumes journal streams — confirm in source. - Third-party HTTP: route through api-cache per ARCHITECTURE.md.
- Desktop install:
elite-dangerous-local-journal-readerbuild-service/athttps://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).
Related docs¶
- TABLE_GUIDANCE.md
- HOSTNAMES.md — slug
edis - REPOS.md — git-only placeholder table
- HOSTED_APP_CONTRACT.md — URL bootstrap / manifests when the app ships a hosted UI
- IPC.md — IFM message types