Skip to content

Commit

Permalink
Merge pull request #19 from RandomSearch18/sprint-1-design
Browse files Browse the repository at this point in the history
Sprint 1 work
  • Loading branch information
RandomSearch18 authored Dec 5, 2024
2 parents 2b913f3 + a7045aa commit 9714c00
Show file tree
Hide file tree
Showing 27 changed files with 961 additions and 6 deletions.
15 changes: 13 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"cSpell.words": [
"Codespaces",
"daisyUI",
"deprioritise",
"docstrings",
"errno",
"Excalidraw",
"Geofabrik",
"GraphHopper",
Expand All @@ -11,19 +14,27 @@
"Mish",
"mockup",
"NetworkX",
"OpenStreetMap",
"optimise",
"optimising",
"OSM",
"OSMAnd",
"osmcode.org",
"OSMF",
"OSMnx",
"OSRM",
"pathfinding",
"prioritise",
"PyOsmium",
"Routor",
"runtimes",
"satnavs",
"traceback",
"Travelling",
"typescriptlang.org",
"unsignalled"
"unsignalled",
"WCAG"
],
"editor.suggest.showWords": false
"editor.suggest.showWords": false,
"editor.suggest.showSnippets": false
}
Binary file added docs/assets/sprint-1/adj-matrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/bottom-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/cannot-simplify-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/cf-pages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/event-targets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/fab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/import-error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions docs/assets/sprint-1/mockup-1.excalidraw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/assets/sprint-1/mockup-2.excalidraw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/my-first-graph-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/my-first-graph-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/my-first-graph-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/my-first-graph-edge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/my-first-graph-edges.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/n1551819044-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/n1551819044-osm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/new-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/testing-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/testing-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/testing-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/sprint-1/w28112739-osm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/generate-html.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

pandoc --css=main.css --embed-resources --standalone --number-sections -o ./dist/readme.html ./readme.md
wkhtmltopdf --default-header toc ./dist/readme.html ./dist/readme.pdf
#wkhtmltopdf --header-right='[page]/[toPage]' toc dist/readme.html dist/readme.pdf
6 changes: 6 additions & 0 deletions docs/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ img {
max-width: 100%;
}

/* Workaround for Pandoc's insanely large SVGs with hardcoded width/height attributes */
figure svg {
width: 100% !important;
height: auto !important;
}

figure {
margin-inline: 1em;
}
923 changes: 919 additions & 4 deletions docs/readme.md

Large diffs are not rendered by default.

0 comments on commit 9714c00

Please sign in to comment.