-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |