diff --git a/documents/업무/9월/0903.txt b/documents/업무/9월/0903.txt deleted file mode 100644 index c40e80c..0000000 --- a/documents/업무/9월/0903.txt +++ /dev/null @@ -1,4 +0,0 @@ -lf -ds -crm-pro - web projects 구성 \ No newline at end of file diff --git a/documents/업무/9월/0901.txt b/documents/업무/9월/1째주/0901.txt similarity index 100% rename from documents/업무/9월/0901.txt rename to documents/업무/9월/1째주/0901.txt diff --git a/documents/업무/9월/0902.txt b/documents/업무/9월/1째주/0902.txt similarity index 100% rename from documents/업무/9월/0902.txt rename to documents/업무/9월/1째주/0902.txt diff --git a/documents/업무/9월/1째주/0903.txt b/documents/업무/9월/1째주/0903.txt new file mode 100644 index 0000000..83dd63f --- /dev/null +++ b/documents/업무/9월/1째주/0903.txt @@ -0,0 +1,75 @@ +lf +ds + window close 실행 안되는 이슈 + 흰화면 이슈 + websocket factory가 실행되어 있고 +crm-pro + web projects 구성 +@ucap-ng-ui/viewer + @domain-chat + @domain-status + +@ucap/domain-status + @ucap/domain-organization + +companyCode: appUserInfo.companyCode, +companyGroupType: appUserInfo.companyGroupType, +loginId: appUserInfo.loginId, +loginPw: appUserInfo.loginPw +}, +rememberMe: appUserInfo.rememberMe, +autoLogin: true + + + + map((res) => { + if (res.statusCode === StatusCode.Success) { + this.store.dispatch(CompanyStore.companyListSuccess(res)); + resolve(false); + } else { + this.store.dispatch( + CompanyStore.companyListFailure({ error: 'Failed' }) + ); + resolve(true); + } + }), + +// this.externalApiService +// .companyList({ +// companyGroupCode: environment.companyConfig.companyGroupCode +// } as CompanyListRequest) +// .pipe( +// take(1), +// catchError((error) => { +// this.ngZone.run(() => { +// this.dialogService.open< +// AlertDialogComponent, +// AlertDialogData, +// AlertDialogResult +// >(AlertDialogComponent, { +// panelClass: 'miniSize-dialog', +// data: { +// title: this.translateService.instant( +// 'accounts.errors.loginFailed' +// ), +// html: this.translateService.instant( +// 'accounts.errors.networkFailedAndRetry' +// ) +// } +// }); +// }); +// resolve(true); +// return of(error); +// }) +// ) +// .subscribe((res) => { +// if (res.statusCode === StatusCode.Success) { +// this.store.dispatch(CompanyStore.companyListSuccess(res)); +// resolve(false); +// } else { +// this.store.dispatch( +// CompanyStore.companyListFailure({ error: 'Failed' }) +// ); +// resolve(true); +// } +// }); \ No newline at end of file diff --git a/documents/업무/9월/2째주/0907.txt b/documents/업무/9월/2째주/0907.txt new file mode 100644 index 0000000..233c5bf --- /dev/null +++ b/documents/업무/9월/2째주/0907.txt @@ -0,0 +1,11 @@ +ds + 대화내용이 맨밑으로 안되고 상단으로 올라가는 이슈 + 알림해제 설정 대화방이 대화방 리스트 최상단에 위치하는 경우 + 다른 대화방에 안읽은 메시지 존재 또는 신규 수신시 블링크 안되는 문제 보안 + 흰화면 나올때 디버깅 로그 추가 + +crm-pro + web-project + 전화관련 컴포넌트 생성 + 회의 이슈 + 공용주소록 - 보안 및 사용 부적절 \ No newline at end of file diff --git a/documents/업무/9월/2째주/0908.txt b/documents/업무/9월/2째주/0908.txt new file mode 100644 index 0000000..4e6d677 --- /dev/null +++ b/documents/업무/9월/2째주/0908.txt @@ -0,0 +1,23 @@ +ds + 새로운 대화 입력 후 + 대화내용이 맨밑으로 안되고 상단으로 올라가는 이슈 + + +crm-pro + web-project + 전화관련 컴포넌트 생성 + 회의 이슈 + 공용주소록 - 보안 및 사용 부적절 + API 스펙문서 + OCX + Rest API + 소켓통신 + + + +windows regsvr32 LGUBaseOpenApi.ocx +mfc.exe 실행 +tcp 통신 + + LGUBaseOpenApi.ocx 등록 (regsvr32) + exe 실행 diff --git a/documents/업무/dev/crm pro/00.기타/infra-info.txt b/documents/업무/dev/crm pro/00.기타/infra-info.txt index e104272..8b3f036 100644 --- a/documents/업무/dev/crm pro/00.기타/infra-info.txt +++ b/documents/업무/dev/crm pro/00.기타/infra-info.txt @@ -9,6 +9,11 @@ 30302 개발용 가입자 정보 연동 22 원격 지원용 +고센 API 아이디 +아이디 : 07082774004 +비밀번호 : cp!uc@pLG + + 참고로 시스템에 접속하기 위해서는 모임스톤에 있는 시스템을 경유하여 접속을 하고 있는 상황입니다. diff --git a/documents/업무/dev/crm pro/02.분석/기획서/08-U+ CRM-로그인 화면정의서_V1.0_20090801.pptx b/documents/업무/dev/crm pro/02.분석/기획서/08-U+ CRM-로그인 화면정의서_V1.0_20090801.pptx new file mode 100644 index 0000000..fe168d1 Binary files /dev/null and b/documents/업무/dev/crm pro/02.분석/기획서/08-U+ CRM-로그인 화면정의서_V1.0_20090801.pptx differ diff --git a/documents/업무/dev/crm pro/ocx/LGUApivc.exe b/documents/업무/dev/crm pro/ocx/LGUApivc.exe new file mode 100644 index 0000000..dea4d34 Binary files /dev/null and b/documents/업무/dev/crm pro/ocx/LGUApivc.exe differ diff --git a/documents/업무/dev/crm pro/ocx/LGUBaseOpenApi.INF b/documents/업무/dev/crm pro/ocx/LGUBaseOpenApi.INF new file mode 100644 index 0000000..dd391fd --- /dev/null +++ b/documents/업무/dev/crm pro/ocx/LGUBaseOpenApi.INF @@ -0,0 +1,64 @@ + +[Version] +Signature="$Chicago$" +AdvancedINF=2.5 + +[DefaultInstall] +CopyFiles=BPFiles, inffile +AddReg=BP.AddReg +RegisterOCXs=RegisterOCXSection + +[DefaultUninstall] +cleanup=1 +Delfiles=BPFiles +delreg=BP.DelReg +UnRegisterOCXs=UnRegisterOCXSection + +[strings] +productname="LGUBaseOpenApi" +DefaultName = "LGUBaseOpenApi" +ComponentID = "LGUBaseOpenApi" +VersionNumber = "1,0,1,21" +FileVersion = "1,0,1,21" +RegisterServer = "yes" +;LocaleID = "KR" + +[RegisterOCXSection] +%16422%\LGUBaseOpenApi\LGUBaseOpenApi.ocx + +[UnRegisterOCXSection] +%16422%\LGUBaseOpenApi\LGUBaseOpenApi.ocx + +[BP.AddReg] +HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\LGUBaseOpenApi,"QuietDisplayName",,"%ProductName%" +HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\LGUBaseOpenApi,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\LGUBaseOpenApi.inf,DefaultUninstall,5" +HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\LGUBaseOpenApi,"RequiresIESysFile",,"4.70.0.1155" + +; 9/10/98 smp added key for win98 uninstall from control panel... +HKLM, "Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\LGUBaseOpenApi","Installed",,1 + +[BP.DelReg] +HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\LGUBaseOpenApi,"QuietDisplayName",,"%ProductName%" +HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\LGUBaseOpenApi,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\LGUBaseOpenApi.inf,DefaultUninstall,5" +HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\LGUBaseOpenApi,"RequiresIESysFile",,"4.70.0.1155" + +; 9/10/98 smp added key for win98 uninstall from control panel... +HKLM, "Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\LGUBaseOpenApi","Installed",,0 + +[SourceDisksNames] +1="LGUBaseOpenApi","LGUBaseOpenApi.cab",1 + +[SourceDisksFiles] +LGUBaseOpenApi.ocx=1 + + +[BPFiles] +LGUBaseOpenApi.ocx,,,33 + + +[inffile] +LGUBaseOpenApi.inf,,,33 + +[DestinationDirs] +BPFiles=16422, LGUBaseOpenApi +inffile=17 diff --git a/documents/업무/dev/crm pro/ocx/LGUBaseOpenApi.ocx b/documents/업무/dev/crm pro/ocx/LGUBaseOpenApi.ocx new file mode 100644 index 0000000..a355063 Binary files /dev/null and b/documents/업무/dev/crm pro/ocx/LGUBaseOpenApi.ocx differ diff --git a/documents/업무/dev/crm pro/ocx/LGUBaseOpenApi.zip b/documents/업무/dev/crm pro/ocx/LGUBaseOpenApi.zip new file mode 100644 index 0000000..ba51154 Binary files /dev/null and b/documents/업무/dev/crm pro/ocx/LGUBaseOpenApi.zip differ diff --git a/documents/업무/dev/crm pro/ocx/Usage.txt b/documents/업무/dev/crm pro/ocx/Usage.txt new file mode 100644 index 0000000..c9e4b51 --- /dev/null +++ b/documents/업무/dev/crm pro/ocx/Usage.txt @@ -0,0 +1,30 @@ + + +접속포트 : 9876, TCP + +1. 로그인 + + 1.1. 요청 +{ "req_type" : "Login", "SeqNum" : "1", "LoginId" : "07082774004", "Password" : "cp!uc@pLG" } + 1.2. 응답 +{ "RespType" : "LoginResult", "Result" : "LOGINRESULT|STATUS:1|EXTEN:101t4004|CALLERID:07082774004|DOMAIN:premium_c_965657.lgdacom.net|MSG:101t4004,07082774004,tmpid4004@premium_c_965657.lgdacom."} + +2. 전화걸기 + 2.1. 요청 +{ "req_type" : "ClickCall", "SeqNum" : "1", "CallNumber" : "01012345678" } + + 2.2. 응답 +{ "RespType" : "SendRingEvent", "Result" : "RINGEVENT|ISDIAL:0|CHANNEL:SIP/10013458..." } + +3. 이벤트 + + 3.1. SendRingEvent, 송신/수신시 +{ "RespType" : "SendRingEvent", "Result" : "RINGEVENT|ISDIAL:0|CHANNEL:SIP/10013458..." } + + 3.2. SendChannelListEvent, 전화통화 이루어 질 때, (Answer 시) +{ "RespType" : "SendChannelListEvent", "Result" : "......" } + + 3.3. SendChannelOutEvent, ring 종료시, 통화중 채널종료시 +{ "RespType" : "SendChannelOutEvent", "Result" : "......" } + + diff --git a/documents/업무/dev/crm pro/ocx/ocx api spec.txt b/documents/업무/dev/crm pro/ocx/ocx api spec.txt new file mode 100644 index 0000000..3463293 --- /dev/null +++ b/documents/업무/dev/crm pro/ocx/ocx api spec.txt @@ -0,0 +1,22 @@ +접속포트 : 9876, TCP + +1. 로그인 + + 1.1. 요청 +{ "req_type" : "Login", "SeqNum" : "1", "LoginId" : "07082774004", "Password" : "cp!uc@pLG" } + 1.2. 응답 +{ "RespType" : "LoginResult", "Result" : "LOGINRESULT|STATUS:1|EXTEN:101t4004|CALLERID:07082774004|DOMAIN:premium_c_965657.lgdacom.net|MSG:101t4004,07082774004,tmpid4004@premium_c_965657.lgdacom."} + +2. 전화걸기 + 2.1. 요청 +{ "req_type" : "ClickCall", "SeqNum" : "1", "CallNumber" : "01012345678" } + + 2.2. 응답 +{ "RespType" : "SendRingEvent", "Result" : "RINGEVENT|ISDIAL:0|CHANNEL:SIP/10013458..." } + + +3.2. SendChannelListEvent, 전화통화 이루어 질 때, (Answer 시) +{ "RespType" : "SendChannelListEvent", "Result" : "......" } + + 3.3. SendChannelOutEvent, ring 종료시, 통화중 채널종료시 +{ "RespType" : "SendChannelOutEvent", "Result" : "......" } \ No newline at end of file diff --git a/documents/업무/개발버전패키징절차.txt b/documents/업무/개발버전패키징절차.txt index edc2b50..74a83c3 100644 --- a/documents/업무/개발버전패키징절차.txt +++ b/documents/업무/개발버전패키징절차.txt @@ -7,6 +7,7 @@ app-translate.module.ts prefix = environment.production ? '/dist/ucap-webmessenger-app/assets/i18n/' // production version : '/projects/ucap-webmessenger-app/src/assets/i18n/'; // development version + // 개발 버전으로 묶을때 case NativeType.Electron: prefix = environment.production diff --git a/weekly-report/9월/재택/개발자 근무실적_템플릿_박병은_0907.xlsx b/weekly-report/9월/재택/개발자 근무실적_템플릿_박병은_0907.xlsx new file mode 100644 index 0000000..c99dd55 Binary files /dev/null and b/weekly-report/9월/재택/개발자 근무실적_템플릿_박병은_0907.xlsx differ diff --git a/weekly-report/9월/재택/개발자 근무실적_템플릿_박병은_0908.xlsx b/weekly-report/9월/재택/개발자 근무실적_템플릿_박병은_0908.xlsx new file mode 100644 index 0000000..be7a343 Binary files /dev/null and b/weekly-report/9월/재택/개발자 근무실적_템플릿_박병은_0908.xlsx differ