Skip to content
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

v2.1.0 릴리즈 #332

Merged
merged 185 commits into from
Aug 31, 2023
Merged

v2.1.0 릴리즈 #332

merged 185 commits into from
Aug 31, 2023

Conversation

JJ503
Copy link
Member

@JJ503 JJ503 commented Aug 31, 2023

📄 작업 내용 요약

v2.1.0 릴리즈

🙋🏻 리뷰 시 주의 깊게 확인해야 하는 코드

📎 Issue 번호

rhthrhrl0 and others added 30 commits July 13, 2023 16:53
* feat: 전역 예외 처리 핸들러 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* refactor: 불필요한 어노테이션 제거

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* chore: jacoco 기초 설정 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* chore: rest docs 기초 설정 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* chore: log 기초 설정 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 에러로그 발생 시 슬랙에 메세지를 전송하는 기능 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

---------

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>
* feat: 카테고리 엔티티 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* fix: DB 설정 문제 해결

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* refactor: 필요 없는 클래스 제거

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: Equals&HashCode 재정의 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 카테고리 레포지토리 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* refactor: 카테고리 연관관계 메서드 이름 변경

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* style: 컨벤션 적용

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* test: 유틸리티 어노테이션 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

---------

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>
* feat: 카테고리 서비스 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 카테고리 api 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 카테고리 조회 예외 처리 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 카테고리 api 예외 처리 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* docs: 카테고리 api 문서화

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* style: final 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* style: final 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

---------

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>
* refactor: 외래키 제약조건 이름 수정

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 지역 엔티티 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 지역 레포지토리 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

---------

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>
* style: 예외 메시지 수정

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 지역 서비스 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 지역 api 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

---------

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>
* Feat: MVVM 구조 생성

* Feat: 레이아웃 작성

* refactor: 중복 함수 호출 삭제

* refactor: 런처 액티비티 수정

* refactor: 들여쓰기 추가

* refactor: string name 수정
* feat: auditing 기능 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 가격 객체 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 경매 엔티티 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 경매 레포지토리 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* style: 불필요한 개행 제거

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

---------

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>
* feat: 클릭 시 날짜, 시간 선택창 띄우기 구현

* feat: 함수 분리 및 정리, 뷰가 선택한 시간을 반영하도록 수정

* refactor: 함수명 수정
* rename: 패키지명 변경

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 읽기 전용 트랜젝션 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* style: 숫자 가독성 개선

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 입찰 단위 객체 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 경매 등록 Service 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 경매 등록 api 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* style: 코드 가독성 개선

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

---------

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>
* feat: equals & hashcode 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* test: 경매 단일 조회 테스트 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* test: import 와일드카드 제거

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

---------

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>
* feat: 경매 상세 조회 서비스 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 경매 상세 조회 api 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* style: 불필요한 개행 제거

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

---------

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>
* refactor: 변수명 변경

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 경매 삭제 도메인 비즈니스 로직 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

---------

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>
* feat: 경매 삭제 서비스 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: 경매 삭제 api 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* test: 불필요한 개행 제거

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

---------

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>
* feat: 상단 앱 바 UI 추가

* feat: 경매 입찰 버튼 UI 추가

* feat: 상품 이미지 뷰페이저 추가

* feat: 상품 정보 UI 추가

* feat: 판매자 정보 UI 추가

* refactor: 등록된 상품의 임시 이미지 url 데이터의 위치를 뷰모델로 수정

* refactor: 함수 분리

* rename: Event를 AuctionDetailEvent로 이름 변경

* refactor: root element를 shape로 수정

* refactor: 상세 화면에서만 사용하는 색상을 colors.xml에서 제거

* refactor: 스트링 리소스 정리
* chore: queryDsl 의존성 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

* feat: queryDsl 설정 추가

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>

---------

Co-authored-by: swonny <[email protected]>
Co-authored-by: apptie <[email protected]>
Co-authored-by: kwonyj1022 <[email protected]>
* feat: 경매 상품 목록 페이지 레이아웃 작성

* feat: 경매 상품 목록 필터 아이템 레이아웃 작성

* rename: 파일명 및 속성명 변경

* feat: 경매 상품 목록 경매 아이템 레이아웃 작성

* refactor: selector 에서 true 조건 먼저 확인하도록 수정 및 디폴트 조건 제거

* refactor: 조건문 코드 한 줄로 수정

* refactor: 상태값을 string resource로 분리

* refactor: 불필요한 로그 삭제
@JJ503 JJ503 added feature 기능 추가 시 all 안드로이드, 백엔드 전체 해당 시 labels Aug 31, 2023
Copy link
Collaborator

@apptie apptie left a comment

Choose a reason for hiding this comment

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

고생하셨습니다

@JJ503 JJ503 merged commit fcb9b09 into main Aug 31, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
all 안드로이드, 백엔드 전체 해당 시 feature 기능 추가 시
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

7 participants