-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display Profile Page for Users #95
Comments
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. |
@samar12-rad in kinde auth can we implement that ? |
Kinde auth handles login and sign up pages |
We can't incorporate profile section, as kinde auth only stores email and password and returns verified res.json |
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 . |
Hello @samar12-rad! Your issue #95 has been closed. Thank you for your contribution!🚀 |
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
Record
The text was updated successfully, but these errors were encountered: