De-prioritize some things

This commit is contained in:
Brandon Dyck 2020-10-04 16:04:46 -06:00
parent 4eca005046
commit 12c826bd34

View File

@ -6,8 +6,6 @@ Ensure latest date is at least earliest date
Ensure date span is within a maximum Ensure date span is within a maximum
Add timeout to request context Add timeout to request context
Prevent blank event names and guest names Prevent blank event names and guest names
Consider some front-end, regex-based field validation
Consider redirecting from /create/do to admin
Cleanup: Cleanup:
------------ ------------
@ -25,5 +23,7 @@ Make the sqlite pool size configurable
More features: More features:
--------------- ---------------
Consider some front-end, regex-based field validation
Consider redirecting from /create/do to admin
Show validation errors in a header, rather than on their own page Show validation errors in a header, rather than on their own page
Allow updating metadata on admin page Allow updating metadata on admin page