aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index ecd964a..37e111d 100644
--- a/README.md
+++ b/README.md
@@ -35,3 +35,18 @@ activate it, and then install the dependencies from the `requirements.txt`.
```
pip install -r requirements.txt
```
+
+## To-Do & Goals
+
+- [ ] Access data via API (requires OAuth 2.0 credentials)
+- [ ] Improve aesthetics of output (i.e. table view)
+- [ ] Create installable Python package for CLI
+- [ ] Show premium diesel prices
+- [ ] Avoid `for` loops - use NumPy operations to speed up operations
+- [ ] Use bounding boxes to discard stations outside of coordinate ranges (e.g. ±0.1 degrees)
+- [ ] Cache Nominatim results to reduce hits on API
+- [ ] Handle API timeouts using `while` loops
+- [ ] Add true cost of fuel - cheaper fuel further away but driving there still costs
+- [ ] Create a real-time TUI - **depends on API functionality**
+- [ ] Modualise the code - split into functions/classes
+- [ ] Replace `print` with `logging` module
git.ajschof.me — hosted by ajschofield — powered by cgit