]> git.openstreetmap.org Git - nominatim-ui.git/blob - TODO.md
Merge pull request #11 from mtmail/host-mapicons
[nominatim-ui.git] / TODO.md
1 # TODO list
2
3
4 ## Might never work
5
6 * API returns category, type, but without admin_level we can't derive e.g. state,country
7 * setting accept-language without a server component https://github.com/dansingerman/jQuery-Browser-Language
8
9 ## Nice-to-have
10
11 * should images/mapicons/ be served from API server or this repo?
12 * cache `update_data_date` result somehow?
13 * a new search causes a new pageview
14 * add tests with fixtures
15 * set better alt tag for icons
16 * print text "loading..." instead of an error (which the user sees for a split second)
17 * concatenate/minify JS and CSS
18
19 ## Code cleanup
20
21 * move TODO list into github issues
22 * show map bounds section => move to handlebar template, map to partial
23 * aResults vs aPlace vs aFeature variable naming
24 * use CSS preprocessor and linter