diff --git a/documents/업무/3월/5째주/0330.txt b/documents/업무/3월/5째주/0330.txt index 1da4f26..253f724 100644 --- a/documents/업무/3월/5째주/0330.txt +++ b/documents/업무/3월/5째주/0330.txt @@ -1,3 +1,43 @@ +완료 + 화상회의 메세지 수정 + 이벤트 번호 출력 + URL 출력 + 비밀번호 출력 + 메세지 컴포넌트 화상회의 함수 수정 + +진행중 + 문제 + 현재 대화방 오픈 테스트2가 나에게 메시지를 전송 + 앱이 최소화 되었을 때 + 앱이 백그라운드 되었을 때 + 리드 카운트 변경하지 않음 + + 결과 + 앱 실행 && 현재 대화방 오픈 (대화 상대가 메세지 전송) + if (포커스 아웃 || 최소화) + 읽음처리 X + + 기존로직 + 해당 대화방 오픈 X && 대화방 구성원이 메세지 전송 + readNotification -> event/effect/eadNotification$ + 둘다 해당되지 않음 + 오픈된 방에 대한 경우 + 이벤트 발생 주체가 자신인 경우 + -> SendNotification -> sendNotification$ -> newInfo$ + + 가설 + 1. 현재방 오픈 + 2. 앱 최소화 또는 블러 상태 + 3. 대화상대 메세지 전송 + 4. 읽음처리 하지 않음 + 4-1. 포커스 이벤트 서브젝트 수신 + 4-2 읽음처리 + 5. 확인 + + + +차주 오픈 까지 완성도 높이기 + SSVC_TYPE_OPTION_UPD_REQ 이게 알림 ON/OFF 입니다. diff --git a/documents/업무/3월/5째주/next-ucap-messenger-lf-2020-0330-1810.zip b/documents/업무/3월/5째주/next-ucap-messenger-lf-2020-0330-1810.zip new file mode 100644 index 0000000..b92be78 Binary files /dev/null and b/documents/업무/3월/5째주/next-ucap-messenger-lf-2020-0330-1810.zip differ diff --git a/documents/업무/dev/npmrc설정.txt b/documents/업무/dev/npmrc설정.txt new file mode 100644 index 0000000..fb1129c --- /dev/null +++ b/documents/업무/dev/npmrc설정.txt @@ -0,0 +1,4 @@ +${Users}/.npmrc 생성 + registry=http://10.81.13.221:8081/nexus/repository/npm-all/ + always-auth=true + _auth=Z2VlazoxcTJ3M2U0cjV0 \ No newline at end of file