alokVerma749 / foody-monk

This is food ordering web app build using MERN stack
https://foody-monk.vercel.app
MIT License
12 stars 8 forks source link

add restaurant name for each cart item in admin orders page #43

Closed riddhesh-mahajan closed 1 year ago

riddhesh-mahajan commented 1 year ago

Title: Add restaurant name for each cart item in admin orders page

Description: This pull request introduces a feature to display the restaurant name for each cart item in the admin orders page. Currently, the admin orders page only shows the item details without any reference to the restaurant it belongs to. This enhancement provides better visibility and context to the administrators while managing orders.

Changes Made: Modified the Admin.js. Added new p tag to show restaurant name above order item name.

Testing: Manually tested the feature by visiting admin orders page. (Local Env)

This change resolves #40 Please review this pull request and provide your feedback. Thank you!

vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated (UTC)
foody-monk ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 13, 2023 10:49am
riddhesh-mahajan commented 1 year ago

@alokVerma749 Can you please review the changes and merge this pull request to master branch if everything is okay.

alokVerma749 commented 1 year ago

great contribution