User Details
- User Since
- Oct 9 2022, 4:10 PM (119 w, 5 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Tobianointing [ Global Accounts ]
Mar 7 2023
Oh alright.
@Slst2020, I apologize for the delay. My system has some slight issues that I should fix tomorrow, and I will get back to you as soon as possible. In the meantime, I have successfully completed all the steps in the tasks, but I am currently stuck on the last step:
Set up your development environment following the instructions here: https://github.com/wikimedia/toolhub/blob/main/docs/CONTRIBUTING.rst.
I believe I will be able to resolve the issue tomorrow. If not, I will reach out to you for further assistance. Thank you for your understanding.
Feb 27 2023
Nov 23 2022
Congratulations @NicoleLBee and @Hannah_Njoroge.
And to everyone one of us that participated in these tasks we are all going to be great.
And a very big thank you to our mentors @Slst2020 and @Damilare
Oct 28 2022
Alright @Damilare thanks so much.
Hello everyone, could you kindly offer your suggestions on how to implement all language translation on the app, similar to the one in CitationHunt?
Oct 26 2022
Oct 25 2022
Oct 21 2022
@nnekasandra You are not using the search tool's endpoint. The route to the page that displays the search result is what you are calling in your code; the response you receive will be an HTML page.
https://toolhub.wikimedia.org/api/search/tools/ is the correct endpoint.
Hi, @Umwarijovial, you are not contributing to any projects on Github.
We have been assigned two micotasks to complete: a python task (T318512) and a frontend task (T318512).
See one of the mentors @Damilare's comment T317083#8319974 for a more thorough response to your question.
Oct 18 2022
@nnekasandra
Returning this:
{<tool name>: (<number of missing fields>, <days since the tool was last edited>)}
Is the task .
Oct 17 2022
@Amisha27, @Durotimi-Hector.
Alternatively, you can use the endpoint:
https://toolhub.wikimedia.org/api/search/tools/?q=name:pywikibot. This will return only the results that have the query parameter value (pywikibot) in the name field. I found that the backend was using elasticsearch, which makes this possible.
Oct 14 2022
Oct 13 2022
Hi @Alvinokafor according to the explanation in the Brief Summary section on https://phabricator.wikimedia.org/T317083, I don't think you need to create a jupyter notebook if you are only going to be working on the front-end task.
However, if you need resources on how to set up your jupyter notebook check this link https://wikitech.wikimedia.org/wiki/PAWS/Getting_started_with_PAWS.
I will advise you to go to task https://phabricator.wikimedia.org/T318512 there is a detailed explanation and links to the necessary resources on how to go about it.
Oct 12 2022
Oct 11 2022
@Samuel00123 as stated on the task the home page I believe it would be like a landing page that tells us more about the toolhub record management web application check out this link of an example homepage of one of the tools in toolhub for ideas.
@Damilare, thanks you so much for the reply.
Oct 10 2022
this a link to the toolhub.
Hi @Damilare please can I use typecript for this project?