10 Open Issues Need Help Last updated: Jul 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement an AI-powered feature that analyzes a user's 10 most recent reading records (insights and actions) to suggest common themes, key learnings, and future actions. This involves integrating with OpenAI's API using a structured MCP (Model Context Protocol) format for prompt creation and response handling, storing the results in a Supabase database, and updating the UI to display the AI's suggestions. The system should be designed for scalability and future expansion with LangChain and vector embedding.

Complexity: 4/5
enhancement help wanted

AI Summary: Integrate ChatGPT functionality into a reading record application. This involves adding a ChatGPT icon to the user's My Page, which, when clicked, copies a prompt (optimized by Cursor) to the clipboard and redirects the user to ChatGPT. A similar button should be added to the input screen. The prompt should be designed to help users refine their 'tomorrow's small action' based on their reading record entry.

Complexity: 3/5
help wanted

AI Summary: Debug and fix a frontend bug in a React application where the like count on a timeline displays "01" instead of "1" after clicking the like button. The issue resolves upon reloading the page, suggesting a problem with local state updates. The fix should prevent the incorrect display without requiring a page reload. The current priority is low, but a solution should improve user experience.

Complexity: 3/5
bug help wanted

AI Summary: Implement a badge system that awards users badges based on their number of posts. Badges are awarded after 1, 2, 3, 5, 10, and then every 10 posts thereafter. A dedicated page (/badges) should display the earned badges, accessible via a hamburger menu.

Complexity: 3/5
help wanted

AI Summary: Implement autocomplete functionality for book titles in a text area. The autocomplete should suggest previously entered book titles when the user types at least two characters, matching from the beginning of the title.

Complexity: 4/5
help wanted

AI Summary: Implement a favicon and replace existing emojis with a consistent icon set across all pages of the 'ichidan-dokusho-v2' application. This involves adding a favicon to the web browser tab and updating the icons used throughout the frontend.

Complexity: 2/5
good first issue