5 Open Issues Need Help Last updated: Aug 5, 2025

Open Issues Need Help

View All on GitHub
Uncategorized Unknown

AI Summary: Set up a pytest testing framework for the Django backend of the TraceWing project, including test database configuration, writing unit tests for core models and API endpoints, and generating test coverage reports. This involves configuring pytest for Django, handling database setup for testing, and writing tests following best practices.

Complexity: 4/5
good first issue backend testing
Uncategorized Unknown

AI Summary: The task involves setting up Django REST Framework's built-in documentation features (Swagger/OpenAPI) for the TraceWing project. This includes enabling DRF documentation, adding basic API descriptions and sample request/response examples, and configuring automatic documentation generation. The goal is to create a basic, functional API documentation structure.

Complexity: 2/5
documentation good first issue backend
Uncategorized Unknown

AI Summary: Create a reusable UI component library for the React dashboard of the TraceWing project, including buttons, forms, cards, and a loading spinner. The library should be documented using Storybook.

Complexity: 3/5
good first issue frontend feature
Uncategorized Unknown

AI Summary: Design and implement a comprehensive, reusable UI component library for the TraceWing project using React 19 with TypeScript, Storybook, and Tailwind CSS. The library should include a wide range of components covering forms, navigation, data display, feedback, and interactive elements. Storybook should be used for component development, documentation, and testing, ensuring accessibility and design system integration (themes, accessibility features).

Complexity: 5/5
good first issue frontend feature
Uncategorized Unknown

AI Summary: Create comprehensive API documentation for the TraceWing project, including a getting started guide, detailed endpoint documentation with interactive examples using Swagger/OpenAPI, Postman collections, multi-language code examples, SDKs (JavaScript/TypeScript, Python, Mobile), integration guides, use case documentation, and developer resources. The documentation should be well-structured, easy to navigate, and serve as both a reference and a learning resource.

Complexity: 4/5
documentation good first issue feature