-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat ✨ follow api 추가 #412
feat ✨ follow api 추가 #412
Commits on Dec 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 31f1455 - Browse repository at this point
Copy the full SHA 31f1455View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab0710f - Browse repository at this point
Copy the full SHA ab0710fView commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23a8eb7 - Browse repository at this point
Copy the full SHA 23a8eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea4d7e - Browse repository at this point
Copy the full SHA 3ea4d7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bad161f - Browse repository at this point
Copy the full SHA bad161fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ac0c50 - Browse repository at this point
Copy the full SHA 2ac0c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e85655 - Browse repository at this point
Copy the full SHA 6e85655View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de57a1 - Browse repository at this point
Copy the full SHA 0de57a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4403cee - Browse repository at this point
Copy the full SHA 4403ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 877225e - Browse repository at this point
Copy the full SHA 877225eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b034841 - Browse repository at this point
Copy the full SHA b034841View commit details -
refactor: ♻️ followingStatus -> isFollowing 으로 변경 및 중복되는 부분 삭제
- #406 style: 🎨 lint
Configuration menu - View commit details
-
Copy full SHA for 3442797 - Browse repository at this point
Copy the full SHA 3442797View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8661352 - Browse repository at this point
Copy the full SHA 8661352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d3d5c3 - Browse repository at this point
Copy the full SHA 1d3d5c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f5667c - Browse repository at this point
Copy the full SHA 7f5667cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f268b91 - Browse repository at this point
Copy the full SHA f268b91View commit details -
Configuration menu - View commit details
-
Copy full SHA for df90c93 - Browse repository at this point
Copy the full SHA df90c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1652b9b - Browse repository at this point
Copy the full SHA 1652b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80ba12d - Browse repository at this point
Copy the full SHA 80ba12dView commit details -
feat: ✨ follower, following 구분해 캐시 형태 결정
- #413 fix: 🐛 follow create 안하던 부분 수정
Configuration menu - View commit details
-
Copy full SHA for 9f14267 - Browse repository at this point
Copy the full SHA 9f14267View commit details -
refactor: ♻️ db와 cache에 저장되는 타입이 다름을 고려 후 로직 변경
db에 요청: userId, followId 로 follower/following 리스트를 만든 후, userPreview와 followAt 을 추가해 cache와 같은 타입으로 변환 / cache에 요청, db요청 이후: {userPreview, followAt}[] 에 로그인 한 유저에 맞춰 isFollowing 추가 후 반환 - #413 fix: 🐛 존재하는 유저인지 검사 후 db에 write - #413 fix: 🐛 실수 수정 following->follower 프론트와 디버깅 중 발견했습니다 - #413 feat: ✨ preload 임시 적용 이후 중복되는 코드를 정리해야합니다 - #413 refactor: ♻️ 주석 삭제 및 중복되는 함수 분리 - #413 fix: 🐛 팔로우 리스트 캐시 업데이트시 배열의 push를 사용하여 무조건 뒤에 붙던 일 임시 해결 sort를 밖에서 하는 방식으로 변경할 예정입니다 - #413
Configuration menu - View commit details
-
Copy full SHA for ee2e835 - Browse repository at this point
Copy the full SHA ee2e835View commit details -
Configuration menu - View commit details
-
Copy full SHA for 264b7f1 - Browse repository at this point
Copy the full SHA 264b7f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 295e1ff - Browse repository at this point
Copy the full SHA 295e1ffView commit details -
refactor: ♻️ follow시 push하기 때문에 set을 다시 호출하던 부분 삭제, 못 찾는 경우와 삭제 실패가 같…
…은 404를 throw하여 find하지 않고 바로 delete하여 로직 줄이기 - #413
Configuration menu - View commit details
-
Copy full SHA for bf1abd5 - Browse repository at this point
Copy the full SHA bf1abd5View commit details -
FollowList[] -> Follow[], cache되던 형태의 FollowListCacheType를 Follow로 변경하고 원래 Follow였던 최종 반환 형태를 MyFollow로 변경, 이에 따른 dto파일명이나 pagination 타입도 함께 맞추어 변경 - #413
Configuration menu - View commit details
-
Copy full SHA for 1a64608 - Browse repository at this point
Copy the full SHA 1a64608View commit details -
refactor: ♻️ 사용하는 db 변경 temp_follows -> follows
- close #405 fix: 🔥 콘솔로그 삭제
Configuration menu - View commit details
-
Copy full SHA for 06aa897 - Browse repository at this point
Copy the full SHA 06aa897View commit details