Skip to content

Missing page: Orders (/orders) #23

@snishant0

Description

@snishant0

Problem

The /orders route is not implemented in the application. When users try to navigate to /orders, they see an empty page with a console warning: "No routes matched location '/orders'"

Expected Behavior

Users should be able to view their order history, including:

  • List of all orders with order number, date, and status
  • Order details (items, quantities, prices)
  • Order status tracking
  • Ability to view individual order details

Current Behavior

  • Navigation to /orders shows an empty page
  • Console warning: "No routes matched location '/orders'"
  • Footer links to "Order" use placeholder "#" href

Acceptance Criteria

  • Create /orders route in React Router
  • Implement Orders component to list user's orders
  • Display order number, date, status, and total for each order
  • Add ability to click on order to view details
  • Show "No orders yet" message for new users
  • Add filters/sorting options (by date, status)
  • Update navigation/footer links to point to /orders
  • Consider authentication requirement

Priority

Medium - Important for user experience and order tracking

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions