JetBrains-Research / JetBrains-Research/Python-Solution-Preference

[019] Resume Builder (MVP)

Đang mở
#19 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Không có dữ liệu ngôn ngữ
Star
2
Fork
0
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

## Overview

A single-resume service. One resume exists system-wide. Anyone can read it. Editing requires password: `resume-editor-2025`.

Build this as a Python backend service with no UI; expose the functionality below through an HTTP API.

No accounts, file uploads/downloads, or external integrations.

## Public View

Read-only resume data. Sections appear in this order: **Headline → Summary → Experience → Education → Skills**.

**Empty states:**
- Before first save: Return a message like "Resume not set up yet." (no section content)
- After save with empty sections: Return per-section messages (e.g., "No experience added yet.")

## Edit Access

**Password requirement:** Edit operations require the password. Missing password returns an error. Wrong password returns an error.

## Editing

All sections are editable. On save:
- **Save**: Validates, persists, returns confirmation

**Validation:**
- All text fields are trimmed before validation; trimmed values are what is stored and returned
- Invalid fields return errors and block save
- Required fields that are empty (after trimming) must return errors

## Fields

| Section | Fields | Required | Max Length |
|---------|--------|----------|------------|
| Headline | (single text) | Yes | 100 |
| Summary | (single text) | No | 500 |
| Experience | Title, Date range, Description | All required | 100, 100, 1000 |
| Education | School name, Program, Date range | All required | 100, 100, 100 |
| Skills | (list of labels) | — | 50 each |

**Experience & Education:** User can add, edit, remove entries. Entries are returned in creation order. Empty lists allowed.

**Skills:** User can add and remove. Returned in add order. Empty list allowed. **Validation at add time:** duplicates blocked (case-insensitive comparison, error: "Skill already added.") and length enforced before skill enters the list.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

No files, tests, or entry points are named. Start by inspecting the repository structure and existing Python service setup, then map the HTTP API needed for public reads and password-protected edits. Done means the single resume can be persisted, validated, edited, and returned with the specified ordering and empty-state behavior.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
python
Lĩnh vực
api, backend
Loại issue
Tính năng
Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức độ hoạt động
Ít trao đổi
Độ rõ ràng
Khá rõ ràng
Mức phù hợp với người mới
48/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.