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 coupon's functionalities #103

Closed
5 tasks
wayneleon1 opened this issue Jul 18, 2024 · 0 comments · Fixed by #109
Closed
5 tasks

Implement coupon's functionalities #103

wayneleon1 opened this issue Jul 18, 2024 · 0 comments · Fixed by #109
Assignees

Comments

@wayneleon1
Copy link
Contributor

wayneleon1 commented Jul 18, 2024

Description:

We need to implement coupon functionalities on the frontend side of our project to allow vendors to create and manage coupons. This feature will enable vendors to offer discounts to their customers by generating and controlling coupon codes.

Acceptance Criteria:

  • A form is provided for vendors to create new coupons, including fields for coupon code, discount type (percentage or fixed amount), discount value, expiration date, and usage limits.
  • Vendors can view a list of their created coupons with details such as the code, discount type, discount value, expiration date, and usage status.
  • Vendors can edit or delete existing coupons.
  • The coupon management section is styled to match the overall design of the project using Tailwind CSS.
  • The feature is responsive and performs well across different devices and screen sizes.

Additional Notes:

  • Ensure that the Backend API endpoints for creating, updating, and deleting coupons are available and optimized.
  • Ensure proper testing is conducted to validate the functionality and performance of the coupon management feature.
  • Consider security implications, such as ensuring only authorized vendors can create and manage their coupons.
@wayneleon1 wayneleon1 self-assigned this Jul 18, 2024
@wayneleon1 wayneleon1 added the WIP label Jul 18, 2024
@wayneleon1 wayneleon1 linked a pull request Jul 19, 2024 that will close this issue
5 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