diff --git a/README.md b/README.md index e83579f..4fac949 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,11 @@ cp lib/keys.dart.example lib/keys.dart ## Roadmap ### Needed Bugfixes +- Automatically refresh suspected csv on startup if it's enabled, current file is older than a week, and we are not offline +- Suspected locations URL in dev_config - Are offline areas preferred for fast loading even when online? Check working. - Ease up on overpass by pre-caching a larger area. Maybe we could grab the full latest database just like for suspected locations? -- Stop failing to fetch tiles; keep retrying after 3. Fix network indicator - only done when fetch queue is empty! +- Stop failing to fetch tiles; keep retrying after 3. Remove kTileFetchInitialDelayMs, kTileFetchJitter1Ms, etc from dev_config. Fix network indicator - only done when fetch queue is empty! ### Current Development - Swap in alprwatch.org/directions avoidance routing API