BaseApp
No edit summary |
|||
Line 7: | Line 7: | ||
** Send welcome email | ** Send welcome email | ||
* Reset password email and screens | * Reset password email and screens | ||
* Logging and viewing outgoing emails and problems | * Debugging | ||
* Have email templates and some screens based on editable html templates | ** Global action and screen to switch between users and checking login status | ||
* Editing email templates with your app | ** Special screen for handling fake user creation for testing purposes | ||
* Flexible viewmodels for merging with dynamically edited templates | * User modes | ||
** Implements a basis for user being able to switch "modes/roles" within the app | |||
** Special Admin mode implemented for admin menues and test setup | |||
* Email | |||
** Logging and viewing outgoing emails and problems | |||
** Have email templates and some screens based on editable html templates | |||
** Editing email templates with your app | |||
** Flexible viewmodels for merging with dynamically edited templates | |||
* Data analysis | * Data analysis | ||
** Complete calendar in the model and database for use as dimensions | ** Complete calendar in the model and database for use as dimensions |
Revision as of 22:31, 18 December 2021
What is it?
"BaseApp" is a model that you can start with if you want some or all of these functions ready to go;
- Manage logins (SysUsers)
- Onboarding
- Send an email confirmation email based
- Ask users for more information when registering
- Send welcome email
- Reset password email and screens
- Debugging
- Global action and screen to switch between users and checking login status
- Special screen for handling fake user creation for testing purposes
- User modes
- Implements a basis for user being able to switch "modes/roles" within the app
- Special Admin mode implemented for admin menues and test setup
- Email
- Logging and viewing outgoing emails and problems
- Have email templates and some screens based on editable html templates
- Editing email templates with your app
- Flexible viewmodels for merging with dynamically edited templates
- Data analysis
- Complete calendar in the model and database for use as dimensions
The model
You can use this as a starting point or you can merge it with most of the others example and template models.
Download
This page was edited more than 9 months ago on 03/26/2024. What links here