-
## 작업 목적
- 프로젝트 내 `mysql`, `mongodb`를 사용하면서 각 각의 DB를 핸들링하는 `transactionManager` 정의 필요
- 또한 mongodb의 경우 `multi document transaction`을 위해서는 `transactionManager` 선언이 필수
## 작업 내용 목차
1. [작업내용1 링크…
-
## 목적
> 텍스트 채팅
## 로드맵
- [x] 개발팀 기능 기획
- [x] UI팀기획
- [x] 기획 피드백, 확정
- [x] 코딩
- [ ] 테스트
-
My instance is logged in and joining rooms when invited, but does not respond to any messages. Below are the boot logs with `DEBUG=True`. Same with `DEBUG=False`
```
Attaching to hemppa
hemppa …
-
필드는 chattingroom_url(URL필드), is_assigned(Boolean필드) 정도면 될 것 같고, Matching모델과 연결이 되어있으면 나중에 쓸모가 있을 듯 하네요.
어차피 matching에 chattingroom_url을 넣어줘야 하니, 여기서 연결하면 될 듯합니다.
matching에 현재 개발되어있는 것처럼 url을 그대로 넣…