Skip to content

관심과목 분석 상세 페이지 버그 수정#348

Open
hyunwoo0081 wants to merge 3 commits intodevelopfrom
fix/prev-baskets
Open

관심과목 분석 상세 페이지 버그 수정#348
hyunwoo0081 wants to merge 3 commits intodevelopfrom
fix/prev-baskets

Conversation

@hyunwoo0081
Copy link
Copy Markdown
Collaborator

@hyunwoo0081 hyunwoo0081 commented Apr 14, 2026

작업 내용

  • 이전 학기의 과목도 관심과목 분석 상세 페이지를 볼 수 있도록 수정
    • 이번 학기 과목은 관심과목 분석 상세 (wishes detail)페이지에서 접근이 되지만, 이전 학기에 대한 과목은 정보가 없어서 나오지 않음. 예시는 다음과 같습니다
  • wishesDetail page 페이지에 맞도록 코드 리펙토링
    • wishesInfo 로 input 값을 따로 분리하여 DI (의존성 주입) 방식으로 변경
    • 컴포넌트 분리 - widget
    • pendding 및 에러처리
  • 404 에러 시, 페이지 없음 나오도록 수정

변경 사항 및 리뷰 포인트

추후 추가하면 좋은 issue

  • 내부 컴포넌트에서 throw 를 했을 때, 상위 컴포넌트에서 error 를 감지할 방법이 없음.
    • page 에서는 컴포넌트에서 error 를 throw 할 때 감지할 수 있는 방법이 없음.
  • API 에 대한 Error 처리가 공통적으로 정의 되어있지 않음.
    • 어디는 404, 어디는 400 만 예외처리 되도록 되어있음.
image

@hyunwoo0081 hyunwoo0081 self-assigned this Apr 14, 2026
@hyunwoo0081 hyunwoo0081 changed the base branch from main to develop April 14, 2026 08:25
@hyunwoo0081 hyunwoo0081 changed the title feat: semester 관리 hook 추가 관심과목분석페이지 버그 수정 Apr 14, 2026
@hyunwoo0081 hyunwoo0081 changed the title 관심과목분석페이지 버그 수정 관심과목 분석 페이지 버그 수정 Apr 14, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 15, 2026

🚀 Preview Deployment

This preview is automatically updated on each push.

Remove console log for response status in error handling.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 16, 2026

Quality Gate Passed Quality Gate passed

Issues
5 New issues
6 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@hyunwoo0081 hyunwoo0081 marked this pull request as ready for review April 16, 2026 03:43
@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@hyunwoo0081 hyunwoo0081 changed the title 관심과목 분석 페이지 버그 수정 관심과목 분석 상세 페이지 버그 수정 Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

이전 학기 관심과목 분석 탭에 정보가 나오지 않습니다

1 participant