update for clarity on progress of comparison rewrite
This commit is contained in:
19
README
19
README
@@ -1,14 +1,15 @@
|
|||||||
TODO:
|
TODO:
|
||||||
* need to include rego, insurance for Hyundai when we go ex-lease.
|
* compare feature
|
||||||
* 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?
|
[done] -- decided this is best supported by removing export to CSV function, and instead offering export to comparisons database (with a user-defined name)
|
||||||
* also should have a compare last figure, not just first
|
[done] -- then maintain DB of "sets" of comparisons
|
||||||
* have a graph of dollars over time - when comparing, show original numbers and current calcuation set
|
[done] -- then can allow graph compare of current data to 1 (or more) exported comparions 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
|
|
||||||
-- and show differences in graph including visually of any var changes in legend / or with tooltips
|
-- 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:
|
CONSIDER in code:
|
||||||
|
|||||||
Reference in New Issue
Block a user