1chooo / feather-feast

Supply meal ordering system on the LINE BOT.
MIT License
3 stars 1 forks source link

Value Error in launching products #3

Open 1chooo opened 1 year ago

1chooo commented 1 year ago

Description:

If Store Users enter the wrong type in the input layer while launching products, it could lead to a gateway 500 error.

Steps to Reproduce

  1. Add the logic statement when get the form_data
  2. Add the details in ./templates/form.html

Actual result:

Screen Shot 2023-04-05 at 8 37 46 PM

Expected result:

Update the status directly.

Assigned

@1chooo

Additional Information

some if/elif/else, try/except/catch.