Skip to content

Commit

Permalink
Update features doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Apr 30, 2024
1 parent 053c03c commit 0b0feda
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions apps/admin/docs/features.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,44 @@
# Features

- Authentication
## Authentication

- Log in
- Go to any url of the app
- See the login screen
- Be able to log in with your credentials

## Forms

- View all forms
- Go to the Forms page
- Go to the _Vragenlijsten_ page
- See a list of all forms
- Create a new form
- Click the Create button on the Forms page
- Click the Create button on the _Vragenlijsten_ page
- See a form, including a Form.io form builder
- Enter values and save. This returns you to the Forms page
- Enter values and save. This returns you to the _Vragenlijsten_ page
- Edit an existing form
- Click on an existing form on the Forms page
- Click on an existing form on the _Vragenlijsten_ page
- See a form, including a Form.io form builder, which shows the existing values
- Change values and save. This returns you to the Forms page
- Change values and save. This returns you to the _Vragenlijsten_ page
- Delete an existing form
- Click on an existing form on the Forms page
- Click on an existing form on the _Vragenlijsten_ page
- Click on the Delete button
- You’re returned to the _Vragenlijsten_ page, where the deleted form isn’t shown anymore.

## Categories

- View all categories
- Go to the _Categorieën_ page
- See a list of all categories
- Create a new category
- Click the Create button on the _Categorieën_ page
- See a form
- Enter values and save. This returns you to the _Categorieën_ page
- Edit an existing category
- Click on an existing category on the _Categorieën_ page
- See a form that shows the existing values
- Change values and save. This returns you to the _Categorieën_ page
- Delete an existing category
- Click on an existing category on the _Categorieën_ page
- Click on the Delete button
- You’re returned to the Forms page, where the deleted form isn’t shown anymore.
- You’re returned to the _Categorieën_ page, where the deleted category isn’t shown anymore.

0 comments on commit 0b0feda

Please sign in to comment.