golang-app / ecommerce

e-commerce written in Go and HTMX
MIT License
68 stars 16 forks source link

pricing module #46

Open bkielbasa opened 1 year ago

bkielbasa commented 1 year ago

The price in the product catalog object is a code smell. The price should be extracted from it and moved to a separate module that will keep the whole logic about prices, discounts, and promotions there.