From 6b8f2237544365cc02b8a14c3e45f314a955561d Mon Sep 17 00:00:00 2001 From: moanos Date: Fri, 31 May 2024 11:58:11 +0200 Subject: [PATCH] Docs: Add todo regarding location strings --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b606e7..6dc6e32 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,8 @@ docker run -p8000:7345 moanos/notfellchen:latest Geocoding services (search map data by name, address or postcode) are provided via the [Nominatim](https://nominatim.org/) API, powered by [OpenStreetMap](https://openstreetmap.org) data. Notfellchen uses a selfhosted Nominatim instance to avoid overburdening the publicly hosted instance. Due to ressource constraints -geocoding is only supported for Germany right now. \ No newline at end of file +geocoding is only supported for Germany right now. + +ToDos +* [ ] Implement a report that shows the number of location strings that could not be converted into a location +* [ ] Add a management command to re-query location strings to fill location \ No newline at end of file