-
Notifications
You must be signed in to change notification settings - Fork 0
[dev -> main] 2025.10.25 02:16 #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
- Summary - Filter 처리 - 차트 처리 - 개별 응답데이터는 기획 확정 후 처리 예정
- 패널 데이터와 원천데이터 분리 - 누락된 BaseEntity 상속 추가
[FEAT#20] 필터 데이터 구체화 및 패널 데이터 처리 준비
- application.yml 파일 크기 부분 수정 - json -> dto -> panel&raw_data 구조
- USER, ADMIN으로 권한 분리 - 초기 데이터 초기화 로직 수정 - Intializer 추상화하여 @PostConstruct에서 한 번에 실행 - 서버 실행 시점에 관리자 계정 생성하는 Initializer 추가 - RawData -> PanelDTO api에 관리자 권한 부여
- Plan 엔티티 Id 자동생성 제거( enum에서 가져와 수동으로 설정 ) - Plan(enum) -> PlanEnum 클래스명 변경 - Member와 요금제 연관관계 제거 -> PlanEnum 필드를 넣어 enum에서 조회하게 함
[FEAT#22] Panel 테이블 완성 및 데이터 삽입 & 권한 처리
[FEAT#23] 라이브러리 생성, 목록 조회, 병합 기능 구현
- 직무&업종 추가 - 약관 제거
[FEAT#26] 로그인 온보딩 과정 구현
- 검색 API 호출 시 검색기록에 일치율 저장하도록 구현 - SearchHistory에 일치율(float[]) 저장하도록 구현
- 커서기반 페이징 dto 이름 변경
- 노션에 나와있는 항목대로 넣음 - 응답 형태 재구성 - 개별응답 API 구현 - api 설명 추가
[FEAT] 특정 패널 상세 조회 기능 구현
[FEAT#28] 검색 추가구현( 일치율 & 개별응답 )
- http 요청을 보내는 client 클래스 작성 - 내부에서 호출을 관리하는 service 코드 작성
- Panel 데이터 조회 : Panel -> DTO로 변경. - fast api로부터 불러온 정보가 올바르게 반환될 수 있도록 수정
[FEAT#33] 서브서버와의 통신 준비
[FEAT] 특정 라이브러리 상세 조회 기능 구현
- 개별 응답 데이터 api 정상 조회되도록 수정 - 컨트롤러 설명 추가
- 개별 응답의 나이 데이터 npe 방지 - 검색 api request body 불필요한 항목 제거
[FEAT#35] 기존 기능 버그 일부 수정
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.
Previous PR List