Skip to content

Feature List

KagenLH edited this page Aug 10, 2021 · 5 revisions

User Auth

  • Users can sign up, log in, and log out.
  • Users can use a demo log in to try the site.
  • Users can't use certain features without logging in (like creating new forms and question types).
  • Logged in users are directed to their profile page which displays their fauxtweets.
  • Logged out users are directed to a page displaying several recent fauxtweets.

Build Forms

  • Logged in users will be able to create custom forms with various fields/input types.
  • Logged in users can edit custom forms that they have already created.
  • Logged in users can delete forms that they have created.
  • All users (logged in or logged out) can follow the link to a user-created form to fill out the form.

Build various question types

  • Logged in users creating or editing a form can make custom question fields on their form based on a selection of pre-defined form field types with customization options.

Share Forms

  • Logged in users that have created a form can share their form with a link that will enable other users (logged in or not) to complete and submit their form.

Display Results

  • Logged in users that have created a form and shared it can view submissions from other users displaying the form data from the submission.
  • Logged in users that have created a form and shared it can delete submissions from other users.
Clone this wiki locally