Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
daeun084 closed a pull request on KUSITMS-MOAMOA/MOAMOA_BE
[Refactor/#84] Ability, Analysis 도메인 분리
### #️⃣ 관련 이슈 - closed #84 ### 💡 작업내용 - `Analysis`, `Ability` 도메인 분리 - 역량 키워드 리스트 조회, 역량 키워드 그래프 조회 API URI 변경 - `Ability` 관련 코드 폴더링 변경 ### 📝 기타 (참고사항, 리뷰어에게 전하고 싶은 말 등을 넣어주세요) - Keywo...daeun084 pushed 1 commit to refactor/#53 MEME-UMC/MEME_SERVER
- refactor: review domain 조회 성능 고도화 a4dd208
daeun084 pushed 1 commit to refactor/#53 MEME-UMC/MEME_SERVER
- refactor: favorite domain 조회 성능 25628d6
daeun084 pushed 1 commit to refactor/#53 MEME-UMC/MEME_SERVER
- refactor: artist 조회 user fetch join 89263ca
daeun084 pushed 3 commits to refactor/#53 MEME-UMC/MEME_SERVER
daeun084 created a branch on KUSITMS-MOAMOA/MOAMOA_BE
test/#80 - 대학생IT경영학회 큐시즘 30th MOAMOA Backend Repository
daeun084 opened a pull request on KUSITMS-MOAMOA/MOAMOA_BE
[Test/#79] Folder 도메인 관련 Test Code 작성
### #️⃣ 관련 이슈 - closed #79 ### 💡 작업내용 - `Folder` domain 테스트 코드 작성 - Repository : 단위 테스트 진행 - `existByTitle()` - `findFolderByTitle()` - Service : 단위 테스트 진행 - 폴더 생성 - 폴더 수정 #...daeun084 pushed 12 commits to test/#79 KUSITMS-MOAMOA/MOAMOA_BE
- refactor: 회원 탈퇴 쿼리 축소 9bf7451
- chore: 역량 키워드 그래프 percent field type 수정 4f9a836
- Merge pull request #81 from KUSITMS-MOAMOA/refactor/#70 920022b
- refactor: ability 관련 파일 폴더링 변경 (Analysis -> Ability) de5a795
- refactor: ability exception, status code 생성 c292c25
- refactor: ablity response, converter 생성 f942d83
- refactor: ablity controller, service 생성 9e4b452
- refactor: ability 폴더명 변경 9a80524
- chore: 폴더 리스트 반환 코드 수정 90e6bf2
- test: folder 생성, 수정 테스트 코드 작성 33a8511
- test: folderRepositoryTest 752e84d
- Merge remote-tracking branch 'origin/test/#79' into test/#79 9606aef
daeun084 opened a pull request on KUSITMS-MOAMOA/MOAMOA_BE
[Refactor/#84] Ability, Analysis 도메인 분리
### #️⃣ 관련 이슈 - closed #84 ### 💡 작업내용 - `Analysis`, `Ability` 도메인 분리 - 역량 키워드 리스트 조회, 역량 키워드 그래프 조회 API URI 변경 - `Ability` 관련 코드 폴더링 변경 ### 📝 기타 (참고사항, 리뷰어에게 전하고 싶은 말 등을 넣어주세요) - Keywo...daeun084 pushed 5 commits to refactor/#84 KUSITMS-MOAMOA/MOAMOA_BE
daeun084 pushed 2 commits to test/#79 KUSITMS-MOAMOA/MOAMOA_BE
daeun084 created a branch on KUSITMS-MOAMOA/MOAMOA_BE
refactor/#84 - 대학생IT경영학회 큐시즘 30th MOAMOA Backend Repository
daeun084 opened an issue on KUSITMS-MOAMOA/MOAMOA_BE
[Refactor] Ability, Analysis 도메인 분리
### ✨ 이슈 내용 > `Ability` 도메인과 `Analysis` 도메인을 분리합니다. > 두 도메인 사이의 코드 분리가 명확하지 않아, `AbiltyService`를 생성해 도메인을 더욱 명확히 분리합니다. ### 💡 작업 내용 - [ ] AbilityService 생성 - [ ] 역량 키워드 리스트 조회 기능 코드 위치 변경 ...daeun084 pushed 3 commits to develop KUSITMS-MOAMOA/MOAMOA_BE
daeun084 closed an issue on KUSITMS-MOAMOA/MOAMOA_BE
[Refactor] 회원 탈퇴 쿼리 개선
### ✨ 이슈 내용 > 회원 탈퇴 시 삭제하는 데이터 하나씩 쿼리 나가는거, 쿼리 성능 개선 ### 💡 작업 내용 - [ ] : 최대한 적은 쿼리로 회원 관련 정보 삭제하게 변경 ### 📌 참고 사항daeun084 closed a pull request on KUSITMS-MOAMOA/MOAMOA_BE
[Refactor/#70] 회원 탈퇴 기능 쿼리 개선
### #️⃣ 관련 이슈 - closed #70 ### 💡 작업내용 - 회원 탈퇴 기능 쿼리 개선 - 기존 select + delete N + N + N + N + 1 개 나가던 쿼리를 delete 5개로 개선 - `@Modifying` annotation 사용 - 각 도메인의 repository에서 delete func 생성 후 호출...daeun084 created a branch on KUSITMS-MOAMOA/MOAMOA_BE
test/#79 - 대학생IT경영학회 큐시즘 30th MOAMOA Backend Repository
daeun084 opened a pull request on KUSITMS-MOAMOA/MOAMOA_BE
[Refactor/#70] 회원 탈퇴 기능 쿼리 개선
### #️⃣ 관련 이슈 - closed #70 ### 💡 작업내용 - 회원 탈퇴 기능 쿼리 개선 - 기존 select + delete N + N + N + N + 1 개 나가던 쿼리를 delete 5개로 개선 - `@Modifying` annotation 사용 - 각 도메인의 repository에서 delete func 생성 후 호출...daeun084 pushed 1 commit to refactor/#70 KUSITMS-MOAMOA/MOAMOA_BE
- chore: 역량 키워드 그래프 percent field type 수정 4f9a836
daeun084 created a branch on KUSITMS-MOAMOA/MOAMOA_BE
refactor/#70 - 대학생IT경영학회 큐시즘 30th MOAMOA Backend Repository