From 1a56f80cca096969809b151847dcef2ec118a324 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 5 Sep 2025 16:20:09 +1000 Subject: [PATCH] more clean ups --- TODO | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index 653cd77..fe3b45a 100644 --- a/TODO +++ b/TODO @@ -1,15 +1,11 @@ UI: - future bill (like for health) when I click change should either get fancy and allow toggle, or at least just disable the text field with future in it For bills: - * estimate future bills/growth: - [DONE] - calculate pragmatic min/avg/max/simple - [DONE] - need to handle future only bills - [DONE] - remove bills from Living_Expenses - - fold future bills into calc so they are processed on the day of the bill - ==> need to factor in future bills based on events (such as health/phone when I quit), car when I settle it... - [DONE] ==> and remove hard-coded future costs (like Ioniq rego/ins) when we do above - - inflation can then be put to a more realistic quarterly figure, and fix up Int Rate, again + Future bills: + * first pass for future bills done, but frequency is hard-coded and no growth - should at least add growth (easy enough) + + * longer-term: make the moment we quit / own car trigger new bill creation, and remove hard-coded logic on costs - just use bill_data created + - this will then cover handling different bill_types or growth models * might need to be able to mark a specific bill as an outlier - so we ignore the data somehow (think Gas is messing with my bills) - and even electricity, water, etc. for when we were away in Europe but mostly gas/elec