andyblight / share-tracking-1

Share tracking app with a Tcl/TK GUI and SQLite database.
MIT License
0 stars 0 forks source link

Get back to same point as on other PC #10

Closed andyblight closed 2 years ago

andyblight commented 2 years ago

Like an idiot, I didn't push all my changes to the GitHub repo from my other laptop. There were several missing files due to a refactor. To do:

andyblight commented 2 years ago

Commit https://github.com/andyblight/share-tracking-1/commit/d5a3e41ed36e2de59baf7c809499c08583c1acee Getting back to where I was after not uploading changes from other laptop. Select security dialog appears but needs lots of work. 2h00

andyblight commented 2 years ago

Commit deca0b41f80961dd5239da2a78e2dedd85b4c9c1 SelectSecurityDialog works pretty well. To do:

2h00

andyblight commented 2 years ago

Currently import is pretty good but not 100%. ME Group was added with the security UID = 0. This is because the LSE.txt file is out of date and does not have the changed name of the group. Need to figure out a way around this. Either

  1. allow the transaction to be edited using another dialog
  2. or better, add the security manually during the import.
andyblight commented 2 years ago

Commit da93d6ade9cfc6d08c71e74caed7a7a92b87bf16. Added label for description. To Do:

andyblight commented 2 years ago

Commit c4f282b7c698bbacbd070e4fb0d9b634ee974735.
Logic to show AddSecurityDialog works when importing. Fixed up the look of AddSecurityDialog. Much more usable although still a bit untidy. 2h00

andyblight commented 2 years ago

Commit 3f2e9dca0471f2c4790da478b98983f757fc4654. Double click works using a callback on SelectSecurityDialog. AddSecurityDialog changed to allow copy/paste. Need to use control C to copy. 1h00

andyblight commented 2 years ago

This works well. 9h00 total