xebia-functional / scala-days-ios

Official iOS app for Scala Days
http://www.scaladays.org
25 stars 8 forks source link

Use dynamic url from server #82

Closed miguelangel-dev closed 4 years ago

miguelangel-dev commented 4 years ago

Issues

Description

Instead of consuming always a JSON whose URL is hardcoded, we want the app to retrieve the origin of the data in advance.

@rafaparadela could you add more information about how to use the added parameter testMode - I could not see it in the response, and not sure how to use in the query. Thanks.

rafaparadela commented 4 years ago

That’s for me. This is the way the backend knows that it has to change all the dates of the talks. That’s all. @miguelangel-dev

miguelangel-dev commented 4 years ago

That’s for me. This is the way the backend knows that it has to change all the dates of the talks. That’s all. @miguelangel-dev

Great, I thought I could receive this parameter to filter in prod and show in debugging. It could be interesting, but it is out of the scope for this issue. Thanks.