Send in-app feedback to wiki page instead of email
See original GitHub issueCurrently, the Feedback
button (in the app’s main menu) opens an email editor.
For privacy reasons, let’s switch to a form that posts the same information to the top of https://commons.wikimedia.org/wiki/Commons:Mobile_app/Feedback
For logged-in users:
- Show a form:
- 4-lines high text area where the user must write a custom message.
- Checkboxes for each line of debug information (for instance
API level: 30
,Android version: 11
, etc). The user can unselect the debug information that will be sent. For instance, if the user does not want others to know that they are using a SM-G986B phone (for privacy reasons), they can uncheck the checkbox at theDevice model: SM-G986B
line.
- Post the content as a new section at the top of https://commons.wikimedia.org/wiki/Commons:Mobile_app/Feedback . Adding a new section to a wiki article is already implemented by the app in other places, such as peer review, so it should be rather easy to implement.
The probability of two users sending feedback at the exact same time is very low, but please just try to minimize the time between reading the content of the page and posting the updated content.
If the user is not logged in, just open the user’s browser at https://commons.wikimedia.org/wiki/Commons:Mobile_app/Feedback (rationale: once there the user will be able to add a new section, and will receive the WMF’s official disclaimers regarding their confidentiality)
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Wikipedia:Article Feedback/Feedback response guidelines
Wikipedia :Article Feedback/Feedback response guidelines ... The Article Feedback Tool gives users an easy option to leave suggestions on how to improve pages....
Read more >How do I give feedback on Microsoft 365?
Select Help & Feedback > Send Feedback. From a Microsoft 365 app, select your profile picture in the top left.
Read more >Knowledge base - Confluence - Atlassian
To get started, navigate to the feedback forms collections page. In the sidebar select the 'Data collection' icon and choose 'Feedback ...
Read more >Helpshift: In-App Mobile-First Customer Service Platform
Helpshift is a mobile-first customer service platform that delivers a superior in-app help experience for many of the world's top mobile apps and...
Read more >General Feedback Mechanism (Design Page) - OpenMRS Wiki
Ideally, this is ubiquitously available in the interface in a simple & intuitive format – e.g., a "Feedback" link (or button) or an...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
edit: removed the old question 😅 i figured it out. sorry for bothering
@nicolas-raoul thanks its working. I used the same code of peer review. I will do a PR after adding unit tests. or will create a draft PR if you want to test the functionality and UI. Thanks 😃