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

Open Issues Need Help

View All on GitHub
Software Development Document Generation

AI Summary: Containerize the DocForge application using Docker, including creating Dockerfiles for the backend (FastAPI) and optionally the frontend (Next.js), a docker-compose.yml file for local development, a .dockerignore file, and updating the README with clear instructions on building and running the Dockerized application.

Complexity: 3/5
bug help wanted

Idea to Software Documents

Python
Software Development Document Generation

AI Summary: The task involves debugging a frontend API call that's sending a POST request to the wrong endpoint for initiating document generation. The solution requires correcting the endpoint URL in the `generateDocuments()` function within `src/lib/api.ts`, ensuring the `project_id` is correctly included in the URL path, and adjusting the request body to match the expected `PipelineConfig` schema. This will fix the 404 error and enable proper document generation.

Complexity: 3/5
bug good first issue help wanted

Idea to Software Documents

Python
Software Development Document Generation

AI Summary: Debug a file storage issue in a Dockerized FastAPI application. The application generates documentation files, but they are not saved to the expected location, resulting in 404 errors when attempting to access them. The task involves inspecting the file writing process within the application's backend, potentially investigating relative paths, file permissions within the Docker container, and the interaction between the backend and the database.

Complexity: 4/5
bug good first issue help wanted

Idea to Software Documents

Python