Skip to content

Add Order History Page for Users #213

Description

@Sanya06C

Is your feature request related to a problem or challenge?

Currently, users cannot view their previous orders in the application. Implement an Order History page that fetches past orders from the database and displays them in a user-friendly format.

Describe the solution you'd like

Requirements :

Create a new page/component for Order History.
Fetch past orders for the logged-in user from the backend API.
Display order details including:

  • Items ordered
  • Total price
  • Order date and time
  • Order status (e.g., pending, completed, delivered)

Add option to reorder items from past orders (optional enhancement).
Ensure proper styling and mobile responsiveness.

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

GSSOC 25Issues/PRs participating in GirlScript Summer of Code 2025Level 1Easy issue - 3 Points (GSSoC'25)enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions