]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - TODO.md
Details search: merge three forms into one (#81)
[nominatim-ui.git] / TODO.md
diff --git a/TODO.md b/TODO.md
index 78a6556e4a4e5ce746e19cb0922b0ea52314b53c..65e87f2783f54d64d35c6cb1c3162382d93d13be 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -8,14 +8,16 @@
 
 ## Nice-to-have
 
+* 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?
 * add tests with fixtures
-* set better alt tag for icons
-* concatenate/minify JS and CSS
+* add .travis-ci.yml again
 
 ## Code cleanup
 
+* move all bootstrap CSS overwrite rules into a bootstrap.theme.css file
 * move TODO list into github issues
-* show map bounds section => move to handlebar template, map to partial
 * 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