Skip to content

[FEAT] 홈화면 개발#34

Merged
jimin-fundamental merged 22 commits intodevelopfrom
feat/20/home
Jan 25, 2025
Merged

[FEAT] 홈화면 개발#34
jimin-fundamental merged 22 commits intodevelopfrom
feat/20/home

Conversation

@MODUGGAGI
Copy link
Copy Markdown
Contributor

No description provided.

JungJaehoon0430 and others added 21 commits January 23, 2025 14:14
HomeRepository, HomeRepositoryImpl 생성
UserCollectionRepository 생성
JwtAuthenticationFilter isPermitAllUrl에 \home 추가
HomeService 생성
HomeRestController 수정
HomeResponseDTO 일부 추가 및 수정
# Conflicts:
#	learningFlow/build.gradle
#	learningFlow/src/main/java/learningFlow/learningFlow_BE/security/jwt/JwtAuthenticationFilter.java
SecurityConfig에 "/home/**",추가  // Swagger UI 관련 경로 허용
HomeConverter 생성, Builder 분리
HomeRepository 수정
HomeRepositoryImpl수정 및 추가 - findTopBookmarkedCollections에서
사용자 선호 매체/관심사 기반 추천
     * - 사용자가 로그인하지 않은 경우 또는 선호 매체가 없는 경우 북마크 수 기준으로 추천
     * - 선호하는 매체가 있는 경우 해당 매체의 컬렉션들을 먼저 조회(북마크 수 기준)
     * - 선호하는 매체의 컬렉션이 부족한 경우 나머지 컬렉션들로 채움(북마크 수 기준)
JwtAuthenticationFilter에 requestURI.startsWith("/home") || 추가하여
로그인 안해도 home 접근 가능하게 수정
HomeService 수정
HomeRestController 수정
HomeResponseDTO 수정
* 사용자 선호 매체/관심사 기반 추천
     * - 사용자가 로그인하지 않은 경우 또는 선호 매체가 없는 경우 북마크 수 기준으로 추천
     * - 선호 매체/관심사 기반 추천
     *  1. 관심분야 + 선호타입 50% 이상
     *  2. 관심분야 + 선호타입 50% 미만
     *  3. 비관심분야 + 선호타입 50% 이상
     *  4. 비관심분야 + 선호타입 50% 미만
     * TODO: 추천 알고리즘 개선 예정(최적화 필요)
# Conflicts:
#	learningFlow/src/main/java/learningFlow/learningFlow_BE/repository/UserCollectionRepository.java
@MODUGGAGI MODUGGAGI self-assigned this Jan 25, 2025
@jimin-fundamental jimin-fundamental merged commit 89f8aa4 into develop Jan 25, 2025
@jimin-fundamental jimin-fundamental deleted the feat/20/home branch January 25, 2025 14:16
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.

3 participants