Open Issues Need Help
View All on GitHubAI 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.
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).
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.