Project-Yicem / Yicem-backend

Backend application of Yicem
0 stars 0 forks source link

#30 admin enpoints #35

Closed AlperenYilmazyildiz closed 2 months ago

AlperenYilmazyildiz commented 2 months ago
oburakdogan commented 2 months ago
AlperenYilmazyildiz commented 2 months ago

Why are there multiple space changes without any functional change in the SellerService file, are those the changes that causing a merge conflict? Intellij fixes indentation automatically with control+alt+L, space changes because of this. They are not causing merge conflicts right now. I think Burak made changes in getOffers and markOfferSold functions. I did not tested them in my branch yet so did not resolve those conficts yet.

In the deleteSeller method, checking the existence of the offer by first getting it as an Optional object might be a good idea. Since it does not causes troubles and we have limited time, I think we can skip it right now.