Skip to content

Use case: Edit customer profile

Simon Larsson edited this page Feb 26, 2024 · 1 revision

Use case: Edit customer profile

Participating Actors
Customer
Entry Conditions
Is logged in
Is in user profile
Clicked on "Edit profile"
Exit Conditions
Clicked on any navbar link
Clicked on any sidebar link
Successfully applied changes

Event Flow

  1. Click on Edit profile in sidebar.
  2. Modify customer details (Optional).
  3. Enter current password.
  4. Enter and verify new password (Optional).
  5. Click on "Apply changes"
  6. If current password is correct, new password and verify password match and email is not a duplicate:
    • Applied changes successfully.
  7. Else applying changes failed, show proper notification.
Clone this wiki locally