X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/blobdiff_plain/78d04efff6120bf56fc86e5f46c32e6a50df1623..c9687b102bb6f544a034dc4d508bf0ae4a5fc221:/TODO.md diff --git a/TODO.md b/TODO.md index 78a6556..ecc7c4a 100644 --- a/TODO.md +++ b/TODO.md @@ -8,14 +8,17 @@ ## 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 linter (https://github.com/sveltejs/eslint-plugin-svelte3) and .travis-ci.yml again ## Code cleanup +* fix all a11y warnings during `yarn build` +* 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