-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: Activity 목록 조회 반환 타입을 List<ActivityResponse>로 변경 * refactor: OpenProfileUrl 업데이트 API 제거 * refactor: 사용자의 Activity 목록 조회 반환 타입을 List<ActivityResponse>로 변경 * refactor: 사용자의 Activity 삭제 반환 타입을 List<ActivityResponse>로 변경 * refactor: 사용자 조회 Response에서 openProfileUrl을 제거하고 활동 목록을 조회하도록 변경 * refactor: MemberActivitiesResponse mapper 제거 * refactor: Member mapper에 활동 목록 변환 로직 추가 * refactor: ActivityType을 String에서 enum으로 받도록 변경 * refactor: ActivityType의 FIELD를 INTEREST_FIELD로 변경 * refactor: MemberOpenProfileUrlUpdateRequest 제거 * refactor: 라인 포맷팅 * refactor: 사용자 활동 추가의 반환 타입을 List<ActivityResponse>로 변경 * refactor: 사용하지 않는 클래스 제거 * refactor: MemberActivitiesUpdateRequest를 MemberActivitiesAddRequest로 변경 * refactor(event): Conference, Competition, EventDetail을 Event로 통합 * refactor(scrappedEvent): ScrappedEvent를 Event로 통합 * refactor(recruitment): Recruitment 리팩터링 * refactor : MessageRoom, Message 모델 리팩토링 * refactor : Message Repository 리팩토링 * refactor : MessageRoom 화면 리팩토링 * refactor : Message 리팩토링 * refactor : FeedList 리팩토링 * refactor : FeedDetail 리팩토링 * refactor : FeedWriting 리팩토링 * refactor : BaseUrl 주소 변경 및 버젼 변경 --------- Co-authored-by: buna <tmdgh1592@naver.com> Co-authored-by: ki960213 <ki960213@gmail.com>
- Loading branch information
1 parent
7ddcbc1
commit 1678659
Showing
119 changed files
with
743 additions
and
1,340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 0 additions & 32 deletions
32
android/2023-emmsale/app/src/main/java/com/emmsale/data/apiModel/response/PostResponse.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 0 additions & 50 deletions
50
...023-emmsale/app/src/main/java/com/emmsale/data/apiModel/response/ScrappedEventResponse.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.