Skip to content

My Account

Manuel edited this page Dec 16, 2024 · 6 revisions

My Account - Order history

Description

The order history section shows the different order the user has completed in table form. The details of the order can also be displayed if the user clicks a button. The user can also reorder an order in order to change or add products or to change his addresses and any other details. Also the user can attach a comment to any order in case this is needed.

User Stories & Test Cases

As a returning customer, I want to view a list of my past orders, so that I can easily access information about previous purchases:

  • should display a list of past orders

As a returning customer, I want to view the details of my past orders, so that I can easily access information about previous purchases:

  • should display details for each past order

As a returning customer, I want to be able to reorder an order in case the process needs to start from scratch again:

  • should allow user to reorder an order

As a returning customer, I want to be able to add a comment about my orders, so that I can provide any extra information needed:

  • should allow user to reorder an order

My Account - My Addresses

Description

Here the user can see his registered addresses, both invoices and billing addresses. The user can update or delete such addresses and also add a new address if needed.

User Stories & Test Cases

As a logged in customer, I want to see both my delivery and billing addresses displayed, so that I can check their data is correct:

  • should display both billing and delivery addresses

As a logged in customer, I want to be able to update or delete any of my addresses, so that I can update or remove my personal information:

  • should allow user to update or delete any of the addresses

As a logged in customer, I want to be able to add new addresses to the addresses I already added, so that I can have my order delivered or billed elsewhere:

  • should allow user to add new addresses

My Account - My Personal Information

Description

Here the user can see his personal information and update it if necessary.

User Stories & Test Cases

As a logged in customer, I want to be able to view and update my personal information, so that I can confirm that it is correctly saved:

  • should allow user to view and update personal information

(See test cases)

Clone this wiki locally