2019-01-18 08:40:47 +03:00
# TODO - Project logistics
- enable more clippy lints
- enforce consistent style (derive order, struct initialization order)
- cross-platform builds
- document map model
- diagram of data sources and stages
- explanation of intermediate formats
- autogenerate diagrams of the data schemas
- list invariants
2019-01-18 10:43:56 +03:00
- update with mission statement (democratized urb p, that quote, refashion existing space cheaply)
- trailer
- show common parts of routes in A/B, point of divergence
- "Two parallel universes sit at your fingertips, and with the flick of a key, you can glide between the two. Buses jumping past traffic in one world, snarly traffic jam in the other. An A/B test revealing what currently is, and what could be, compared meticulously and deterministically. A/B Street -- which world do you prefer?"
2019-01-29 00:06:58 +03:00
## Stability
- test results per git commit
2019-01-29 05:09:16 +03:00
- https://github.com/spotify/git-test
2019-01-29 00:06:58 +03:00
- way to view later
- also could be benchmarks; just arbitrary data over time
2019-01-29 00:36:35 +03:00
- also screenshots
2019-01-29 00:06:58 +03:00
2019-01-29 00:36:35 +03:00
- things fixed-pt should solve
- determinism tests failing
- polyline intersection() finding a line hit, but then failing on get_slice_ending_at
2019-01-29 00:06:58 +03:00
- improve test code and explore problems
- big timestep, does follow error blow up?
- alternative to scenario is a sequence of commands for tests
- spawning code is becoming a BIG mess
2019-01-29 00:36:35 +03:00
- more tests: bikes, cars, peds starting/ending at borders
- layered invariants
- first: all the maps fully convert and display in some form; all tests pass or are disabled
- eventually: every intersection has at least a turn, minimum lengths enforced, etc
### Current major geometry problems
2019-01-29 10:11:24 +03:00
- sketchy geometry code that's probably wrong
- dist along of pt in line. can we just use the t value directly?
2019-01-29 00:36:35 +03:00
- bad shifted polylines on 45th st in 23rd map