OpenUnited / platform

Other
41 stars 66 forks source link

Fully integrate service for `commerce` app #7

Closed dogukanteber closed 1 year ago

dogukanteber commented 1 year ago

This PR fully implements a service for commerce app.

I made sure that every feature was implemented. I also modified the load_sample_data.py script to generate sample data. Finally, I wrote a view for the home page.

From now on, I plan to implement services and views as I go. Implementing only services may lead to redundancy for some models and it is error prone.