feat(application): Application REST API 구성 #24 - #62
Open
wlyoon921 wants to merge 2 commits into
Open
Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
🚫 Excluded labels (none allowed) (2)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
wlyoon921
force-pushed
the
feat/24-application-rest-api
branch
from
July 30, 2026 11:19
c104dd5 to
3d56081
Compare
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.
Summary
원서작성, 성적산출, 랜딩 조회 REST API를 구성했습니다.
Controller, request/response DTO, response mapper, exception handler를 추가했습니다.
랜딩 일정 값은 yml/env 기반 properties로 주입받도록 구성했습니다.
Related Issue
Related to #24
Scope
In scope:
Out of scope:
Implementation
ApplicationController는 원서 생성, 조회, 수정, 랜딩 조회 API를 제공합니다.
EvaluationController는 지원자의 성적산출 결과 조회 API를 제공합니다.
Controller는 application port에 command를 전달하고, mapper를 통해 명세에 맞는 response로 변환합니다.
예외는 GlobalExceptionHandler에서 공통 응답 형식으로 변환합니다.
랜딩 일정은 프론트 하드코딩 대신 서버 설정값으로 응답하되, API 필드는 기존 명세를 유지했습니다.
Testing
Deployment Notes
Feature flag: 없음
Migration required: 없음
Rollout considerations:
Checklist