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

Implement Return Panel for Managing Return and Refund Requests #951

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

IkkiOcean
Copy link
Contributor

@IkkiOcean IkkiOcean commented Nov 9, 2024

Description:

This pull request addresses the issue of implementing a comprehensive Return Panel for admins to manage return and refund requests submitted by users. The admin panel provides functionality for viewing, approving, rejecting, and processing requests, with complete details of the requests, user information, and product information. The panel also includes features to filter, sort, and update the status of requests.

Tasks Completed:

UI Design for Admin Panel:

  • Created a responsive layout for the return and refund requests page.
  • Each request displays the following information:
    • User Information: Name, contact details.
    • Order & Product Information: Order ID, product name, quantity, and price.
    • Reason for Return/Refund: The reason submitted by the user.
    • Request Submission Date: The date the request was submitted.
    • Status: Displays the current status of the request (pending, approved, rejected, processed).
  • Filtering and Sorting:
    • Added filters to search requests by status (pending, approved, rejected) or by date range.
    • Implemented sorting by request date and status to help admins quickly locate specific requests.
  • Action Buttons:
    • Designed buttons to Approve, Reject, and Process requests.
    • Each action updates the status of the request and provides visual feedback.
  • Comment Section:
    • Included an area for admins to add internal notes or feedback on each request.

Status Management:

  • Implemented Status Logic:
    • Created logic to handle different statuses of return/refund requests: pending, approved, rejected, and processed.
    • Admins can update the status of a request using the action buttons. For example, once a refund is complete or an item is returned, the admin can mark it as processed.
  • Clear Distinction of Request Stages:
    • Added visual cues to distinguish between the different stages of the return/refund lifecycle, helping admins track the progress easily.

Screenshots:

WhatsApp.Video.2024-11-09.at.23.22.34.mp4

Related Issues:

Copy link

vercel bot commented Nov 9, 2024

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

Name Status Preview Comments Updated (UTC)
agro-tech-ai ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 9, 2024 6:09pm

Copy link
Contributor

github-actions bot commented Nov 9, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@manikumarreddyu manikumarreddyu merged commit c0d93a4 into manikumarreddyu:main Nov 9, 2024
4 checks passed
Copy link
Contributor

github-actions bot commented Nov 9, 2024

🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Return Panel for Return and Refund Management (Dashboard)
2 participants