summaryrefslogtreecommitdiffstats
path: root/core/views/wallets_edit.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-02-02 21:50:40 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-02-02 21:50:40 +0000
commite94a24bbd4c58748e44c2b0461d9a46acccdecd9 (patch)
tree8b7697b3c235838e0e16033e43e9c4dee0ba249b /core/views/wallets_edit.py
parente0a198bac522e138ef46f983b6c9455b17f787ce (diff)
downloadtroggle-e94a24bbd4c58748e44c2b0461d9a46acccdecd9.tar.gz
troggle-e94a24bbd4c58748e44c2b0461d9a46acccdecd9.tar.bz2
troggle-e94a24bbd4c58748e44c2b0461d9a46acccdecd9.zip
to-do lists updates
Diffstat (limited to 'core/views/wallets_edit.py')
-rw-r--r--core/views/wallets_edit.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/views/wallets_edit.py b/core/views/wallets_edit.py
index c601667..6083dab 100644
--- a/core/views/wallets_edit.py
+++ b/core/views/wallets_edit.py
@@ -31,9 +31,13 @@ from troggle.parsers.scans import contentsjson
"""
todo = """
+- Nasty bug in navingating to 'previous wallet' when we have a 2-year gap in expos
+ The xxxx#00 wallet is not getting edited correctly. Something is off by one somewhere..
+
- Register uploaded filenames in the Django db without needing to wait for a reset & bulk file import
-- Refactor walletedit() as it contains all the wallets 'complaints' code from the pre-2022 script wallets.py
+- Refactor walletedit() as it contains all the wallets 'complaints' code from the pre-2022
+ script 'wallets.py'
- Need to validate uploaded file as being a valid image file, not a dubious script or hack
"""