{"id":31386938,"url":"https://github.com/avidrucker/ship-log-map","last_synced_at":"2025-09-28T20:59:04.554Z","repository":{"id":308442942,"uuid":"1032737338","full_name":"avidrucker/ship-log-map","owner":"avidrucker","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-22T01:07:38.000Z","size":7377,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-22T01:20:51.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://avidrucker.github.io/ship-log-map/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avidrucker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-05T18:43:25.000Z","updated_at":"2025-09-22T01:07:20.000Z","dependencies_parsed_at":"2025-08-23T00:15:13.081Z","dependency_job_id":"3f5f5a62-c11b-4b7d-a04b-0af5a0a38889","html_url":"https://github.com/avidrucker/ship-log-map","commit_stats":null,"previous_names":["avidrucker/ship-log-map"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/avidrucker/ship-log-map","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidrucker%2Fship-log-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidrucker%2Fship-log-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidrucker%2Fship-log-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidrucker%2Fship-log-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avidrucker","download_url":"https://codeload.github.com/avidrucker/ship-log-map/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidrucker%2Fship-log-map/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277429567,"owners_count":25816452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-28T02:00:08.834Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-28T20:59:01.109Z","updated_at":"2025-09-28T20:59:04.547Z","avatar_url":"https://github.com/avidrucker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Map App (Outer Wilds‑inspired)\n\nThis project is a web app inspired by *Outer Wilds*' Rumor Map. It lets you model a knowledge graph of **nodes** (facts/locations/rumors), **edges** (discovery relationships), **notes**, and **pictures**. The graph is rendered interactively (via Cytoscape.js), and future work will add **dynamic drawing animations** that reveal connections over time.\n\n## Quick Start\n\n### Prerequisites\n- Node.js 18+ recommended\n- npm (or pnpm/yarn if you prefer, adjust commands accordingly)\n\n### Install\n```bash\nnpm install\n```\n\n### Run the dev server\n```bash\nnpm run dev\n```\nThis starts the local development server and hot reloads as you edit files.\n\n### Run tests\n```bash\nnpm test\n```\n\n## Project Structure (high level)\n\n- `src/` — application source (React components, hooks, utils)\n- `src/components/` — UI components such as the Cytoscape graph wrapper, controls, and modals\n- `public/` — static assets\n- `docs/` — project documentation, including the generated **Component \u0026 Module Guide**\n\nSee **docs/COMPONENT_GUIDE.md** for per‑file notes.\n\n## Inspiration: The Rumor Map\n\nIn *Outer Wilds*, the ship’s computer visualizes the state of your knowledge as a **Rumor Map**: nodes represent discoveries and edges represent how one clue leads to another. This project adapts that idea into a general‑purpose, editable graph for your own projects or research:\n\n- **Nodes**: title, description/notes, optional **pictures** (thumbnails and larger previews).\n- **Edges**: directional or undirected relationships indicating how one idea leads to or unlocks another.\n- **Layout \u0026 Styling**: uses Cytoscape for performant, expressive graph rendering.\n- **Animations** *(planned)*: orchestrated reveal/draw effects showing how connections emerge as you learn or import data.\n\n## Data \u0026 Validation\n\nGraph data can be loaded from JSON (and URL query params in some flows). Validation helpers ensure the shape of nodes/edges/pictures is coherent before rendering. Background/underlay images can be cached locally and loaded from a CDN or local sources depending on settings.\n\n## Contributing\n\n1. Fork and clone the repo\n2. Create a feature branch: `git switch -c feature/awesome-thing`\n3. Commit with clear messages\n4. Open a PR with a concise summary and screenshots/gifs when relevant\n\n## Roadmap\n\n- [ ] Animated edge draw/reveal sequences\n- [ ] Better background/underlay image tooling and fallbacks\n- [ ] Import/export UX polish (JSON \u0026 URL param sync)\n- [ ] Accessibility and keyboard navigation\n- [ ] Unit tests for graph adapters and validators\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favidrucker%2Fship-log-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favidrucker%2Fship-log-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favidrucker%2Fship-log-map/lists"}