bounswe / bounswe2020group9

0 stars 4 forks source link

iOS - Search Results Data Type Change Adaptation #335

Closed alcanunsal closed 3 years ago

alcanunsal commented 3 years ago

Since backend team changed the return type of search api, we need to adapt our mobile app to accommodate this change. I believe this will be possible by stopping using SearchProductData and start using ProductData instead in MainViewController and SearchResultsViewController.

Deadline: 25.01.2021, 18.00

alcanunsal commented 3 years ago

It seems like the problem was due to a string concatenation error in the backend. The problem is fixed by @ibrahimorhan so I'm closing this issue.