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:
None: Indicates that the screen does not have any role.
Starting Screen: Allows the screen to be assigned as the starting screen. This screen is shown first when the application is launched.
Sign in Screen: Gives the screen the role of a login screen for users to sign in.
Reset Password Screen: Assigns the screen a screen role for users to perform password reset.
New Password Screen: Assigns the screen a screen role for users to create a new password.
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.
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.
Offline Screen: Supported only in mobile applications, this role defines the screen that will work when there is no internet connection.
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.