X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/ed27f5c1039a168fd68baa5b64054b060069593b..19f626c2a6f4bb6b1b86c640b49a37c6faa1eb3e:/TODO.md diff --git a/TODO.md b/TODO.md index 5e2a295..fd17549 100644 --- a/TODO.md +++ b/TODO.md @@ -1,23 +1,17 @@ # TODO list -* check output of /dist into repository? - ## 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 -* support nearlat,nearlon parameters * should images/mapicons/ be served from API server or this repo? -* different content for official OSM, e.g. github urls * cache `update_data_date` result somehow? * a new search causes a new pageview * add tests with fixtures -* detailpage: make linkedplaces, childplaces optional (rarely used? second click to enable?) * 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 @@ -28,6 +22,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