Skip to content
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

Single product page #135

Merged
merged 20 commits into from
Nov 22, 2023
Merged

Single product page #135

merged 20 commits into from
Nov 22, 2023

Conversation

KatiaGhezali
Copy link
Collaborator

@KatiaGhezali KatiaGhezali commented Nov 21, 2023

Pull Request Title:

Dynamic Single Product Page with Firebase Integration

Pull Request Description:

Overview:

This pull request introduces dynamic content functionality to the single product page. The page now fetches product information from Firebase, creating a personalized user experience.

Changes Made:

Dynamic Product Information:

  • Implemented Firebase integration to dynamically fetch and display product details.

  • Utilized Firebase to optimize data retrieval.

User Authentication Handling:

  • Ensured that product details are only displayed when the user is logged in.

  • Implemented privacy measures to protect user information when the user is not logged in.

Privacy Considerations:

To safeguard user privacy, the user details are only accessible to logged-in users. When a user is not logged in, only a limited set of information is displayed, preserving the confidentiality of user-specific data.

Testing:

  • Conducted extensive testing to validate the dynamic content retrieval from Firebase.

  • Verified that user privacy is maintained by restricting access to sensitive information when users are not authenticated.

Screenshots :

image

After adding it to cart:

image

Related Issue

@KatiaGhezali KatiaGhezali self-assigned this Nov 21, 2023
@KatiaGhezali KatiaGhezali linked an issue Nov 21, 2023 that may be closed by this pull request
5 tasks
Copy link

vercel bot commented Nov 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
student-store ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 22, 2023 0:16am

Copy link
Contributor

@Ben-Tewfik Ben-Tewfik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job katia

Copy link
Contributor

@hocine1212 hocine1212 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The page fetches product information from Firebase and showing the owner of each product. Nice work katia

@hocine1212 hocine1212 merged commit 0c00f95 into develop Nov 22, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Single Product Page
3 participants