Skip to content

[feat] GitHub 아이디 필드 추가 및 SDK 버전 업데이트#3

Open
snowykte0426 wants to merge 2 commits intomasterfrom
feature/student-github-id-field
Open

[feat] GitHub 아이디 필드 추가 및 SDK 버전 업데이트#3
snowykte0426 wants to merge 2 commits intomasterfrom
feature/student-github-id-field

Conversation

@snowykte0426
Copy link
Copy Markdown
Member

@snowykte0426 snowykte0426 commented Mar 29, 2026

개요

datagsm-server PR #273, PR #276의 변경사항을 반영하여 학생 도메인에 GitHub 아이디 필드 및 조회 필터를 추가합니다.

변경사항

Student 모델 확장 (PR #273)

  • Student 모델에 github_id 필드 추가 (서버 응답 필드명: githubId)
  • Student 모델에 github_url 필드 추가 (서버 응답 필드명: githubUrl, 형식: https://github.com/{githubId})
  • 두 필드 모두 Optional[str]로, GitHub 아이디 미설정 학생의 경우 None 반환

학생 조회 필터 파라미터 추가 (PR #276)

  • StudentRequestmajor 파라미터 추가 (학과 일치 필터)
  • StudentRequestgithub_id 파라미터 추가 (GitHub ID 부분 일치 필터)

SDK 버전 업데이트

  • 1.0.31.0.4

참고

@snowykte0426 snowykte0426 changed the title [student] GitHub 아이디 필드 추가 및 SDK 버전 업데이트 [feat] GitHub 아이디 필드 추가 및 SDK 버전 업데이트 Mar 29, 2026
@snowykte0426 snowykte0426 self-assigned this Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant