]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - TODO.md
version 2.0 - converted to Svelte framework
[nominatim-ui.git] / TODO.md
diff --git a/TODO.md b/TODO.md
index 7625754fce936bb258943d5715a1b09f9c1d9b17..ecc7c4a009379dae0d6bbcaf0eb5334a01644b6c 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,61 +1,24 @@
 # TODO list
 
 
+## Might never work
 
-## Essential
-
-* need polyfill for URLSearchParams https://caniuse.com/#feat=urlsearchparams
-* Nominatim backend API
-   * need /status to support &format=json
-   * need /details to support &format=json
-* all pages: "you need javascript enabled" default text
-* reverse: zoom not set
-http://localhost:8000/reverse.html?format=html&lat=52.3755991766591&lon=7.646484374999999&zoom=
-* error message on API error or timeout
-* reverse: support `osm_type`, `osm_id` paramters
-* search page: add pagination, moreurl
-* search page: add viewbox
-* details page: add "There are more child objects which are not shown" back in
-* set acceptlanguage to API request
-* move this TODO.txt to github issues
-* write install instructions
-* check output of /dist into repository
-
-
-## Unknown
-
-* config vs config.local.js
-* should it be possible to add comments to config?
-* snake_case vs camelCase
-* support for proxy environment variables?
-* support nearlat,nearlon parameters
-* need a `<link href="nominatim.xml" rel="search" title="Nominatim Search" type="application/opensearchdescription+xml">` file
-* do we an /src/assets directory?
-* in which repository should the images/mapicons/ live?
-
+* 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
 
-* don't show unset parameters in URL, e.g. `&a=&b=&c=1`
-* different content for official OSM, e.g. github urls
-* set HTML title
-* cache `update_data_date` result
-* a new search causes a new pageview
-* webpack or grunt build framework
-* don't copy jquery/leaflet in /src, use dependency manager instead, e.g. https://bower.io/
-* update jquery 2 => 3
-* update leaflet
+* 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
-* concatenate/minify JS and CSS
-* reverse: get coordinate switcher working again
-
+* add linter (https://github.com/sveltejs/eslint-plugin-svelte3) and .travis-ci.yml again
 
 ## Code cleanup
 
-* remove Perl dependency from build
-* show map bounds section => move to handlebar template, map to partial
-* make sure we use https URL to external sites where possible
+* 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
 * aResults vs aPlace vs aFeature variable naming
-* use CSS preprocessor and linter
-* use eslint
-
+* remove jquery completely (once bootstrap v5 is used)
+* in package.json clarify which dependencies are used in dev and production