comparison now works as required

This commit is contained in:
2025-02-13 21:51:39 +11:00
parent 14de3f1790
commit 1272d3a786
4 changed files with 66 additions and 48 deletions

8
README
View File

@@ -1,12 +1,4 @@
TODO:
* 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