4 Open Issues Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub
AI/ML Resume Generation

AI Summary: Integrate a PDF parser and a 7B parameter language model into a Flask backend and React frontend application. This involves updating the backend to use the new model, modifying the frontend to call the updated backend for profile setup and answer generation, and implementing rate limiting for the PDF parser to control OpenAI costs.

Complexity: 4/5
help wanted
AI/ML Resume Generation

AI Summary: Improve the user interface (UI) of profile setting pages by adding X padding to form placeholders and setting a maximum height for edit and remove buttons using CSS.

Complexity: 2/5
good first issue
AI/ML Resume Generation

AI Summary: Implement a PDF parser in TypeScript to extract text from uploaded PDF files. The parser should handle various formats and layouts, integrate with an existing profile enhancement workflow, and include robust error handling for corrupted files. The existing `parsePdfText(file: File): Promise<string>` function interface must be maintained.

Complexity: 4/5
bug help wanted
AI/ML Resume Generation

AI Summary: Add comprehensive unit tests to cover Firebase service functions, profile enhancement logic, question generation algorithms, and answer library filtering/search. The goal is to achieve greater than 80% code coverage.

Complexity: 4/5
help wanted