From f930debb4c4d6d6d0a0d6a96b797302ad329325d Mon Sep 17 00:00:00 2001 From: Park Byung Eun Date: Tue, 4 Aug 2020 17:42:56 +0900 Subject: [PATCH] sync --- documents/업무/8월/1째주/0803.txt | 11 ++++++ documents/업무/8월/1째주/0804.txt | 60 +++++++++++++++++++++++++++++++ documents/업무/8월/2째주/0810.txt | 0 3 files changed, 71 insertions(+) create mode 100644 documents/업무/8월/1째주/0803.txt create mode 100644 documents/업무/8월/1째주/0804.txt create mode 100644 documents/업무/8월/2째주/0810.txt diff --git a/documents/업무/8월/1째주/0803.txt b/documents/업무/8월/1째주/0803.txt new file mode 100644 index 0000000..cb68c17 --- /dev/null +++ b/documents/업무/8월/1째주/0803.txt @@ -0,0 +1,11 @@ +ds 소스 파악 + +CRM Pro 기능목록 작성 + 레이아웃 + 통화 + 문자 + 주소록 + 메모 + 녹취 + 게시판 + 설정 \ No newline at end of file diff --git a/documents/업무/8월/1째주/0804.txt b/documents/업무/8월/1째주/0804.txt new file mode 100644 index 0000000..957a31d --- /dev/null +++ b/documents/업무/8월/1째주/0804.txt @@ -0,0 +1,60 @@ +1. CRM PRO 기능 목록 초안 +2. ds 모바일 연속으로 메세지 전송 시 리드 카운트 싱크 안맞는 부분 수정 + +main.page.component.ts +// this.clearAllNotifySubscription = this.nativeService +// .clearAllNotify() +// .pipe( +// withLatestFrom( +// this.store.pipe( +// select(AppStore.MessengerSelector.RoomSelector.roomInfo) +// ), +// this.store.pipe( +// select(AppStore.MessengerSelector.SettingsSelector.gnbMenuIndex) +// ), +// this.store.pipe( +// select(AppStore.MessengerSelector.EventSelector.selectAllInfoList) +// ), +// this.store.pipe( +// select(AppStore.MessengerSelector.SyncSelector.selectAllRoom) +// ), +// this.store.pipe( +// select(AppStore.MessengerSelector.RoomSelector.selectUserinfolist) +// ) +// ), +// map( +// ([_, roomInfo, gnbMenuIndex, eventList, roomList, userInfoList]) => { +// if ( +// !!roomInfo && +// !!roomInfo.roomSeq && +// !!eventList && +// !!userInfoList && +// eventList.length > 0 && +// userInfoList.length > 0 && +// gnbMenuIndex !== MainMenu.Organization +// ) { +// const targetRoomInfo = roomList.filter( +// (room) => room.roomSeq === roomInfo.roomSeq +// )[0]; + +// const targetUser = userInfoList.filter( +// (user) => user.seq === this.loginRes.userSeq +// )[0]; + +// if ( +// !!targetRoomInfo && +// !!targetUser && +// targetUser.lastReadEventSeq < targetRoomInfo.lastReadEventSeq +// ) { +// this.store.dispatch( +// EventStore.read({ +// roomSeq: roomInfo.roomSeq, +// lastReadSeq: eventList[eventList.length - 1].seq +// }) +// ); +// } +// } +// } +// ) +// ) +// .subscribe(); diff --git a/documents/업무/8월/2째주/0810.txt b/documents/업무/8월/2째주/0810.txt new file mode 100644 index 0000000..e69de29