wikiloop-doublecheck
wikiloop-doublecheck copied to clipboard
WikiLoop DoubleCheck: a web tool to help review Wikipedia edits easily and collaboratively.
Taking about 5s ~ 10s to load. In one of the case, it takes 67.9s. Solution steps: [ ]. *mitigation*: change diffing query from pre-render to post-render. [ ]. *solution*:...
Given the WMF Toolforge now supports newer version of Kubernetes, we want to re-evaluate the feasiblity to migrate hosting from Heroku to WMF Toolforge Ref: - https://techblog.wikimedia.org/2020/05/18/a-better-toolforge-upgrading-the-kubernetes-cluster/ - https://techblog.wikimedia.org/2020/06/11/a-better-toolforge-part-2/
``` ga_id= session_id=reQPWkCUgjHZZPJZNqYYQyUKIh00XOlC level=info message="PERF 159ms 200 GET /api/metrics" nuxtServerInit req.session.id Q_FvX5BTXdFqsNBD8hS60sgjbwPe7Z6D nuxtServerInit store state clearProfile because req.user is not defined nuxtServerInit done ga_id= session_id=AhD7wD9yGuaczAJHmzw8C2kxmN-UBdsl level=info message="PERF 142ms 200 GET...
``` So I have this issue where ill mark something as needing reversion but the revert button wont pop up. ``` From: L3XI
Currently we are using the yaml as format for our locales. Since i18n involves a lot scattered toolings and hand editing, it's better that we do some validation. ## Solution...
We want to show better diff 1. For a detected revision, if the same author authored the past N consecutive revisions from the same article, combine their diff-s #225 2....
Feedback from User:Alsee on https://meta.wikimedia.org/wiki/WikiLoop/DoubleCheck/RfC:Levels_for_WikiLoop_DoubleCheck_Reviewers?veaction=editsource§ion=6 ``` It's important for the tool to prominently display whether there are unread Notifications or unread Talk messages for the user. If the user's edits...
Diff fetching on server side introduces - additional latency - QPS from our server to MediaWiki - additional server load causing by client side querying the our instances. Similar to...
We need to support HTTPS for better security. Currently blocked on - [ ] generate a SSL certificate - [ ] migrating WMF local instance to support HTTPS provided a...