RamakrushnaBiswal / PlayCafe

it a cafe website🚀
https://play-cafe.vercel.app/
MIT License
34 stars 87 forks source link

Display Profile Page for Users #95

Open samar12-rad opened 2 weeks ago

samar12-rad commented 2 weeks ago

Describe the feature

Description: After the implementation of users login in the website, there is need of, creating the database for them and showing their profiles in the website .Implement a feature that displays a profile page exclusively for users on the café website. This page will act as a user dashboard, showing personal information and activities such as past reservations, events attended, and feedback submitted.

Features:

User Profile Display:

Show personal information like: Name Email Contact number List of past café reservations or event registrations.

Backend Requirements: Create API routes to fetch user data from the database, including: Personal information Reservation history

Frontend Requirements: Design and implement a user-friendly UI to display the profile page. Ensure responsive design for mobile and desktop views. Add navigation in the header/menu to the profile page for logged-in users. @RamakrushnaBiswal

Add ScreenShots

image

Record

github-actions[bot] commented 2 weeks ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project. for more information join our discord https://discord.gg/Jh3bWQ7FRN

RamakrushnaBiswal commented 2 weeks ago

@samar12-rad in kinde auth can we implement that ? or we need to create login and sign up pages ??

samar12-rad commented 2 weeks ago

Kinde auth handles login and sign up pages

samar12-rad commented 2 weeks ago

We can't incorporate profile section, as kinde auth only stores email and password and returns verified res.json

samar12-rad commented 2 weeks ago

Also currently there is no way to know you logged in as that button is not dynamic, logic routing with layout is supposed to be done for that .