aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-11-14 01:56:30 +0000
committerGravatar Joe Banks <[email protected]>2020-11-14 01:56:30 +0000
commit7ab3d4a0734d589b78b65c8aebc3eeb069b12f5c (patch)
tree03323fe275d22eca8e2f51bfd3c838c4c358f903
parentAdd form index URL (diff)
Add schema file describing feature meanings
-rw-r--r--SCHEMA.md7
1 files changed, 7 insertions, 0 deletions
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.