Role

This is the part where the settings that determine the purpose of presenting the application screens you develop in front of the user are made. Kuika offers 9 different role options for screens in your projects:

  1. None: Indicates that the screen does not have any role.
  2. Starting Screen: Allows the screen to be assigned as the starting screen. This screen is shown first when the application is launched.
  3. Sign in Screen: Gives the screen the role of a login screen for users to sign in.
  4. Reset Password Screen: Assigns the screen a screen role for users to perform password reset.
  5. New Password Screen: Assigns the screen a screen role for users to create a new password.
  6. Splash Screen: This role, which is only valid in mobile applications, is the login screen role that greets the end user when the application is launched.
  7. Verification Screen: This is the screen role used when an e-mail verification or similar confirmation process is required after the user completes the account creation process.
  8. Offline Screen: Supported only in mobile applications, this role defines the screen that will work when there is no internet connection.
  9. Process Step Screen: This role allows the screen to represent a step in a process.

Each role directs the user experience and organizes application processes by enabling the screen to perform a specific function. The choice of role directly affects the features of the screen and its interaction with the user.