App Communication Elements
Let's Talk!™ uses two types of channels to talk to the user within the application:
- Modal Dialogs: High priority messages that freeze the user's flow and talk about critical information. They often demand users to take an action before they can resume their work flow. Types:
- Confirmation Modals
- Notification Modals
- Feedback Messages (aka Notifications): Medium priority messages that don't interrupt the user's flow, but provide valuable information. Types:
- Information Messages
- Confirmation Messages
- Warning Messages
- Error Messages