xebia-functional / scala-days-ios

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

Link to anonymous feedback #78

Closed rafaparadela closed 4 years ago

rafaparadela commented 4 years ago

This issue is linked to this one https://github.com/47deg/scala-days-backend/issues/102

In the backend, we added some changes to include a link at the info level. As you can see, every conference now includes a required link called feedback:

"info": {
    "id": 20201,
    "name": "scala-days-lausanne-2020",
        ...
         "feedback": "{Any google form link}"
}

The idea is to show a fixed button in the Code of Conduct screen to redirect the user to a form via the default browser.

Simulator Screen Shot - iPhone 11 Pro Max - 2020-02-27 at 15 58 52

miguelangel-dev commented 4 years ago

Done in PR https://github.com/47deg/scala-days-ios/pull/77