summaryrefslogtreecommitdiffstats
path: root/core/views/uploads.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-06-14 14:25:39 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2025-06-14 14:25:39 +0300
commitd8cdf7bc5ac1d258b36a8548c354e82ca314197a (patch)
tree2833a71bb577c91dedbf82b457c2f05158af3f4a /core/views/uploads.py
parente1d7b350159ba577cfa791da7ea43726e4516796 (diff)
downloadtroggle-d8cdf7bc5ac1d258b36a8548c354e82ca314197a.tar.gz
troggle-d8cdf7bc5ac1d258b36a8548c354e82ca314197a.tar.bz2
troggle-d8cdf7bc5ac1d258b36a8548c354e82ca314197a.zip
new to do item
Diffstat (limited to 'core/views/uploads.py')
-rw-r--r--core/views/uploads.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/views/uploads.py b/core/views/uploads.py
index 12a3989..691e54d 100644
--- a/core/views/uploads.py
+++ b/core/views/uploads.py
@@ -35,6 +35,9 @@ and views/logbook_edit.py and that core/forms.py contains Django class-based for
"""
todo = """
+- Register the uploaded drawing file (views/uploads.py) using the functions in parsers/drawings.py so that queries of the database
+ can find newly uploaded files without having to do a database reset.
+
- Ideally we should validate uploaded file as being a valid file type, not a dubious script or hack
Validate image files using a magic recogniser in walletedit()
https://pypi.org/project/reportlab/ or