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

Order management system #17

Open
rusiruavb opened this issue Apr 27, 2021 · 0 comments
Open

Order management system #17

rusiruavb opened this issue Apr 27, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request feature New feature to the system

Comments

@rusiruavb
Copy link
Member

Need to implement an order management system to the application.
Scenario - When the user complete their payment process and it's valid, the system should automatically place the order in the system. And the order details should send to the user via email

Order modal class attributes

  • id
  • user_id -> reference to the user table
  • product_id -> reference to the product table
  • total unit price
  • created_date
@rusiruavb rusiruavb added enhancement New feature or request feature New feature to the system labels Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature New feature to the system
Projects
None yet
Development

No branches or pull requests

2 participants