The part of the community website hosting all the backend and the services

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

Open Issues Need Help

View All on GitHub

AI Summary: Develop a FastAPI-based RESTful API for managing resumes, including endpoints for uploading new resumes, retrieving a user's resume history, fetching resumes for review, and submitting reviews. This involves creating a new router (`resume_router.py`), defining Pydantic schemas for request and response bodies, and implementing the corresponding API endpoints.

Complexity: 3/5
enhancement help wanted

The part of the community website hosting all the backend and the services

Python

AI Summary: Develop a ResumeRepository class for database interactions (CRUD operations) related to resumes, mirroring existing repository patterns. Create a ResumeService class to handle business logic, including validation to ensure only one resume is under review at a time. This involves database interactions, service layer implementation, and validation logic.

Complexity: 4/5
enhancement help wanted

The part of the community website hosting all the backend and the services

Python

AI Summary: Implement SQLAlchemy models for Resume and ResumeReview, including file_name, file_path, status, user_id, resume_id, reviewer_id, and comments. Generate an Alembic migration to update the database schema.

Complexity: 3/5
enhancement good first issue

The part of the community website hosting all the backend and the services

Python
Upgrade dockerfile images about 1 month ago

AI Summary: Upgrade the Dockerfile images used in the CommunityBackendService project to address security vulnerabilities, while minimizing image size. This involves identifying vulnerable images, finding suitable replacements, updating the Dockerfile, rebuilding the images, and testing the updated service to ensure functionality.

Complexity: 4/5
good first issue easy

The part of the community website hosting all the backend and the services

Python