From e5132e93b240f5ca1b505253a046d4a641c2308f Mon Sep 17 00:00:00 2001 From: marc tobias Date: Fri, 19 Feb 2021 23:43:45 +0100 Subject: [PATCH] remove TODO list, we use github issues instead --- TODO.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 65e87f2..0000000 --- a/TODO.md +++ /dev/null @@ -1,23 +0,0 @@ -# TODO list - - -## Might never work - -* API returns category, type, but without admin_level we can't derive e.g. state,country -* setting accept-language without a server component https://github.com/dansingerman/jQuery-Browser-Language - -## Nice-to-have - -* on /details page differenciate between not found (HTTP 404 from API) and missing parameters (HTTP 400 from API) -* display API errors, e.g. Object { code: 400, message: "Integer number expected for parameter 'limit'" } -* cache `update_data_date` result somehow? -* add tests with fixtures -* add .travis-ci.yml again - -## Code cleanup - -* move all bootstrap CSS overwrite rules into a bootstrap.theme.css file -* move TODO list into github issues -* aResults vs aPlace vs aFeature variable naming -* remove jquery completely (once bootstrap v5 is used) -* in package.json clarify which dependencies are used in dev and production -- 2.45.1