10 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub
Update Readme about 2 months ago

AI Summary: Update the project's README.md file to include comprehensive documentation for all features listed, including screen monitoring, eye tracking, focus analytics, smart feedback, authentication, and the personalized dashboard. The documentation should clearly explain the functionality and purpose of each feature.

Complexity: 3/5
documentation enhancement good first issue priority:high
Enhance Home page 2 months ago

AI Summary: Enhance the home page of the Screen Time Recorder application by improving the layout, adding an engaging hero section with background visuals, ensuring consistent design elements (color palette and typography), and performing thorough cross-browser and cross-device testing.

Complexity: 3/5
enhancement good first issue ui/ux frontend priority:high

AI Summary: Design a MongoDB schema to store user browser activity data for the Screen Time Recorder application. This schema should support recording details such as timestamps, URLs visited, and potentially eye-tracking data to differentiate between effective and ineffective study time.

Complexity: 3/5
good first issue backend database priority:high

AI Summary: Adjust the styling and alignment of the "Show Password" icon in a React password input field. The icon needs to be changed to a gray color and repositioned to align perfectly with the right border of the input field, removing any extra spacing.

Complexity: 2/5
bug enhancement good first issue frontend priority:low

AI Summary: Create the basic file structure for a Chrome extension to support the Screen Time Recorder project. This involves setting up the manifest.json file, a background script (background.js), and a content script (content.js) to handle communication between the extension and web pages.

Complexity: 2/5
good first issue priority:high Extension

AI Summary: Implement a feature to automatically categorize websites visited by the user based on a predefined list of domains and categories. This will enhance the Screen Time Recorder's ability to analyze screen time by providing more context to the websites visited, improving the accuracy of focus analytics and smart feedback.

Complexity: 4/5
enhancement good first issue backend priority:medium

AI Summary: Fix the alignment issues in the navbar of the Screen Time Recorder application. This includes correcting the alignment and ensuring proper color schemes for both light and dark modes. The provided image shows the current misalignment.

Complexity: 2/5
bug enhancement good first issue frontend priority:high

AI Summary: Integrate React Router into the existing React frontend of the Screen Time Recorder application to manage navigation between different views or pages. This involves installing the necessary package, configuring routes, and updating component structure to utilize the router for navigation.

Complexity: 2/5
enhancement good first issue frontend

AI Summary: Design and implement a responsive landing page for the Screen Time Recorder web application. The landing page should clearly communicate the app's value proposition (tracking study time, identifying difficult topics, providing study resources), and include clear calls to action for signup/login.

Complexity: 3/5
enhancement good first issue ui/ux frontend priority:high
Create Components 3 months ago

AI Summary: Create the necessary React components for the Screen Time Recorder application. This involves setting up a components folder within the client directory and building out the UI elements based on the project's features (screen monitoring, eye tracking visualization, focus analytics display, smart feedback mechanisms, and a personalized dashboard).

Complexity: 3/5
enhancement good first issue