This is a movie night tracking and voting app

discord movie-recommendation-app movie-web-app streaming twitch vote-application
6 Open Issues Need Help Last updated: Jun 15, 2025

Open Issues Need Help

View All on GitHub
[QoL] tag cleanup 2 months ago

AI Summary: This task involves cleaning up HTML meta tags and other code elements in a movie night voting app. This includes adding missing meta tags (permissions, format detection, author), correcting existing tags (JSON-LD, icon links, X-UA-Compatible), removing redundant attributes, adding ARIA attributes for accessibility (modals, theme toggle), implementing lazy loading for images, and updating the copyright date dynamically. It also requires adding a Content Security Policy and Bootstrap JS CDN link.

Complexity: 3/5
bug enhancement help wanted good first issue

This is a movie night tracking and voting app

JavaScript
#discord#movie-recommendation-app#movie-web-app#streaming#twitch#vote-application

AI Summary: Resolve a performance issue in a movie night voting app by removing redundant loading of Bootstrap 5 and Font Awesome CDNs. This involves either removing the `preload` attribute or implementing a `<noscript>` fallback to prevent Flash of Unstyled Content (FOUC).

Complexity: 2/5
bug enhancement help wanted good first issue

This is a movie night tracking and voting app

JavaScript
#discord#movie-recommendation-app#movie-web-app#streaming#twitch#vote-application

AI Summary: Fix a bug in a movie night voting app where the login/signup modals are nested incorrectly. The modals should be independent and have proper tab indexing.

Complexity: 3/5
bug enhancement help wanted good first issue

This is a movie night tracking and voting app

JavaScript
#discord#movie-recommendation-app#movie-web-app#streaming#twitch#vote-application

AI Summary: Fix accessibility issue in a movie night voting app by removing focusable elements from ARIA-hidden modals in the `index.html` file (around line 406). This involves inspecting the modal code, identifying and removing or disabling any interactive elements within the hidden sections to ensure proper accessibility.

Complexity: 2/5
bug enhancement help wanted

This is a movie night tracking and voting app

JavaScript
#discord#movie-recommendation-app#movie-web-app#streaming#twitch#vote-application

AI Summary: Improve the contrast ratio between the foreground color (#0D6EFD) and background color (#5B2E91) of the FlickPicker application to meet WCAG AA and AAA accessibility guidelines. This involves finding new colors within the existing color scheme that achieve a sufficient contrast ratio.

Complexity: 2/5
bug enhancement help wanted good first issue

This is a movie night tracking and voting app

JavaScript
#discord#movie-recommendation-app#movie-web-app#streaming#twitch#vote-application

AI Summary: Modify the 'Add Movie' modal form to make some fields optional instead of all required fields. This involves updating the form's validation logic to allow submission even if certain fields are left blank.

Complexity: 2/5
bug enhancement help wanted

This is a movie night tracking and voting app

JavaScript
#discord#movie-recommendation-app#movie-web-app#streaming#twitch#vote-application