Skip to content

hotfix: 지원서 종료일 검증 로직 삭제#325

Merged
cho-in-sik merged 1 commit intomainfrom
fix/307-application-endDate
Feb 26, 2026
Merged

hotfix: 지원서 종료일 검증 로직 삭제#325
cho-in-sik merged 1 commit intomainfrom
fix/307-application-endDate

Conversation

@cho-in-sik
Copy link
Collaborator

관련 이슈

작업 분류

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

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

저번에 작업하고 머지를 못했네요
프론트에서 지원서 종료일을 다루는 로직을 삭제합니다.

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

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

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

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

체크리스트 ✅

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

@gemini-code-assist
Copy link

Summary of Changes

Hello @cho-in-sik, 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은 프론트엔드에서 지원서 제출 시 지원 기간을 검증하는 로직과 관련된 상수를 제거합니다. 이는 프론트엔드에서 더 이상 지원 종료일 검증을 수행하지 않도록 하여, 관련 버그를 수정하고 불필요한 클라이언트 측 검증을 없애는 것을 목표로 합니다.

Highlights

  • 지원서 종료일 상수 제거: 프론트엔드 상수 파일에서 END_DATE 상수가 제거되었습니다.
  • 종료일 상수 임포트 제거: useApplication.tsx 파일에서 END_DATE 상수를 임포트하는 require 구문이 제거되었습니다.
  • 지원 기간 검증 로직 삭제: useApplication 훅 내에서 지원서 제출 시 현재 시간이 지원 종료일을 초과했는지 확인하는 로직이 삭제되었습니다.

🧠 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/application/30.ts
    • END_DATE 상수와 관련 주석이 제거되었습니다.
  • frontend/src/hooks/useApplication.tsx
    • END_DATE 상수를 임포트하는 require 구문이 제거되었습니다.
    • 지원서 제출 시 지원 기간을 확인하는 조건문 로직이 삭제되었습니다.
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.

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은 지원서 종료일 검증 로직을 프론트엔드에서 삭제하는 변경사항을 포함하고 있습니다. frontend/src/constants/application/30.ts 파일에서 END_DATE 상수가 제거되었고, frontend/src/hooks/useApplication.tsx 파일에서 해당 상수를 불러오는 require 문과 지원 기간을 확인하는 조건문이 깔끔하게 삭제되었습니다. 변경사항은 PR의 의도와 일치하며, 코드 제거로 인해 새로운 버그나 불필요한 코드가 남지 않았습니다. 전반적으로 잘 구현된 변경사항입니다.

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

Labels

None yet

Projects

None yet

1 participant