Skip to content

Missing page: User Profile (/profile) #25

Description

@snishant0

Problem

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

Expected Behavior

Users should be able to view and edit their profile information, including:

  • Personal information (name, email, phone)
  • Shipping addresses
  • Account settings and preferences
  • Password change option
  • Order history link

Current Behavior

  • Navigation to /profile shows an empty page
  • Console warning: "No routes matched location '/profile'"
  • No user profile or account management functionality

Acceptance Criteria

  • Create /profile route in React Router
  • Implement Profile component with user information
  • Display user's name, email, and contact details
  • Add ability to edit profile information
  • Include saved shipping addresses section
  • Add password change functionality
  • Show account settings (notifications, preferences)
  • Link to order history
  • Require authentication to access
  • Add form validation for profile updates

Priority

Medium - Important for user account management

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions