]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - TODO.md
redirect to API URL when parameter &debug=1 in URL
[nominatim-ui.git] / TODO.md
diff --git a/TODO.md b/TODO.md
index c27300d8a4e7595ead7c7a691deb25672b1935c1..78a6556e4a4e5ce746e19cb0922b0ea52314b53c 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,57 +1,21 @@
 # TODO list
 
 
-
-## Essential
-
-* test in MSIE https://github.com/WebReflection/url-search-params
-* Nominatim backend API
-   * need /status to support &format=json
-   * need /details to support &format=json
-* reverse: zoom not set
-http://localhost:8000/reverse.html?format=html&lat=52.3755991766591&lon=7.646484374999999&zoom=
-* details page: add "There are more child objects which are not shown" back in
-* details page: nicer 404
-* move this TODO.txt to github issues
-* write install instructions
-* check output of /dist into repository
-
 ## Might never work
 
-* pagination
 * API returns category, type, but without admin_level we can't derive e.g. state,country
-* seeting acceptlanguage whichout a server component https://github.com/dansingerman/jQuery-Browser-Language
-
-## Unknown
-
-* config vs config.local.js
-* should it be possible to add comments to config?
-* snake_case vs camelCase
-* 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?
-
+* 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` => '&c='
-* 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/
+* cache `update_data_date` result somehow?
 * add tests with fixtures
+* set better alt tag for icons
 * concatenate/minify JS and CSS
 
-
 ## Code cleanup
 
-* remove Perl dependency from build
+* move TODO list into github issues
 * show map bounds section => move to handlebar template, map to partial
-* make sure we use https URL to external sites where possible
 * aResults vs aPlace vs aFeature variable naming
 * use CSS preprocessor and linter
-* use eslint
-