Commit f181402
refactor : 소켓메세지 전송할 때 body 안넣어도 되도록 수정 및 오류 해결 (#26)
* docs : PR Template 작성
* docs : readmd.md 변경
* feat : entity 수정
* refactor : enum 클래스 분리 및 repo에 JPA 상속
* feat : create(), saveSeatInfo() 기본 틀 구현
* feat : 예매상태 변경하는 메서드 구현 및 생성자 수정
* feat : updatePrice() 메서드 구현
* feat : 일정시간 후 좌석반환, 공통응답 구현
* feat : reservation 도메인 예외처리
* refactor : 다른 api와 중복되는 api 삭제
* feat : redis 연결설정 및 예매 대기 기능 구현
* feat : 소켓 연결 끊겼을 때 sorted set에서 데이터 삭제하는 로직 구현
* refactor : 전체 코드 리팩토링
* feat : 예매취소, 예매조회 api 및 유효성 검증 구현
* refactor : 인터셉터에서 데이터 추출 방식 변경 및 주석 제거
* chore : .gitignore update
* feat : 소켓 연결 테스트코드 작성
* chore : 테스트코드 수정
* fix : 테스트코드 오류 수정, SecurityConfig oauth 설정 주석 처리
* chore : 주석 해제
* chore : dev-ci.yml에 redis 설정 추가
* chore : redis 버전 변경, 호스트명 변경
* feat : 티켓팅 가능 시간 체크하는 로직 추가
* fix : seat 테이블 컬럼 수정 반영
* refactor : 결제 도메인이랑 로직 연결
* chore : 사용안하는 클래스 삭제
* refactor : 소켓 연결시 헤더에서 token 추출
* feat : 대기열 TTL을 좌석 선택 화면 접근 후부터 적용하도록 수정
* feat : 예매취소시 좌석 반환
* feat : SeatScheduleInfo Service에 대기열 passed 여부 확인 및 좌석 선택 완료 후 queue에서 삭제
* refactor : 소켓메세지 전송할 때 body 안넣어도 되도록 수정 및 오류 해결
* chore : 웹소켓 테스트용 text 파일 추가
---------
Co-authored-by: pokerbearkr <ogdongwon@gmail.com>1 parent 93b5578 commit f181402
File tree
4 files changed
+13
-8
lines changed- src/main
- java/org/example/siljeun/domain
- reservation
- controller
- entity
- schedule/controller
- resources
4 files changed
+13
-8
lines changedLines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | | - | |
6 | 4 | | |
| 5 | + | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Binary file not shown.
0 commit comments