diff --git a/documents/업무/3월/4째주/0324.txt b/documents/업무/3월/4째주/0324.txt new file mode 100644 index 0000000..a09abe2 --- /dev/null +++ b/documents/업무/3월/4째주/0324.txt @@ -0,0 +1,2 @@ +프로필 동기화 문제 + nodeValue: "http://lftalk2.lfcorp.com:8011/ProfileImage/2020/03/24/PF_100_105432196.png" diff --git a/documents/업무/3월/4째주/0325.txt b/documents/업무/3월/4째주/0325.txt new file mode 100644 index 0000000..b94bc9e --- /dev/null +++ b/documents/업무/3월/4째주/0325.txt @@ -0,0 +1,63 @@ +프로틸 동기화 + 조직도 + 대화 리스트 (모바일에서 나의 프로필 변경 시) + +72번 이슈 + 모바일에서 알림 끄기 시 PC대화방 오류 + 사전조건 + 1. 대화방 이름 변경한 그룹 대화방 있는 상태 + 2. 모바일 동시 로그인 상태 + + [검증절차] + 1. 모바일 : 해당 그룹 대화방 진입 + 2. 모바일 : 대화방 관리 > 알림 끄기/켜기 선택 + 3. PC : 대화방 목록에서 해당 그룹 대화방 확인 + + [검증결과] + 1. 설정한 대화방 이름으로 보여지지 않음 + + [검증환경] + PC_1.0.12 (운영서버) + +엘봇 + 노티피케이션 문구 변경 + 다국어 엘봇 추가 + 대화방 리스트 엘봇 문구 변경 + +LF 로그인 로고 + assets/images/logo/bg_logo_login.png +LF 탑바 로고 + assets/images/logo/logo_topbar.png +LF 메인 인트로 로고 + assets/images/logo/bg_logo_intro.png + + + this.queryProtocolService + .dataUser({ + divCd: 'OPENPROF', + seq: userSeq, + senderCompanyCode: this.loginRes.userInfo.companyCode, + senderEmployeeType: this.loginRes.userInfo.employeeType + }) + .pipe( + take(1), + map(res => { + if (!!res && !!res.userInfo) { + const result = this.dialogService.open< + ProfileDialogComponent, + ProfileDialogData, + ProfileDialogResult + >(ProfileDialogComponent, { + data: { + userInfo: res.userInfo + } + }); + if (!!result) { + if (!!result.closeEvent && result.closeEvent === 'CHAT') { + this.onCancel(); + } + } + } + }) + ) + .subscribe(); \ No newline at end of file diff --git a/documents/업무/Issue_doc/lftalk/Issue_2020.03.23 (LF Messenger)_박병은.xlsx b/documents/업무/Issue_doc/lftalk/Issue_2020.03.23 (LF Messenger)_박병은.xlsx new file mode 100644 index 0000000..282bf96 Binary files /dev/null and b/documents/업무/Issue_doc/lftalk/Issue_2020.03.23 (LF Messenger)_박병은.xlsx differ diff --git a/documents/업무/dev/LF_화상회의(Webex)_인터페이스정의서_v0.1.xlsx b/documents/업무/dev/LF_화상회의(Webex)_인터페이스정의서_v0.1.xlsx new file mode 100644 index 0000000..06239c1 Binary files /dev/null and b/documents/업무/dev/LF_화상회의(Webex)_인터페이스정의서_v0.1.xlsx differ diff --git a/documents/업무/dev/mac관련이슈.txt b/documents/업무/dev/mac관련이슈.txt new file mode 100644 index 0000000..a665ea0 --- /dev/null +++ b/documents/업무/dev/mac관련이슈.txt @@ -0,0 +1,5 @@ +일렉트론 오토업데이트 문서 주소 + https://www.electron.build/auto-update + +LF Talk2 로그파일 위치 + 라이브러리/Logs/LF Talk2 \ No newline at end of file