Conversation
chore: Copilot 리뷰를 한국어로 받도록 설정 파일 추가
docs: spec_API 내용 변경 및 다이어그램 추가, 알고리즘 관련 참고 내용 추가
feat: pydantic 타입 정의 및 API 정의 프라이머 설계 API를 위한 Pydantic 스키마 정의와 /design 엔드포인트를 추가하였습니다. API 및 데이터 설계 문서를 기반으로 요청/응답 모델을 정의하였으며, 실제 구현은 아직 완료되지 않았습니다(501 응답 반환). 주요 변경사항: 1. `schemas/` 폴더에 Pydantic 모델 정의 추가 (common, request, response, primer) 2. `/design` POST 엔드포인트 정의 (구현은 미완료) 3. `main.py`에 `design` 라우터 등록
docs: README에 주간 진행 상황 내용 추가
test: testcase 일부 설계 및 시나리오 문서화
test: 블랙박스 테스트케이스 설계 및 테스트 시나리오, 프롬프트 문서화
docs: 4주차 활동 README 추가
feat: design 더미 응답 구현
8주차 README 작성
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
각 raw data source 설치법 추가
feat: DB 구축 및 명세서, 프롬프트 문서화
9주차 README 작성
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
주요 변경 사항
annotations.db를 생성하는scripts/build_db.py추가scripts/check_db_detail.py및 기존 알고리즘 연동 확인용scripts/test_db_integration.py추가docs/spec_database.md) 추가