-
Notifications
You must be signed in to change notification settings - Fork 1
VIII. Known Issues
Frederik Wulf edited this page May 5, 2023
·
3 revisions
Currently there are no breaking issues known.
- Initial Project startup https://github.com/fredyyy998/ecommerce/issues/2
-
Product administration endpoints of the
inventory-service
- They offer the necessary tools to administrate a product but they are not very user friendly to use
- Having an endpoint to add a specific number of product stock is nice, but there also should be the possibility to simply change the stock of a product
-
Products can in theory have different currencies, but the shopping cart does not differ them, tho there could be a shopping cart with different currencies
- This is minor since there is no endpoint to change the currency of a product, but it could be a future feature
-
The shopping cart response does not return the current currency of the shopping cart
-
Products know their tax rate, but until the product is in the order the tax is lost. On the order a tax value must(?) be marked.