Closed mictlantecutli closed 8 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
group-project | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 29, 2024 10:16pm |
team7-group-project | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 29, 2024 10:16pm |
wdd430-team-seven | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 29, 2024 10:16pm |
Hi! -I made the changes into actions.tsx, now. the field is reviewer -The revalidation into the homepage, product/all and product/detail works fine. -In group7_handmade_crafts/src/app/lib/online-data.ts function, I parse the Date data to string and format, to be rendered into the reviews in page detail. -I modify the interfaces into group7_handmade_crafts/src/app/product/details/[id]/page.tsx to match with the new data in the review table -In the reviews I added a new component called ProductToReview, only to shows a small card with the picture and description of the product to review. this component goes to the top of the form. -I did minor changes in the tailwind of group7_handmade_crafts/src/app/ui/product/formReview.tsx to better the view of the review page(or form review page) -The group7_handmade_crafts/src/app/ui/product/ratingbyProduct.tsx, ratingbyProduct component is the component that shows the stars or ratings by review or by reviewer in a particular product. It does not use average because is only one raiting. This component was used in details page. -Because the raiting of every review does not need average, I did the following file to handle the stars according to the raiting, I based in the avearge rating from Isaac. Thank you!!