4 Open Issues Need Help Last updated: Mar 8, 2026

Open Issues Need Help

View All on GitHub
Web Development Web Application

AI Summary: This issue proposes adding German language support to a Flask application using Flask-Babel. The task involves installing the library, marking user-facing strings for translation, creating German translation files, and implementing a language switcher. The goal is to make the application accessible to German-speaking users, particularly those in Berlin.

Complexity: 2/5
good first issue i18n
Web Development Web Application
Dark / light theme toggle about 2 months ago

AI Summary: This issue proposes adding a dark/light theme toggle to the application. The toggle should switch between the existing dark theme and a new light cinema-style theme, with the user's preference saved in localStorage. The implementation involves CSS modifications for the light theme, adding a button to the header, and JavaScript to handle the toggle and persistence.

Complexity: 2/5
good first issue frontend
Web Development Web Application

AI Summary: This issue proposes adding a new 'currently watching' status for movies, alongside existing 'watched' and 'watchlist' options. The implementation involves modifying models, templates for user details and feeds, and CSS for styling. It also requires updating activity display and adding a status toggle button on movie cards.

Complexity: 2/5
good first issue frontend backend
Web Development Web Application

AI Summary: This issue proposes replacing a dropdown rating selector with an interactive star rating component. Users will be able to select ratings from 0.5 to 5.0 using clickable star icons, with support for half-star selections. The implementation should be done using pure JavaScript and CSS, without relying on any frameworks.

Complexity: 2/5
good first issue frontend