3 Open Issues Need Help Last updated: Jun 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement an expense tracking feature similar to the existing task scheduling functionality. This involves creating a transaction form for inputting expense details (name, category, description, price), and generating analysis views showing expense distribution by percentage and value (using bar charts and pie charts).

Complexity: 4/5
enhancement good first issue

AI Summary: Debug and fix a middleware issue in a Node.js backend application that causes an 'invalid token' error upon user login on a new day. The solution involves modifying the authentication logic to handle token refresh or validation appropriately.

Complexity: 3/5
bug help wanted

AI Summary: Debug and fix a bug in a React Kanban board application where adding or deleting columns doesn't automatically update the UI; requires refreshing the page to see changes. The issue likely lies within the component's state management and how it interacts with the backend API.

Complexity: 3/5
bug help wanted