diff --git a/apps/admin/docs/features.md b/apps/admin/docs/features.md index 1dffcc69..dc83e7c3 100644 --- a/apps/admin/docs/features.md +++ b/apps/admin/docs/features.md @@ -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.