update for clarity on progress of comparison rewrite

This commit is contained in:
2025-02-13 17:09:08 +11:00
parent ce38b3d1f0
commit 3cf1f1d4de

19
README
View File

@@ -1,14 +1,15 @@
TODO:
* need to include rego, insurance for Hyundai when we go ex-lease.
* would be good to have a "compare" feature, load in a CSV, process it to see what was projected, and where we are now? (or just overkill, really only need to know what the original value was for "now" in the export... -- maybe 'hard-code' for now?
* also should have a compare last figure, not just first
* have a graph of dollars over time - when comparing, show original numbers and current calcuation set
* need to show differences in assumptions / values a top, e.g. I upped living expenses, or change years of shares sold, etc.
-- decided this is best supported by removing export to CSV function, and instead offering export to comparisons database (with a user-defined name)
-- then maintain DB of "sets" of comparisons
-- then can allow graph compare of current data to 1 (or more) exported comparions set
* compare feature
[done] -- decided this is best supported by removing export to CSV function, and instead offering export to comparisons database (with a user-defined name)
[done] -- then maintain DB of "sets" of comparisons
[done] -- then can allow graph compare of current data to 1 (or more) exported comparions set
-- and show differences in graph including visually of any var changes in legend / or with tooltips
- specifically legend is not working
- tooltip (for legend?) not working
- highlighting differences in vars at top (maybe via colour of label? and a tooltip?)
* make save button create a comparison set to use
(also consider how to clean / re-create db initial values from code -- easily could just drop/recreate per table, and only drop finance, not csets)
* then delete export button
CONSIDER in code: