X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/f3a77b08006768e90b0e2d6f7797a610630f5cfd..5fb465bcb6b2e2b9f354b0d78fb0245aa8573b3c:/TODO.md?ds=inline diff --git a/TODO.md b/TODO.md index 0a07f67..78a6556 100644 --- a/TODO.md +++ b/TODO.md @@ -3,18 +3,14 @@ ## Might never work -* pagination. API returns an array without indication if more results exist * API returns category, type, but without admin_level we can't derive e.g. state,country * setting accept-language without a server component https://github.com/dansingerman/jQuery-Browser-Language ## Nice-to-have -* should images/mapicons/ be served from API server or this repo? * 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 ## Code cleanup @@ -23,6 +19,3 @@ * show map bounds section => move to handlebar template, map to partial * aResults vs aPlace vs aFeature variable naming * use CSS preprocessor and linter -* use eslint. It's already a dependency but throws errors -* cut line length (eslint warns when longer than 100) -* upgrade bootstrap v3 to v4