diff --git a/documents/업무/3월/4째주/0325.txt b/documents/업무/3월/4째주/0325.txt index b94bc9e..ff6e1a3 100644 --- a/documents/업무/3월/4째주/0325.txt +++ b/documents/업무/3월/4째주/0325.txt @@ -31,6 +31,14 @@ LF 탑바 로고 LF 메인 인트로 로고 assets/images/logo/bg_logo_intro.png +http://121.50.21.57:9097/uCapWebex/webex/join + ? + userSeq=100& + deviceType=P& + tokenKey=OTkwMjY5MTA0MTc5ODc3ODM4MzgxMDE1NzU1NTQ2OTUzNjgwMjgw& + roomSeq=10 + +http://lftalk2.lfcorp.com:8033/Extern/CompanyList.aspx 요청시 this.queryProtocolService .dataUser({ diff --git a/documents/업무/3월/4째주/0326.txt b/documents/업무/3월/4째주/0326.txt new file mode 100644 index 0000000..aa34118 --- /dev/null +++ b/documents/업무/3월/4째주/0326.txt @@ -0,0 +1,31 @@ +조직도 프로필 싱크 (진행) + + 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/업무/3월/4째주/next-ucap-messenger-lf-2020-0325-1650.zip b/documents/업무/3월/4째주/next-ucap-messenger-lf-2020-0325-1650.zip new file mode 100644 index 0000000..d2fa9a8 Binary files /dev/null and b/documents/업무/3월/4째주/next-ucap-messenger-lf-2020-0325-1650.zip differ 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 index 282bf96..d716022 100644 Binary files a/documents/업무/Issue_doc/lftalk/Issue_2020.03.23 (LF Messenger)_박병은.xlsx 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 index 06239c1..d291b48 100644 Binary files a/documents/업무/dev/LF_화상회의(Webex)_인터페이스정의서_v0.1.xlsx and b/documents/업무/dev/LF_화상회의(Webex)_인터페이스정의서_v0.1.xlsx differ