]> git.openstreetmap.org Git - nominatim-ui.git/blob - TODO.md
version 2.1.0
[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 * on /details page differenciate between not found (HTTP 404 from API) and missing parameters (HTTP 400 from API)
12 * display API errors, e.g. Object { code: 400, message: "Integer number expected for parameter 'limit'" }
13 * cache `update_data_date` result somehow?
14 * add tests with fixtures
15 * add .travis-ci.yml again
16
17 ## Code cleanup
18
19 * move all bootstrap CSS overwrite rules into a bootstrap.theme.css file
20 * move TODO list into github issues
21 * aResults vs aPlace vs aFeature variable naming
22 * remove jquery completely (once bootstrap v5 is used)
23 * in package.json clarify which dependencies are used in dev and production