X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/5de297f31b68eb92019f3d4c973a837a368a83af..f9d0561c8e1bc5a8dad423545e32737c4e24ef9c:/TODO.md diff --git a/TODO.md b/TODO.md index 40142de..65e87f2 100644 --- a/TODO.md +++ b/TODO.md @@ -8,18 +8,16 @@ ## 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? -* a new search causes a new pageview * 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 .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 -* upgrade bootstrap v3 to v4 +* remove jquery completely (once bootstrap v5 is used) +* in package.json clarify which dependencies are used in dev and production