Damien De Paoli ddp
  • Joined on 2025-05-01
ddp pushed to master at ddp/finplan 2025-11-01 22:48:27 +11:00
9cc907fb62 added a basic comparison set page, with a table of the data that changes only (just to fit it in) and allowing them to be deleted
4bb336645a have added quick re-estimate button
Compare 2 commits »
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-28 23:04:36 +11:00
0ee55ee73d fixed BUG-143, disable next/prev as first thing we do when going next/prev Page
89e8c5d9f7 fix BUG-125: right-click changes highlight if its not in the highlight set
76b0745cc3 remove face data after transform (BUG-142), also only reset viewing image if we are viewing, and remove debugs
bc2d4384c9 fix BUG-141, crashing pa_job_manager when transforming a non-Image
Compare 4 commits »
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-27 22:06:57 +11:00
d247ecec54 fix up bug where sucess used instead of success, also if we delete/restore/move a file from inside the viewer, then adjust the files* divs, and go out of the viewer (back/up) and show updated files div
bb43cc5623 new TODOs
Compare 2 commits »
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-26 20:30:49 +11:00
a6edbd184b fixed mistaken removal of shift/ctrl buttons on mobiles for file* views
09e7b8eea7 one more old BUG gone, reordered file
Compare 2 commits »
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-26 15:55:18 +11:00
f2ef55a58a cleaned up old bugs that are fixed by new entry_amendments logic
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-26 15:44:17 +11:00
4d7f3dfed9 Fixing BUGs 144/145, (needed a parseInt), and force MovedBox path selection to Storage always - if moving from Import path, likely storing, if in Storage path, likely moving inside the Storage area, user can always override
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-26 13:33:03 +11:00
4421da0d1d make move_files have EntryAmendments, do not remove from the UI instantly, and handle just like delete_files, remove restriction on forcing the page to go back to / on search, with new logic its not an issue, also force MoveDBox to start with Storage path rather than another, MOST moves should be to Storage, but should tweak this to be the opposite of current path type
6eba21e028 added BUG-143 around fast page changes
Compare 2 commits »
ddp pushed to master at ddp/docker-compose 2025-10-25 21:55:53 +11:00
dc1c2681fe added a patst while we work on a new branch for PA, also a more timely health check so traefik is faster to notice its back after a restart
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-25 18:21:35 +11:00
9bdd9d5b78 revamp whole EA flow. Server created EAs when we do certain jobs (transform, delete_files, restore_files), then instead of faking amendments in the jscript, get job creation to return EA from job ORM, then check is now generic for end of any amendment job, and when it finishes, use that to clear our amendments in document, and redraw through normal UI code. No smarts in client, all driven by state from server, and if we reload a page mid jobs, it has required state, and because an amendment job is still progressing, it runs check code again
d3ae9b788f make sure loading viewer for the first time add query param to get latest version of img, and when we leave viewer reset document.viewing
1396cbab78 added removeEntryAmendment() and call that when transform/delete_files/restore_files
b7500e5170 use throbber gray, rather than white
392708bad9 reformat
Compare 7 commits »
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-20 19:33:36 +11:00
56771308a6 updated BUGs in general to remove older / fixed BUGs relating to the confusion of current/eids, etc.
905910ecf0 updated BUGs in general to remove older / fixed BUGs relating to the confusion of current/eids, etc.
a38c54812c use amendments to render throbber/grayscale
dc6b831481 remove overkill use of make_response
8969cd452e for now, store away amendment types into dom for client-side additions - still working on right place for the additions
Compare 7 commits »
ddp pushed to master at ddp/finplan 2025-10-17 21:22:16 +11:00
227e95cab7 add a button to recalc bills by removing all esimated bills and rebuild them
bf66e9fa7c redo D_quit logic (tax and when we can sell shares)
5ce614ed28 added note around tax and quitting
b6b396342f fix up annotation bug where we put daily amt, not bill amt in annot
fb2fffea7b noting need to tie bills/finance page items to recalc (change date of quit, need to redo bills future)
Compare 5 commits »
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-15 23:06:09 +11:00
80ceb7aaed removed __repr__ from classes in files.py, and added in sqlalchemy class and marshmallow schemas for entry amendments, then load amendments on get_entry_by_id - so any page load (first or next/prev) will see amendments, we then display them into the files list and now add a white circle inside the throbber and overlay that with approrpiate icon/image - all of which is taken from amendment type and eid. tables.sql also updated to create the amendment data, tweaked icons.svg to remove hardcoded-colours for flip_[vh]
9cf47f4582 removed __repr__ from classes in files.py, and added in sqlalchemy class and marshmallow schemas for entry amendments
a683da13cc gave whole of TODO a once over, removed old stuff
Compare 3 commits »
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-12 21:23:57 +11:00
9ffb704648 fix bug where AI search used wrong query as I rewrote the search_term and lost AI: now compares original / OPT.search_term. Also, the union/sql did not work with otdering, rewrote this to use python code to remove duplicates from the 3 separate queries and remove duplicates (if any)
27e06a9462 any change of opts needs to invaldiate cache
Compare 2 commits »
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-12 19:34:05 +11:00
4556afb3bb changed token word
0eee594206 fix up bug with cache not working when we change how_many
78b112d050 when we change file options, make sure we call correct query data function - search needs GetSerachQueryData
Compare 3 commits »
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-12 16:29:45 +11:00
97e738dc13 implemented a quick cache for flat view
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-12 16:02:25 +11:00
b61f048dec reverted partial client side back button logic, but also now tested / validated if somehow we are in a flat view and ask for entries and dont get all of them back, or we are in folder view and we try to go into a folder or back up a folder and we get no data as someone deleted it since we made the view, so then show appropriate client-side errors
e3f6b416ce forgot to add js_vers for search, fixed
Compare 2 commits »
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-12 13:14:57 +11:00
0ac0eedef9 handle going into Dirs and back from Dirs by doing logic of parent dir on server side, only return eids, and get normal code to handle rendering, no specific get_dir_entries route -> its not get_dir_eids, and the rest is normal code. Much cleaner/simpler. At this point I think the major rewrite it functional, commiting before more testing and then merge code and removed firstEntryOnPage bug (its now pageList[0])
cb5ff7e985 comments for clarity of root_eid=0 meaning no entries
Compare 2 commits »
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-11 15:03:01 +11:00
517b5c6167 made more of the javascript hopefulyl honour versions, sort of works, not fully deployed consistently but works well enough for home use in dev. Also tweaked how the layout looks on a phone so that la / ra buttons on beside the image. Still oddly needs me to shrink that page, but it is now visually right - odd
16d28bc02e first pass of versioning, working for files.html only for now
da0019ecdc adding a get_version function that gets the mtime of the jscript file and then lets us embed that into the
e4bf9606b9 move functions to appropriate file location for files/view support js, commented them better, removed some dead code
3a053bea49 found new todo around going back in folder view and sort order
Compare 5 commits »
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-11 11:11:57 +11:00
1e421c3f22 move jscript logic out of template/html, into jscript so we can keep all logic into the included file, then I can force version on it and stop caching issues in mobiles, and a shift-reload will also get new code, rather than a container restart even on desktops
ddp pushed to refactor-entry-viewing at ddp/photoassistant 2025-10-11 09:19:54 +11:00
346defde8b added a functional (small) up button in the viewer, all works