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