Skip to content

fix: 질문서 작성 페이지와 확인페이지 name 명 통일#335

Merged
2yunseong merged 3 commits intomainfrom
fix/334-unify-name
Mar 6, 2026
Merged

fix: 질문서 작성 페이지와 확인페이지 name 명 통일#335
2yunseong merged 3 commits intomainfrom
fix/334-unify-name

Conversation

@dle234
Copy link
Collaborator

@dle234 dle234 commented Mar 6, 2026

관련 이슈

작업 분류

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

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

지원서 개발자,디자이너,기획자 질문에서 실패 경험에 쓰이는 name 을 restoration으로 통일했습니다.

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

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

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

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

체크리스트 ✅

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

@dle234 dle234 self-assigned this Mar 6, 2026
@gemini-code-assist
Copy link

Summary of Changes

Hello, 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은 질문서 작성 및 확인 페이지 간의 name 속성 불일치로 인해 발생할 수 있는 버그를 해결합니다. 특히 개발자, 디자이너, 기획자 역할에 대한 '실패 경험' 질문의 name 속성을 restoration으로 통일하여 데이터 일관성을 확보하고, 애플리케이션 처리 과정에서 필드가 올바르게 처리되도록 합니다. 또한, 기획자 질문서 내 다른 질문의 name 속성도 수정하여 전반적인 데이터 구조의 정확성을 높였습니다.

Highlights

  • 질문서 name 속성 통일: 지원서 작성 및 확인 페이지에서 '실패 경험' 관련 질문의 name 속성을 restoration으로 통일했습니다.
  • 기획자 질문서 name 속성 수정: 기획자 질문서(manager.ts)에서 '깊게 빠져본 경험' 질문의 name 속성을 failual에서 deep으로 변경했습니다.

🧠 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/designer.ts
    • '실패 경험' 질문의 name 속성을 failure에서 restoration으로 변경했습니다.
  • frontend/src/constants/applicant/31/developer.ts
    • '실패 경험' 질문의 name 속성을 failure에서 restoration으로 변경했습니다.
  • frontend/src/constants/applicant/31/manager.ts
    • '깊게 빠져본 경험' 질문의 name 속성을 failual에서 deep으로 변경했습니다.
    • '실패 경험' 질문의 name 속성을 deep에서 restoration으로 변경했습니다.
  • frontend/src/constants/application/31/designer.ts
    • '실패 경험' 질문의 name 속성을 failure에서 restoration으로 변경했습니다.
    • 포트폴리오 업로드 질문의 title 문자열 서식을 조정했습니다.
  • frontend/src/constants/application/31/developer.ts
    • '실패 경험' 질문의 name 속성을 failure에서 restoration으로 변경했습니다.
    • 포트폴리오 업로드 질문의 title 문자열 서식을 조정했습니다.
  • frontend/src/constants/application/31/manager.ts
    • '실패 경험' 질문의 name 속성을 failure에서 restoration으로 변경했습니다.
    • 포트폴리오 업로드 질문의 title 문자열 서식을 조정했습니다.
Activity
  • 현재까지 이 PR에 대한 추가적인 활동은 없습니다.
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 requested review from 2yunseong and jskimcs March 6, 2026 05:55
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은 여러 지원서 정의 파일에서 실패 경험 질문의 name 속성을 restoration으로 통일합니다. 이 과정에서 manager.ts 파일의 오타와 잘못된 값도 함께 수정되었습니다.

다만, 변경 사항과 관련된 파일이 누락되어 잠재적인 문제가 있습니다. frontend/components/application/applicationNode/Textarea.component.tsx 파일의 17번째 줄에는 텍스트 영역의 maxLength를 결정하는 로직이 있습니다:

const maxLength = ['deep', 'failure', 'studyPlan'].includes(textData.name) ? 500 : 800;

이 PR에서 failurerestoration으로 변경되었지만, 위 코드는 수정되지 않았습니다. 이로 인해 실패 경험 질문의 최대 글자 수가 의도치 않게 500자에서 800자로 변경됩니다.

이 문제를 해결하려면 해당 파일에서 'failure''restoration'으로 변경하는 추가 커밋이 필요합니다.

@2yunseong 2yunseong merged commit 75d29b3 into main Mar 6, 2026
1 check passed
@2yunseong 2yunseong deleted the fix/334-unify-name branch March 6, 2026 11:33
@Superkid0714
Copy link
Collaborator

고생하셨습니다 👍

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.

[FE] bug: 지원서 질문 요소 name 과 지원서 확인 페이지 name 불일치 버그

3 participants