summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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