2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 16:17:12 +00:00

new to do item

This commit is contained in:
2025-06-14 14:25:39 +03:00
parent e1d7b35015
commit d8cdf7bc5a

View File

@@ -35,6 +35,9 @@ and views/logbook_edit.py and that core/forms.py contains Django class-based for
""" """
todo = """ 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 - 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() Validate image files using a magic recogniser in walletedit()
https://pypi.org/project/reportlab/ or https://pypi.org/project/reportlab/ or