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

Open Issues Need Help

View All on GitHub

AI Summary: The task requires choosing and completing ONE frontend task (implementing a useAuth hook or creating a Card component) or ONE infrastructure task (applying a workaround or creating a branch with a commit) from the given options within a 45-minute deadline. Evidence of completion (git diffs, command outputs) must be provided as a comment.

Complexity: 3/5
help wanted claude-code-task cc01 cc03 auto-assigned

ITDO ERP Project

Python

AI Summary: The ITDO ERP project's CI/CD pipeline has completely failed for 15 weeks, blocking all development. Admin-level intervention is required to fix GitHub Actions permissions, review and update pipeline configurations, and address repository-level blocks preventing successful PR merges. The goal is to restore the CI/CD pipeline functionality and unblock the development team.

Complexity: 4/5
bug help wanted cc03 auto-assigned

ITDO ERP Project

Python

AI Summary: Create a bash script `check_ci_status.sh` that analyzes the last 10 GitHub Actions workflow runs, counting successes and failures, identifying the most common failure reason, and outputting a report to `ci_status_report.txt`. The script uses the GitHub CLI (`gh`) and `jq` for JSON processing.

Complexity: 3/5
good first issue cc03 auto-assigned

ITDO ERP Project

Python

AI Summary: The task is to resolve a critical CI/CD pipeline failure that has blocked all pull requests for over 13 weeks. This involves implementing an emergency bypass to unblock development, analyzing the root cause of the 166 consecutive failures, and developing a sustainable solution to prevent future occurrences. The solution may involve temporary configuration overrides, emergency merge workflows, or modifications to branch protection rules, followed by a thorough investigation and remediation of the underlying CI/CD issues.

Complexity: 5/5
bug help wanted cc03 auto-assigned claude-code-infrastructure

ITDO ERP Project

Python

AI Summary: Update the `claude-code-usage-guide.md` document with new information on task management strategies (DART framework, phased vs. parallel approaches), experimental results from Issue #125 (effective task submission timing), and best practices (agent-specific handling, task classification). The update should be relatively minor, focusing on adding these sections to the existing guide.

Complexity: 2/5
documentation good first issue claude-code-task

ITDO ERP Project

Python

AI Summary: Write unit tests for several uncovered utility functions (email/phone validation, date/currency formatting, string manipulation) in a Python project using pytest. The goal is to improve code coverage and catch potential bugs early. Existing documentation and a clear outline of the functions to test are provided.

Complexity: 2/5
enhancement good first issue claude-code-task

ITDO ERP Project

Python

AI Summary: Fix minor mypy warnings in the `app/core/config.py` file of a Python FastAPI backend. This involves adding explicit Optional type annotations where needed, improving existing type annotations for better precision, and removing unused imports. The task is focused on improving type safety without altering functionality.

Complexity: 1/5
enhancement good first issue claude-code-task

ITDO ERP Project

Python

AI Summary: Add comprehensive edge case tests for the User Service authentication functionality in a Python/FastAPI backend. This involves identifying at least 5 edge cases (e.g., empty credentials, special characters, SQL injection attempts), writing unit tests for each, ensuring all tests pass and follow existing patterns, and verifying increased test coverage for the authentication module. The tests should cover both successful and failed authentication scenarios, using existing testing frameworks and mocking external dependencies.

Complexity: 3/5
enhancement good first issue

ITDO ERP Project

Python

AI Summary: Investigate and document the blockers preventing the enabling of TypeScript strict mode in the ITDO ERP project's frontend. This involves running the TypeScript compiler with strict mode, categorizing the resulting errors, identifying common patterns, and proposing an incremental migration strategy with effort estimations. The findings will be documented in a report to inform future refactoring.

Complexity: 3/5
enhancement help wanted

ITDO ERP Project

Python

AI Summary: Translate the existing project README.md into both Japanese and English, ensuring clear separation between languages, consistent formatting, and accurate translations for key sections like project overview, installation, usage, and contributing. Add language indicators for easy navigation.

Complexity: 2/5
documentation good first issue

ITDO ERP Project

Python