Skip to content

[FIX] 피드에서 피드 카테고리 제거#485

Merged
GiJungPark merged 3 commits intodevfrom
fix/#484
Mar 31, 2026
Merged

[FIX] 피드에서 피드 카테고리 제거#485
GiJungPark merged 3 commits intodevfrom
fix/#484

Conversation

@ljy1348
Copy link
Copy Markdown
Contributor

@ljy1348 ljy1348 commented Mar 31, 2026

Related Issue

Key Changes

  1. feed 조회시 피드 카테고리 어레이리스트 제거
  2. feed 생성시 피드 카테고리 입력 제거
  3. 전체 feed 조회시 category 제거
  4. 유저 피드 조회시 etc 추가 - etc는 작품 연결 없는 피드들

To Reviewers

References

@ljy1348 ljy1348 requested a review from GiJungPark March 31, 2026 09:35
@ljy1348 ljy1348 linked an issue Mar 31, 2026 that may be closed by this pull request
2 tasks
@github-actions github-actions bot requested a review from sansan20535 March 31, 2026 09:35
Copy link
Copy Markdown
Member

@GiJungPark GiJungPark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!


private BooleanExpression checkGenres(List<Genre> genres) {
private BooleanExpression checkGenres(List<Genre> genres, boolean includeEtc) {
BooleanExpression etcCondition = includeEtc ? feed.novelId.isNull() : null;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p5; 회사에서 하신 말씀이 이거였군요 ㅋㅎㅋㅎㅋㅎㅋ 진짜 햇갈리긴 하네요..

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p5; 분기에 따라 Repository 호출하는 로직만 있다보니 행위 검증 테스트로 진행하셨군요!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

쿼리 dsl이 아직 익숙하지 않아서, 단위 테스트로 진행 해야 하는것들도 통합 테스트로 진행을 했습니다. 추후 개선할수 있으면 좋겠네요!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p5; 통합 테스트 확인했습니다!
얼른 단위 테스트 하나 하나 늘려서, 단위 테스트만으로 모든 검증이 가능하게 되어야겠네요...

@GiJungPark GiJungPark merged commit 40c1bda into dev Mar 31, 2026
2 checks 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

Development

Successfully merging this pull request may close these issues.

[FIX] Feed에서 Feed Category 제거

2 participants