Jump to content

Awmd-stats

From mediawiki.org
This page is a translated version of the page Awmd-stats and the translation is 100% complete.
Podręcznik o narzędziach dla MediaWiki
Awmd-stats
Status wydania: stabilna
Ostatnia wersja 2.0
Licencja MIT
Pobieranie
Przykład https://awmd-stats.toolforge.org/
Problemy : Otwarte zadania · Zgłoś błąd


awmd-stats an acronym for African Wikimedia Developers Statistics is a fully free software tool that lets you easily track technical contributions from Africans into all of MediaWiki core, extensions, skins and other Wikimedia projects that are hosted on Gerrit. This tool, hosted on Wikimedia's Toolforge infrastructure, comes with a minified interface and a chart that allows you to view relevant information about different contributors.

Wypróbuj to

Implementacja

Obecnie implementacja jest bardzo podstawowa. The tool feeds on a contributors.json file that it uses to hit Wikimedia Gerrit API endpoints to query data about the various users. Następnie przetwarza wszystkie dane i zapisuje je w pliku, a później wyświetla je w przeglądarce internetowej. Narzędzie to stara się być przyjazne dla użytkownika, dlatego działa na większości rozmiarów ekranów i/lub różnych typach urządzeń.

It's built in Python 3+ and Flask as the underlying framework, then uses some scripts for basic maintenance and setup to ease installation locally for development and contributions.

Heurystyka rankingowa

Narzędzie wykorzystuje system rankingowy, aby klasyfikować różnych autorów na podstawie ich poprawek i stanu poprawki. At the moment, assume that "m" is the number of patches merged and "n" is the number of patches under review, the formula is:

points = (2 x m) + n

Administracja

The current project administrators are Samuel Guebo and Derick Alangi.

Chcesz się przyczynić?

Bardzo docenilibyśmy Twoje pomysły i poprawki. Just follow the README.md instructions and get setup, then make your patch and we'll review it. Also, if you find a bug or have an idea for improvement, please just use the Phabricator board at the top right corner of this page or you can also subscribe and send an email to african-wikimedia-developers@lists.wikimedia.org reporting the bug and we will add it to our phabricator board.

Źrodło

Błędy i prośby o nowe funkcje

Please file them in the Phabricator project.