hngprojects / hng_boilerplate_nextjs

https://deployment.nextjs.boilerplate.hng.tech
206 stars 265 forks source link

Feature: Implement the Comments Section (display area and field) in the Edit Product Details PageComment #1508

Closed Emmadegreat closed 2 months ago

Emmadegreat commented 2 months ago

Description

Github Issue: https://github.com/hngprojects/hng_boilerplate_nextjs/issues/1402

Closes #issue_number_here

Changes proposed

To implement a comments section that displays user comments and a field that allows users to add new comments

What were you told to do?

The comments section is visible on the product details page. Existing comments are displayed in chronological order. Users can input and post new comments using a text field.

Implement the Comments Section (display area and field) in the Edit Product Details Page #1402

What did you do?

I impemeted a comment text area in the product detail edit page. The feature allowss users to add a comment and see their comment too. However, since its not fetching data from the backend users won't able to save their profile picture.

attached is the screenshort

Check List (Check all the applicable boxes)

🚨Please review the contribution guideline for this repository.

Screenshots/Videos

WhatsApp Image 2024-08-24 at 13 01 04_4062fa70

github-actions[bot] commented 2 months ago

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 14.53% 784 / 5393
🔵 Statements 14.22% 786 / 5525
🔵 Functions 14% 215 / 1535
🔵 Branches 9.73% 227 / 2331
File CoverageNo changed files found.
Generated in workflow #470