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

feature : Implementing Seller Dashboard #93

Closed
13XAVI opened this issue Jul 12, 2024 · 1 comment · Fixed by #110
Closed

feature : Implementing Seller Dashboard #93

13XAVI opened this issue Jul 12, 2024 · 1 comment · Fixed by #110
Assignees

Comments

@13XAVI
Copy link
Contributor

13XAVI commented Jul 12, 2024

Description:

Create a Seller Dashboard to provide sellers with an overview of sales where i can get all sellers update and delete them .

Acceptance Criteria

Sales Summary

  • Implement a table to display All Sellers with search functionality.
  • Add pagination to handle large data sets.
  • view approved, pending, and suspended orders.

Additional Information:

  • Use Redux Toolkit to manage the state of the dashboard.
  • Ensure all forms and data updates are validated using Yup and handled with Formik.
  • Follow the design guidelines and styles as per the existing application.
  • Write unit tests and integration tests for each component.
@13XAVI 13XAVI self-assigned this Jul 12, 2024
@13XAVI
Copy link
Contributor Author

13XAVI commented Jul 12, 2024

Implementation Plan for Seller Dasboard

Deliverables by End of Week:

  • Implement a table to display All Sellers with search functionality.
  • Add pagination to handle large data sets.
  • view approved, pending, and suspended orders.

Schedule of Implementation:

Day 1: Saturday (13/07/2024)

  • Rebasing and product initialization
  • Fetching all sellers using React Redux Tool Kit

Day 2: Sunday (14/07/2024)

  • Diplaying all sellers in a table
  • Implementing pagination
  • Search functionality

Day 3: Monday (15/07/2024)

  • List all Pending,approved and Suspended sellers
  • Implement Edit and Delete Functionality
  • write all unit Tests

Additional Notes:

  • Regular reviews and testing at the end of each day to ensure progress and address issues.
  • Collaborate and communicate within the team to ensure smooth implementation.

@13XAVI 13XAVI linked a pull request Jul 21, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant