Create component onboarding #4997
fariaotavio12
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Component Onboarding Proposal
The onboarding component is designed to improve the user experience by introducing them to the application in an efficient and guided manner. It aims to help new users navigate the main functionalities of the system right from their first access, ensuring a more fluid and rapid adoption.
Component Features:
Interactive Walkthrough: A step-by-step guide that highlights the key elements of the interface, using highlights and explanatory pop-ups about what each part of the system does.
Modularity: The component can be configured to work in different modules of the system. Depending on where the user is navigating, the tutorial can adapt to the context of that area.
Customization: Allows the developer to adjust the content and steps of the onboarding according to the business needs. The component should accept customizations, such as different languages, visual styles, and the choice of functionalities to be highlighted.
Progress Control: Shows the progress of the tutorial through visual indicators, allowing the user to know what stage they are at and how much is left to complete the onboarding.
Skip/Replay: Provides the option for the user to skip the tutorial if they are already familiar with the system and also the possibility to restart it later if they want to review the instructions.
Support for different devices: The component is responsive, offering a consistent experience on mobile devices and desktops.
Triggers and Conditions: Onboarding can be configured to be activated in certain scenarios, such as when accessing a feature for the first time or after a significant update.
Beta Was this translation helpful? Give feedback.
All reactions