From 7ab3d4a0734d589b78b65c8aebc3eeb069b12f5c Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sat, 14 Nov 2020 01:56:30 +0000 Subject: Add schema file describing feature meanings --- SCHEMA.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 SCHEMA.md diff --git a/SCHEMA.md b/SCHEMA.md new file mode 100644 index 0000000..65c8838 --- /dev/null +++ b/SCHEMA.md @@ -0,0 +1,7 @@ +## Form features + +`DISCOVERABLE`: The form should be displayed on the homepage of the forms application. +`REQUIRES_LOGIN`: Requires the user to authenticate with Discord before completing the form. +`OPEN`: The form is currently accepting responses. +`COLLECT_EMAIL`: The form should collect the email from submissions. Requires `REQUIRES_LOGIN` +`DISABLE_ANTISPAM`: Disable the anti-spam checks from running on a form submission. -- cgit v1.2.3