-
Notifications
You must be signed in to change notification settings - Fork 53
Add Order History Page for Users #213
Copy link
Copy link
Open
Labels
GSSOC 25Issues/PRs participating in GirlScript Summer of Code 2025Issues/PRs participating in GirlScript Summer of Code 2025Level 1Easy issue - 3 Points (GSSoC'25)Easy issue - 3 Points (GSSoC'25)enhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
GSSOC 25Issues/PRs participating in GirlScript Summer of Code 2025Issues/PRs participating in GirlScript Summer of Code 2025Level 1Easy issue - 3 Points (GSSoC'25)Easy issue - 3 Points (GSSoC'25)enhancementNew feature or requestNew feature or request
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:
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