Account Page - bvshvarf/bvshvarf.github.io GitHub Wiki

Author(s): Bashar Fakhreddin

Return to User Interface Overview

image

Detailed Steps: How Users Interact With the Account Page

Top Navigation Bar

Account Tab (highlighted in red):

  • Clicking this tab brings users to the "Account" page where they can register, log in, or continue as a guest.

Registration

In the Register section:

  1. Enter your Email address.
  2. Enter your Password.
  3. Confirm your password by re-entering it in Confirm Password.
  4. Click the Submit button to create a new account.
  5. If successful, the user is likely logged in or prompted with a success message.
  6. Errors (e.g., passwords not matching) should show a clear error message.

Login

In the Log In section:

  1. Enter your registered Email.
  2. Enter your Password.
  3. Click the Submit button to log into your account.
  4. On success, the user is redirected to their dashboard or home page.
  5. Incorrect email/password shows an error message.

Continue As Guest

If users prefer not to register or log in:

  • Click the Continue As Guest button.
  • This option allows access to limited features without an account.

Different Views and Stages

  • Before interaction: Registration/Login/Guest options visible.
  • After successful registration/login: User is taken to main app features.
  • After failed registration/login: Errors displayed near the form fields.