Skip to content

feat: 인적사항 추가#314

Merged
cho-in-sik merged 5 commits intomainfrom
feature/313-user-info-management
Feb 22, 2026
Merged

feat: 인적사항 추가#314
cho-in-sik merged 5 commits intomainfrom
feature/313-user-info-management

Conversation

@dle234
Copy link
Collaborator

@dle234 dle234 commented Feb 18, 2026

관련 이슈

작업 분류

  • 버그 수정
  • 신규 기능 추가
  • 프로젝트 구조 변경
  • 코드 스타일 변경
  • 기존 기능 개선
  • 문서 수정

PR을 통해 해결하려는 문제가 무엇인가요? 🚀

PR에서 핵심적으로 변경된 부분이 어떤 부분인가요? 👀

지원서 인적사항에 병역사항을 추가했습니다.
(칸반보드, 사용자 입력 질문란에 31.ts 파일 추가해서 질문 넣었어요!)
관리자, 회장단은 모든 코멘트 조회가 가능해야한다고 하는데, 코멘트 블러 작업 후에 진행해야할 것 같아서 남겨두었습니다.

image

핵심 변경사항 이외 추가적으로 변경된 사항이 있나요? ➕

지원 분야 별 질문 부분과 constant generation=31로 수정해놓았습니다.

추가적으로, 리뷰어가 리뷰하며 알아야 할 정보가 있나요? 🙌

이런 부분을 신경써서 봐주셨으면 좋겠어요. 🙋🏻‍♂️

체크리스트 ✅

  • reviewers 설정
  • assignees 설정
  • label 설정

@dle234 dle234 requested a review from 2yunseong February 18, 2026 08:28
@dle234 dle234 self-assigned this Feb 18, 2026
@dle234 dle234 added the feature 기능개발 label Feb 18, 2026
@gemini-code-assist
Copy link

Summary of Changes

Hello @dle234, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 31기 지원서 접수를 위한 새로운 질문 양식과 인적사항 필드를 도입합니다. 지원자들은 이제 병역 사항을 포함한 업데이트된 개인 정보를 제공해야 하며, 각 지원 분야(개발자, 디자이너, 기획자)에 특화된 질문에 답변하게 됩니다. 이는 지원 과정의 효율성을 높이고 지원자 정보를 보다 상세하게 수집하기 위함입니다.

Highlights

  • 인적사항 필드 추가: 지원서의 기본 인적 사항에 병역 사항을 추가했습니다.
  • 31기 지원서 질문 추가: 디자이너, 개발자, 기획자 각 분야별로 31기 지원서의 질문 목록이 새롭게 추가되었습니다.
  • 현재 기수 업데이트: 애플리케이션의 현재 기수 상수를 30에서 31로 업데이트했습니다.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • frontend/src/constants/applicant/31.ts
    • 31기 지원자 노드 정의를 위한 새 파일이 추가되었습니다.
    • 기본 인적 사항에 병역 사항 필드가 추가되었습니다.
  • frontend/src/constants/applicant/31/designer.ts
    • 31기 디자이너 지원자를 위한 질문 목록을 정의하는 새 파일이 추가되었습니다.
  • frontend/src/constants/applicant/31/developer.ts
    • 31기 개발자 지원자를 위한 질문 목록을 정의하는 새 파일이 추가되었습니다.
  • frontend/src/constants/applicant/31/manager.ts
    • 31기 기획자 지원자를 위한 질문 목록을 정의하는 새 파일이 추가되었습니다.
  • frontend/src/constants/application/31.ts
    • 31기 일반 지원서 질문 및 타임라인을 정의하는 새 파일이 추가되었습니다.
    • 기본 인적 사항 섹션에 병역 사항 라디오 버튼이 추가되었습니다.
  • frontend/src/constants/application/31/designer.ts
    • 31기 디자이너 지원서 질문 및 내비게이션을 정의하는 새 파일이 추가되었습니다.
  • frontend/src/constants/application/31/developer.ts
    • 31기 개발자 지원서 질문 및 내비게이션을 정의하는 새 파일이 추가되었습니다.
  • frontend/src/constants/application/31/manager.ts
    • 31기 기획자 지원서 질문 및 내비게이션을 정의하는 새 파일이 추가되었습니다.
  • frontend/src/constants/index.ts
    • CURRENT_GENERATION 상수가 30에서 31로 업데이트되었습니다.
Activity
  • dle234님이 풀 리퀘스트를 생성했습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@dle234 dle234 changed the title 인적사항 추가 feat: 인적사항 추가 Feb 18, 2026
@dle234 dle234 requested review from cho-in-sik and jskimcs February 18, 2026 08:29
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

이번 PR은 31기 신입 모집을 위해 지원서에 병역사항을 추가하고, 각 파트별 질문을 업데이트하는 변경사항을 담고 있습니다. 전체적으로 31기 모집을 위한 준비가 잘 이루어진 것으로 보입니다. 다만, 몇 가지 오타와 데이터 불일치, 그리고 코드 개선점을 발견하여 리뷰 코멘트를 남겼습니다. 특히 frontend/src/constants/index.ts 파일의 APPLICANT_KEYS 배열에 새로 추가된 military 키가 누락되어 있으니 꼭 추가해주셔야 합니다. 이 부분이 누락되면 관련 데이터가 올바르게 처리되지 않을 수 있습니다. 나머지 수정이 필요한 부분들도 코멘트를 확인 부탁드립니다.

title:
"무언가에 깊게 빠지거나 파고 들어본 적이 있나요? 좋아하는 것을 위해서 주변에서 인정할 정도로 깊게 빠져본 적이 있다면 서술해 주세요.",
type: "textarea",
value: { name: "failual" },

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

valuename으로 'failual'이 사용되었습니다. 오타로 보이며, 질문 내용('무언가에 깊게 빠지거나 파고 들어본 적이 있나요?')을 고려할 때 다른 필드(developer의 'deep', designer의 'drain')와 같이 의미있는 이름으로 변경하는 것이 좋겠습니다. 예를 들어 'deepDive'는 어떨까요?

Suggested change
value: { name: "failual" },
value: { name: "deepDive" },

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 기존에 있던 단어인가요?? ㅠㅠ
단어 수정이 필요해 보이긴 하네요..!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넵 30기때 사용했던 파일 그대로 복사했는데 이전에 오타가 있었나봐요..! 수정하겠습니다!

name: "failure",
require: true,
type: "textarea",
errorMessages: "협업에 있어서 중요하다고 생각되는 것을 입력해주세요.",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

질문(id: 11)은 '도전과 실패 경험'에 대한 것인데, errorMessages는 '협업'에 대한 내용으로 잘못 설정되어 있습니다. 질문 내용에 맞는 오류 메시지로 수정해야 합니다.

Suggested change
errorMessages: "협업에 있어서 중요하다고 생각되는 것을 입력해주세요.",
errorMessages: "도전 및 실패 경험을 입력해주세요.",

{ id: 12, title: "자신을 어필할 수 있는 포트폴리오를 업로드해주세요." },
{ id: 13, title: "필수 확인 사항" },
{ id: 14, title: "개인정보 수집에 관한 안내 및 개인정보 수집" },
{ id: 15, title: "면접 가능시간을 선택해주세요.(중복 선택 가능)" },

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

네비게이션 바 항목의 id가 실제 질문의 id와 일치하지 않습니다. '면접 가능시간' 질문의 id는 16이지만, 여기서는 15로 설정되어 있습니다. 이로 인해 네비게이션이 올바르게 동작하지 않을 수 있습니다. id를 16으로 수정해주세요.

Suggested change
{ id: 15, title: "면접 가능시간을 선택해주세요.(중복 선택 가능)" },
{ id: 16, title: "면접 가능시간을 선택해주세요.(중복 선택 가능)" },

direction: "horizontal",
nodes: [
{
name: "failual",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

name으로 'failual'이 사용되었습니다. 오타로 보입니다. 질문 내용('무언가에 깊게 빠지거나 파고 들어본 적이 있나요?')에 맞는 의미있는 이름(예: 'deepDive')으로 변경하는 것이 좋겠습니다.

Suggested change
name: "failual",
name: "deepDive",

Comment on lines +48 to +77
// type ScoreKeywordName =
// | "passion"
// | "clubInvolvement"
// | "collaboration"
// | "devotion";

export const ScoreSequence: {
[key: number]: ScoreKeyword;
} = {
0: "열정",
1: "협업",
2: "에코노베이션",
};

export type Score = {
fieldName: ScoreKeyword;
score: number | "";
};

// type ScoreKeywordType = {
// title: ScoreKeyword;
// name: ScoreKeywordName;
// };

// const INTERVIEW_SCORE_KEYWORD: ScoreKeywordType[] = [
// { title: "실천력", name: "passion" },
// { title: "동아리 활동의지", name: "clubInvolvement" },
// { title: "협업", name: "collaboration" },
// { title: "베풀려는 마음", name: "devotion" },
// ];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

현재 사용되지 않는 주석 처리된 코드 블록들이 있습니다. 가독성을 높이고 혼란을 방지하기 위해 이 코드들을 제거하는 것이 좋겠습니다.

@@ -0,0 +1,75 @@
export const APPLICANT_DESIGNER = [

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

배열의 각 요소에 as를 사용하여 타입 단언을 하는 대신, 배열 자체에 타입을 지정하여 타입 안정성을 높이는 것이 좋습니다. 예를 들어, export const APPLICANT_DESIGNER: ApplicantNode[] = [...]와 같이 선언하고 각 요소의 as ...Node를 제거할 수 있습니다. 이 방식은 developer.tsmanager.ts 파일에도 동일하게 적용할 수 있습니다.

Suggested change
export const APPLICANT_DESIGNER = [
export const APPLICANT_DESIGNER: ApplicantNode[] = [

{
id: 12,
title:
"협업(프로젝트, 팀 활동)에 있어서 가장 중요하다고 생각되는 것은 무엇인지 그 이유와 함께 서술해주세요. ",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

title 문자열 끝에 불필요한 공백이 포함되어 있습니다. 제거하는 것이 좋습니다.

Suggested change
"협업(프로젝트, 팀 활동)에 있어서 가장 중요하다고 생각되는 것은 무엇인지 그 이유와 함께 서술해주세요. ",
"협업(프로젝트, 팀 활동)에 있어서 가장 중요하다고 생각되는 것은 무엇인지 그 이유와 함께 서술해주세요.",

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

해당 suggestion 받아주면 좋을듯 합니다~!

direction: "horizontal",
nodes: [
{
name: "deep",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

질문(id: 10)은 '도전과 실패 경험'에 대한 것인데, name으로 'deep'이 사용되었습니다. 다른 파트의 name과 일관성이 없고, 질문 내용과도 직관적으로 연결되지 않습니다. 'failureExperience'와 같이 더 명확한 이름으로 변경하는 것을 제안합니다.

Suggested change
name: "deep",
name: "failureExperience",

Copy link
Collaborator

@2yunseong 2yunseong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

title:
"무언가에 깊게 빠지거나 파고 들어본 적이 있나요? 좋아하는 것을 위해서 주변에서 인정할 정도로 깊게 빠져본 적이 있다면 서술해 주세요.",
type: "textarea",
value: { name: "failual" },
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 기존에 있던 단어인가요?? ㅠㅠ
단어 수정이 필요해 보이긴 하네요..!

{
id: 12,
title:
"협업(프로젝트, 팀 활동)에 있어서 가장 중요하다고 생각되는 것은 무엇인지 그 이유와 함께 서술해주세요. ",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

해당 suggestion 받아주면 좋을듯 합니다~!

Copy link
Collaborator

@cho-in-sik cho-in-sik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!
제미나이 리뷰 좋네요! 오타도 잘 찾아주고..
언급된것 처럼 APPLICANT_KEYS에 military만 넣어주세요!

Copy link
Collaborator

@jskimcs jskimcs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

@cho-in-sik cho-in-sik merged commit e9227bc into main Feb 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature 기능개발

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FE] feat: 어드민 계정 및 인적사항 추가 기능 구현

4 participants