swarooppatilx / scruter

Scruter is a local classifieds and community site designed to bring people together for buying, selling, and exchanging goods and services.
https://scruter.vercel.app
GNU General Public License v3.0
28 stars 135 forks source link

[Feat] Create User Profile Page for Authenticated Users #463

Closed ShivanshPlays closed 2 weeks ago

ShivanshPlays commented 2 weeks ago

Description

Issue: Create User Profile Page for Authenticated Users

Description

This issue involves the development of a user profile page that allows authenticated users to view their personal details and a comprehensive orders table. The profile page will serve as a centralized location for users to manage their account information and review their past orders or bookings, including details such as order status and pricing. For unauthenticated users, the page will display options to log in or sign up.

Due to the current lack of order data in the backend, the front end will initially utilize a dummy array to simulate order data until the backend is fully integrated and operational.

Tasks

1. Design User Profile Layout

2. Personal Details Section

3. Orders Table Section

4. Authentication Check

5. User Interface Elements

Implementation Details

Acceptance Criteria

Additional Notes

Summary

The creation of a user profile page will enhance the user experience by providing easy access to personal information and order history. This implementation will improve account management for users and encourage engagement with the application. The use of a dummy array will facilitate development in the absence of backend order data.

Screenshots

No response

Checklist