From 8bd31c2f0470b76e17bf691f025511792dd50d1c Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Mon, 30 Mar 2015 21:22:01 +0200 Subject: [PATCH] Added TODO comments. --- src/scriptform.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/scriptform.py b/src/scriptform.py index 65f9639..a35c303 100755 --- a/src/scriptform.py +++ b/src/scriptform.py @@ -1,5 +1,14 @@ #!/usr/bin/env python +# Todo: +# +# - file uploads should be saved to temp files and passed to the callback. +# - Ignore non-existing temp files in upload cleanup. +# - How does script_raw check the exitcode? Document this. +# - Validate field values properly. +# * Integer/float min, max +# * Uploaded files mime-types/extensions + import sys import optparse import os