7 * test in MSIE https://github.com/WebReflection/url-search-params
8 * Nominatim backend API
9 * need /status to support &format=json
10 * need /details to support &format=json
11 * reverse: zoom not set
12 http://localhost:8000/reverse.html?format=html&lat=52.3755991766591&lon=7.646484374999999&zoom=
13 * details page: add "There are more child objects which are not shown" back in
14 * details page: nicer 404
15 * move this TODO.txt to github issues
16 * write install instructions
17 * check output of /dist into repository
22 * API returns category, type, but without admin_level we can't derive e.g. state,country
23 * seeting acceptlanguage whichout a server component https://github.com/dansingerman/jQuery-Browser-Language
27 * config vs config.local.js
28 * should it be possible to add comments to config?
29 * snake_case vs camelCase
30 * support nearlat,nearlon parameters
31 * need a `<link href="nominatim.xml" rel="search" title="Nominatim Search" type="application/opensearchdescription+xml">` file
32 * do we an /src/assets directory?
33 * in which repository should the images/mapicons/ live?
38 * don't show unset parameters in URL, e.g. `&a=&b=&c=1` => '&c='
39 * different content for official OSM, e.g. github urls
41 * cache `update_data_date` result
42 * a new search causes a new pageview
43 * webpack or grunt build framework
44 * don't copy jquery/leaflet in /src, use dependency manager instead, e.g. https://bower.io/
45 * add tests with fixtures
46 * concatenate/minify JS and CSS
51 * remove Perl dependency from build
52 * show map bounds section => move to handlebar template, map to partial
53 * make sure we use https URL to external sites where possible
54 * aResults vs aPlace vs aFeature variable naming
55 * use CSS preprocessor and linter