cbeyls / fosdem-companion-android

FOSDEM Companion for Android
Apache License 2.0
139 stars 93 forks source link

Add feature to rate the talks #26

Closed fredg02 closed 10 months ago

fredg02 commented 7 years ago

Please make it easier to rate talks, because only a few people will go back to the website to give feedback.

cbeyls commented 7 years ago

Right now there is a "Send feeback" link below every talk description which links to the website. I don't want to spam users with popups either. To make the feedback process easier you may want to make the website more responsive so the UI is better suited to phones.

fredg02 commented 7 years ago

Sure, nobody wants popups. I actually meant just having the feedback form in the app instead of just a link to the website. I don't know if the forms could be filled with a REST API or something similar though. If not, it would require some changes on the FOSDEM website as well.

cbeyls commented 7 years ago

The app can call a REST API, but if you use reCAPTCHA to prevent spamming the web form, you also need to provide a way to prevent spamming the API.

cbeyls commented 10 months ago

I added a dedicated "Submit feedback" button in 212faa8d7c44180757d8d72214f609cb859df166 This button is tied to feedback_url, a new field in the XML data.

fredg02 commented 10 months ago

Thanks for adding the feedback button. It took a while 😆, but it is still very much appreciated.