commons-app / apps-android-commons

The Wikimedia Commons Android app allows users to upload pictures from their Android phone/tablet to Wikimedia Commons
https://commons-app.github.io/
Apache License 2.0
1.01k stars 1.19k forks source link

Allow users to send Thanks for other photos in Explore #2016

Open misaochan opened 5 years ago

misaochan commented 5 years ago

This was inspired by #1963 , but slightly different. AFAIK, the "Thanks" mechanism already exists in Commons. Is there an API that we can use to allow users to send Thanks via the app when browsing other people's images, similar to "Nominate for deletion" for our own images? Since the framework already exists in Commons, there should be no need for server-side implementation, thus making this a possible task for stuff like the 2019 hackathon #1962 . :) @nicolas-raoul @VojtechDostal

neslihanturan commented 5 years ago

I think before 2019 hackathon, we can make 2018 hackathon task ready for production first. Since these two tasks were very similar, I don't think "thanking" would b suitable for 2019. It would look like repetition of 2018 hackathon IMO. What do you say @misaochan ?

misaochan commented 5 years ago

Wasn't the 2018 hackathon task patrolling? I wouldn't mind adding the polishing of the patrol task as an option, I think Vojtech mentioned that they want several task options though so people can choose which task they want. :)

neslihanturan commented 5 years ago

It was voting, both patrolling and thanking. But it was a separate activity, so it can be a good idea to include this option to explore feature.

misaochan commented 5 years ago

Oh, okay! So it taps into the Thank system in Commons already? In that case yeah, we can convert this task to tying it up with Explore activity.