]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - TODO.md
split SearchBar into forward and reverse version
[nominatim-ui.git] / TODO.md
diff --git a/TODO.md b/TODO.md
index fd17549fad0dbbdaac3b02b7215a9dec181dc9c0..02c87a8beba8b78ff388ae9e4c9fb114fba247d3 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -8,17 +8,16 @@
 
 ## Nice-to-have
 
 
 ## Nice-to-have
 
-* should images/mapicons/ be served from API server or this repo?
+* on /details page differenciate between not found (HTTP 404 from API) and missing parameters (HTTP 400 from API)
+* display API errors, e.g. Object { code: 400, message: "Integer number expected for parameter 'limit'" }
 * cache `update_data_date` result somehow?
 * cache `update_data_date` result somehow?
-* a new search causes a new pageview
 * add tests with fixtures
 * add tests with fixtures
-* set better alt tag for icons
-* print text "loading..." instead of an error (which the user sees for a split second)
-* concatenate/minify JS and CSS
+* add linter (https://github.com/sveltejs/eslint-plugin-svelte3) and .travis-ci.yml again
 
 ## Code cleanup
 
 
 ## Code cleanup
 
+* move all bootstrap CSS overwrite rules into a bootstrap.theme.css file
 * move TODO list into github issues
 * move TODO list into github issues
-* show map bounds section => move to handlebar template, map to partial
 * aResults vs aPlace vs aFeature variable naming
 * aResults vs aPlace vs aFeature variable naming
-* use CSS preprocessor and linter
+* remove jquery completely (once bootstrap v5 is used)
+* in package.json clarify which dependencies are used in dev and production