]> git.openstreetmap.org Git - nominatim-ui.git/blob - TODO.md
details page: in addressline table for details link use osm type and ids
[nominatim-ui.git] / TODO.md
1 # TODO list
2
3 * check output of /dist into repository?
4
5
6 ## Might never work
7
8 * pagination. API returns an array without indication if more results exist
9 * API returns category, type, but without admin_level we can't derive e.g. state,country
10 * seeting acceptlanguage whichout a server component https://github.com/dansingerman/jQuery-Browser-Language
11
12 ## Nice-to-have
13
14 * support nearlat,nearlon parameters
15 * should images/mapicons/ be served from API server or this repo?
16 * different content for official OSM, e.g. github urls
17 * set HTML title
18 * cache `update_data_date` result somehow?
19 * a new search causes a new pageview
20 * add tests with fixtures
21 * detailpage: make linkedplaces, childplaces optional (rarely used? second click to enable?)
22 * set better alt tag for icons
23 * print text "loading..." instead of an error (which the user sees for a split second)
24 * concatenate/minify JS and CSS
25
26 ## Code cleanup
27
28 * move TODO list into github issues
29 * show map bounds section => move to handlebar template, map to partial
30 * aResults vs aPlace vs aFeature variable naming
31 * use CSS preprocessor and linter
32 * use eslint. It's already a dependency but throws errors
33 * cut line length (eslint warns when longer than 100)
34 * upgrade bootstrap v3 to v4