divolte / shop

Shop
1 stars 1 forks source link

Feature/past orders database #41

Closed genziano closed 4 years ago

genziano commented 4 years ago

New service: a postgres database, with just one table, that records who (email) bought what (item) at what price. A consumer of a new topic is almost ready, to be tested when the branch with the producer within the service is going to be included in master.

rvacaru commented 4 years ago

I see that many commits in this branch are also in branch toppick-update. In general we should avoid having a branch on top of another branch unless they really depend on each other. Usually for separate features / refactoring tasks we'd have two separate branches from master, so reviewers don't review the same code twice and the pull requests are smaller.

In case you want to have a branch based on another branch and open pull requests of those I would advice: