sync
This commit is contained in:
parent
23a39dfd83
commit
35bbc67650
94
documents/업무/8월/1째주/0806.txt
Normal file
94
documents/업무/8월/1째주/0806.txt
Normal file
|
@ -0,0 +1,94 @@
|
|||
1. CRM PRO
|
||||
인증
|
||||
IP-PBX(DCS) 사용자 인증이란? (distributed control system)
|
||||
메뉴
|
||||
전화, 문자, 주소록, 메모, 게시판, 환경설정
|
||||
최대화: 앱 최대 화면 사이즈
|
||||
최소화: 시스템 트레이
|
||||
간소화: 상/하/좌/우로 이동할 수 있는 리모컨 형태의 사이즈
|
||||
전화
|
||||
보류:
|
||||
음소거:
|
||||
3자통화
|
||||
당겨받기:
|
||||
돌려주기:
|
||||
검색기능:
|
||||
이력삭제:
|
||||
페이징:
|
||||
퀵메뉴:
|
||||
문자
|
||||
특수문자:
|
||||
페이징:
|
||||
퀵메뉴:
|
||||
주소록
|
||||
단축번호 지정
|
||||
그룹
|
||||
즐겨찾기
|
||||
블랙리스트
|
||||
메모
|
||||
페이징:
|
||||
예약
|
||||
퀵메뉴
|
||||
공지사항
|
||||
환경설정
|
||||
|
||||
loginRes$
|
||||
roomInfo$
|
||||
eventList$
|
||||
newEventList$
|
||||
searchedList$
|
||||
eventInfoStatus$
|
||||
eventRemained$
|
||||
|
||||
MessengerChannel.Logout
|
||||
MessengerChannel.ChangeStatus,
|
||||
MessengerChannel.ShowSetting,
|
||||
UpdaterChannel.ExistInstant,
|
||||
WindowStateChannel.Changed,
|
||||
WindowStateChannel.FocuseChanged,
|
||||
IdleStateChannel.Changed,
|
||||
ChatChannel.OpenRoom,
|
||||
ChatChannel.ClearAllNotify,
|
||||
|
||||
|
||||
MessengerChannel.GetVersionInfo,
|
||||
MessengerChannel.ChangeStatus,
|
||||
MessengerChannel.ShowSetting,
|
||||
AppChannel.Logined,
|
||||
AppChannel.setSetting,
|
||||
MessengerChannel.ClearAppStorage,
|
||||
MessengerChannel.ClearAppCache,
|
||||
MessengerChannel.ChangeAutoLaunch,
|
||||
MessengerChannel.ChangeStartupHideWindow,
|
||||
MessengerChannel.ChangeDownloadPath,
|
||||
NotificationChannel.Notify,
|
||||
NotificationChannel.CloseAllNotify,
|
||||
UpdaterChannel.Apply,
|
||||
UpdaterChannel.StartCheckInstant,
|
||||
UpdaterChannel.ApplyInstant,
|
||||
FileChannel.ShowImageViewer,
|
||||
FileChannel.ReadFile,
|
||||
FileChannel.SaveFile,
|
||||
|
||||
|
||||
logoutSubject
|
||||
changeStatusSubject
|
||||
showSettingSubject
|
||||
windowStateChangedSubject
|
||||
windowFocusChangedSubject
|
||||
idleStateChangedSubject
|
||||
chatOpenRoomSubject
|
||||
clearAllNotifySubject
|
||||
msgOpenMessageSubject
|
||||
backgroundCheckForUpdatesSubject
|
||||
|
||||
group.component.ts
|
||||
subject unsubscribe
|
||||
list-item.component.ts
|
||||
봇대화방
|
||||
1:1 대화방
|
||||
멀티방
|
||||
대화방명이 있을 때
|
||||
대화방명이 없을 때
|
||||
|
||||
|
59
documents/업무/8월/1째주/0807.txt
Normal file
59
documents/업무/8월/1째주/0807.txt
Normal file
|
@ -0,0 +1,59 @@
|
|||
|
||||
group.component.ts
|
||||
subject unsubscribe
|
||||
list-item.component.ts
|
||||
봇대화방
|
||||
1:1 대화방
|
||||
멀티방
|
||||
대화방명이 있을 때
|
||||
대화방명이 없을 때
|
||||
|
||||
대상 수정사항
|
||||
설정 알림 on
|
||||
1. 앱 포커스
|
||||
대화방 오픈
|
||||
다른 대화방 노티
|
||||
알림이 켜져있는 경우
|
||||
블링크
|
||||
|
||||
조직도
|
||||
2. 앱 blur || background
|
||||
블링크
|
||||
|
||||
1.
|
||||
|
||||
LF 수정사항
|
||||
비밀번호 만기 팝업 후 비밀번호 찾기 사이트로 이동
|
||||
|
||||
gnbMenuIndexSubscription
|
||||
fileInfoListSubscription
|
||||
isBulkInfoSubscription
|
||||
eventInfoStatusSubscription
|
||||
eventListSubscription
|
||||
eventRemainedSubscription
|
||||
searchEventListProcessingSubscription
|
||||
userStatusListSubscription
|
||||
userInfoListSubscription
|
||||
roomInfoSubscription
|
||||
|
||||
if (this.roomInfoSubject.value.roomType === RoomType.Single) {
|
||||
return this.userInfoListSubject.value.filter((roomUserInfo) => {
|
||||
return this.loginResSubject.value.userSeq !== roomUserInfo.seq;
|
||||
});
|
||||
} else {
|
||||
return this.userInfoListSubject.value
|
||||
.filter((roomUserInfo) => {
|
||||
return (
|
||||
this.loginResSubject.value.userSeq !== roomUserInfo.seq &&
|
||||
roomUserInfo.isJoinRoom
|
||||
);
|
||||
})
|
||||
.sort((a, b) => (a.name < b.name ? -1 : a.name > b.name ? 1 : 0));
|
||||
}
|
||||
|
||||
107842
|
||||
107844
|
||||
107843
|
||||
107841
|
||||
107826
|
||||
107846
|
3
documents/업무/dev/crm pro/01.착수/기초자료/Contact_주소록_내보내기.csv
Normal file
3
documents/업무/dev/crm pro/01.착수/기초자료/Contact_주소록_내보내기.csv
Normal file
|
@ -0,0 +1,3 @@
|
|||
NAME,NICK,COMPANY,GROUP,FAVORITE,MEMO,MAIN_PHONE,MAIN_PHONE_SHORT,HOME_PHONE1,HOME_PHONE_SHORT1,HOME_PHONE2,HOME_PHONE_SHORT2,MOBILE1,MOBILE_SHORT1,MOBILE2,MOBILE_SHORT2,WORK_PHONE1,WORK_PHONE_SHORT1,WORK_PHONE2,WORK_PHONE_SHORT2,HOME_FAX,HOME_FAX_SHORT,WORK_FAX,WORK_FAX_SHORT,ETC_PHONE1,ETC_PHONE_SHORT1,ETC_PHONE2,ETC_PHONE_SHORT2,HOME_EMAIL,WORK_EMAIL,ETC_EMAIL,HOME_ADD,WORK_ADD,ETC_ADD,HOMEPAGE,PROFILE,BLOG,WORK_HOME,GG_CONTACT_ID,GG_GROUP_ID,BLACK_LIST
|
||||
¹Úº´Àº,geekdev,ÁªÅØ,group1,1,,,,,,,,010-4055-6699,,,,,,,,,,,,,,,,,geekdev@lgcnspartner.com,,,,,,,,,,,0
|
||||
Å×½ºÆ®,test1,ÁªÅØ,,0,teststst,031-3091-1023,,02-980-9012,,,,010-1234-1234,,,,031-929-1911,,,,02-991-1903,,02-991-1922,,,,,,test@test.com,test@company.com,test@default.com,sdfgfdsf,rtes,sdfsdffsd,,https://www.google.com,https://www.daum.com,https://www.naver.com,,,0
|
|
Binary file not shown.
BIN
weekly-report/8월/주간보고_박병은_2020.0807.pptx
Normal file
BIN
weekly-report/8월/주간보고_박병은_2020.0807.pptx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user