Vanshika Arora
Vanshika Arora
That sounds like a good idea @nicolas-raoul. There were few points in my mind How are we going to utilise the memo added by a user? Is it like clicking...
Just one more question, please. These notes will be verified by us wikimedia(for relevance) before publishing or all of them would be published?
>And removing the inactive icons rather than greying them out. That sounds like a great idea. I can work on this
>Thanks @vanshikaarora ! I think we don't have a separate issue for that yet, would you mind creating the issue (and stating that you are going to work on it...
>The edit should be made with a particular edit tag, so that we can keep track of this feedback and impact the changes: > Add the "closed" property to items...
@nicolas-raoul I have gone through the API's available [here](https://commons.wikimedia.org/w/api.php). And I have found that we can create a new description entity for each of these talks. [Here](https://commons.wikimedia.org/w/api.php?action=help&modules=wbsetdescription) was an API...
>To display the current content of the talk page, https://commons.wikimedia.org/w/api.php?action=help&modules=flow-parsoid-utils (also with title being "Talk:" + the item QID) seems like a good solution. Ok I'll use this API @nicolas-raoul...
>Append content to a talk page that already has some content @nicolas-raoul Is this available currently?
@nicolas-raoul I have parsed the API using ``` public String readFeedback(String source) throws IOException { public String readFeedback(String source) throws IOException { return api.action("flow-parsoid-utils") .param("from", "html") .param("to", "wikitext") .param("content", source)...
>Then either just display it like this (easiest) @nicolas-raoul Do you mean using a WebView here?