3 Open Issues Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Modify the password reset functionality to redirect the user to the home page after successful login following password creation. This involves identifying the appropriate point in the login process (likely after a successful authentication check) and implementing a redirect to the home page URL.

Complexity: 2/5
bug: minor UX good first issue

Source code for Wikipedia Speedruns!

JavaScript
Cache language about 2 months ago

AI Summary: Implement persistent language selection for users on wikispeedruns.com. This involves storing the user's preferred language (likely in a session or database) and using that language to render the website content. The task requires familiarity with the website's frontend framework (likely React or similar) and backend (Flask).

Complexity: 3/5
UI UX good first issue community request

Source code for Wikipedia Speedruns!

JavaScript

AI Summary: The task requires adding functionality to the Wikipedia Speedruns website to display the number of world records (WRs) and personal records a user has on their profile. This involves querying the database to count the relevant records associated with each user and then updating the user profile display to show this information.

Complexity: 3/5
UI good first issue community request

Source code for Wikipedia Speedruns!

JavaScript