Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding a new feature to the application: a button that allows users to watch a random film. This is a straightforward enhancement request that would likely involve implementing a new UI element and a backend logic to select and present a random film from a collection.
AI Summary: This issue proposes two refactoring tasks: first, to create a reusable component for the `<head>` tag to eliminate duplicate code across templates. Second, it suggests moving from a CDN-hosted Bootstrap JavaScript to a locally served, minified version. This change would involve downloading the Bootstrap JS file and serving it from the project's own server, mirroring the current approach for CSS files.
AI Summary: This issue proposes adding a keyboard shortcut, such as '/' or 'Ctrl+K', to quickly focus the search bar on the /search page. This enhancement aims to improve user experience by providing a faster way to initiate searches.
AI Summary: This issue proposes adding an improved method for estimating the number of unique users. The goal is to enhance the existing functionality by providing a more accurate or efficient way to track distinct users.
AI Summary: This issue proposes adding a new frontend component to collect user feedback. The implementation requires the completion of user login functionality to prevent spam, and the feedback data will be stored in a database and displayed on an admin panel.