As a user,
I want to access a user profile page to manage my account and view my purchase history,
So that I can have control over my profile and track my orders.
As a user,
I want to view my purchase history on the user profile page,
So that I can track my previous orders and their status.
Acceptance Criteria
[x] Create a user profile page accessible to logged-in users.
[x] Implement sections for users to update their profile information (e.g., name, email, password).
[x] Display a list of the user's purchase history, including order details and status.
[x] Ensure that users can navigate to and from their profile page easily.
[x] Retrieve and display the user's purchase history on their profile page.
[x] Display order details, including product names, order dates, and order status.
[x] Allow users to click on a purchase history entry to view more details about a specific order.
[x] Ensure that the purchase history is kept up-to-date with the latest order information.
As a user, I want to access a user profile page to manage my account and view my purchase history, So that I can have control over my profile and track my orders.
As a user, I want to view my purchase history on the user profile page, So that I can track my previous orders and their status.
Acceptance Criteria