User Details
- User Since
- Dec 11 2019, 5:17 PM (331 w, 1 d)
- Availability
- Available
- IRC Nick
- hesoyam
- LDAP User
- Sanyam.wikime
- MediaWiki User
- Sanyam.wikime [ Global Accounts ]
May 14 2020
@Pavithraes A gentle reminder, can I get a debrief on the rejection of the proposal. It would be of great help for improving on those points. Thanks.
Apr 30 2020
Apr 29 2020
Apr 27 2020
Apr 23 2020
Apr 21 2020
@Pavithraes @Medhabansal @D3r1ck01
I have made significant improvements in the prototype over the time.
I have outlined all the main points in the summary. The bot is live on zulip as @wikibot and bot dashboard can also be accessed at previously shared link.
It would be great if you can look through the summary and bot, as per your convenience . I would appreciate your feedback. Thanks :)
Apr 20 2020
Apr 16 2020
Apr 9 2020
Mar 31 2020
Mar 28 2020
@NavinoEvans No worries, thanks for reviewing. :)
Mar 26 2020
Mar 21 2020
Mar 20 2020
@NavinoEvans Hi, I submitted patches at
https://gerrit.wikimedia.org/r/579607/
https://gerrit.wikimedia.org/r/579609/
Can you please review them ? Thanks.
Mar 19 2020
@D3r1ck01 What should be more preferable for the bot backend Flask/Django ? I lean a bit towards flask as it is light and seems more suitable fulfilling over requirements in this case. (the zulip botserver is also built over flask).
Mar 16 2020
Hi everyone , I am Sanyam, Electrical and Electronics Engineering Sophomore at BITS, Pilani. I am interesed in working on this idea as a GSoC summer project. I am used to working with python-based backneds and handling APIs. Earlier I have created a messenger bot at my university to reply to basic queries (contacts, course details, food menus, etc.). I have gone through the API documentation at zulip, found it easy to grasp and of great help in the execution of the project.
I have already worked on some patches at hashtags.
Looking forward to contributing to a tool which will assist the upcoming contributors. Thanks :)
github : https://github.com/sanyam-git
@NavinoEvans @Eugene233
What is the scenario of images setup for verification :
- Only images to which structured data was added using ISA tool or
- All images from respective category (and having some structured data) from Commons
@NavinoEvans The name of the country we are saving to the database is taken from the category only if the image category have something like Wiki Loves Campaign or Wiki Loves Country. If we want to replace the unkown country part, then we should parse all the categories of the image to get the country.
Example : https://commons.wikimedia.org/wiki/File:Konparu-sakae-east.jpg
Category : Sakae Mori no Chikagai | Cafe Konparu (Nagoya) | April 2019 in Nagoya | Pages with local coordinates and missing SDC coordinates | Media with locations | CC-BY-SA-4.0 | Self-published work | Japan photographs taken on 2019-04-05 | Pages with maps
would result in selecting country as Japan after parsing categories.
Any thoughts on this would be helpful ?
Mar 13 2020
The feature of false as a test was added in version 2.11.0 (https://jinja.palletsprojects.com/en/master/changelog/) (https://github.com/pallets/jinja/pull/824)
So should we add version conditions (like Jinja2>=2.11.0) to requirements.txt ?
@Gabrielchl Just update your local repo till the following commit 37d7308f2b890adaaab8226de38e20dc51c448e1 and go to 127.0.0.1:5000
The possible fix is changing username is not false to username is not sameas false.
Mar 10 2020
Where should I discuss/propose a subtask/microstask ?
Hi, I am Sanyam, Electrical and Electronics Engineering Sophomore at BITS, Pilani. I am interesed in working on this idea as a GSoC summer project. I am used to working with python-based backneds and worked full-stack. I have browsed through the codebase at gerrit and developd a thorough understanding. I have also submitted a patch and understood the working of gerrit. I have contributed at hashtags.
Can someone suggest what other microtasks to pick up from the ISA workboard (like whcih category? backlog/incoming bugs). It will be really helpful. Thanks.
github : https://github.com/sanyam-git
Mar 9 2020
Mar 7 2020
I want to work on this task.
- If the user enters Hashtag ,then we should select for HashatgAB (suffix wildcard) only or wikiHashtag (prefix wildcard) also ?
- rather than displaying all the results, should we display like Top 10 hashtags similar to the searched when, then if the user is interested he/she can click on the respective hashtag and get results for that. It will be more feasible for our backend.
Eg. User searches for lib then with we will also select the best 10 distinct matches and display it.
#1lib1ref, #libwiki, #100libwiki. #wikipedialib, etc.
Can you share your thoughts on this @Samwalton9
I checked the library repo at https://github.com/select2/select2. The best possible fix seems to be changing
var enoughRoomAbove = viewport.top < (offset.top - dropdown.height); to var enoughRoomAbove = false; , if we want the dropdown to be below always.
The library still doesn't provide an option to set the above and below behavior by user.
specific file can be seen at https://github.com/select2/select2/blob/develop/src/js/select2/dropdown/attachBody.js (line 176).
I have already tested this and it works great on mobile and desktop views.
Should I create a patch ? Thanks.
Mar 5 2020
Thanks @zhuyifei1999 for reviewing the patch. I will consider the appropriate changes.
Thanks @Gabrielchihonglee for mentioning the issue with the policy. I didn't know before about that, I viewed some other projects on Wikimedia using cdnjs.com and other external services for static part, so I suggested the same for ISA. But as stated by you, this doesn't comply with Wikimedia's policies, so should I do the opposite of that ?
Should I rename the task and description also to depict the opposite also ?
Mar 4 2020
patch submitted at gerrit-576824
@Gabrielchihonglee I found six of those in layout.html (2 *.css and 4 *.js)
Feb 7 2020
Jan 29 2020
submitted pull request for the task.
pr submitted at https://github.com/WikipediaLibrary/hashtags/pull/55
Jan 27 2020
Jan 25 2020
@Samwalton9 So for example if a hashtag with result data span for say 2 years is viewed in daily mode, then will not it become messy. Like
.Jan 24 2020
@Samwalton9 This is what I got after
docker ps
@Samwalton9 I tried setting up the library card platform using the Quick Installation Guide.
But when running it on the browser as localhost. It gives the following error :


