3째주 주간보고 및 21일 업무
This commit is contained in:
parent
41499618ea
commit
69d553edbd
24
documents/업무/2월/02_TODO_PhoneBook
Normal file
24
documents/업무/2월/02_TODO_PhoneBook
Normal file
|
@ -0,0 +1,24 @@
|
|||
주소록 동기화 테스트
|
||||
모바일로 테스트 하지 못할경우
|
||||
JSON 데이터 만들어서 테스트 진행
|
||||
|
||||
주소록 저장소 로컬 스토리지
|
||||
|
||||
|
||||
contact json model
|
||||
이름
|
||||
폰번호: string[]
|
||||
image
|
||||
{
|
||||
'totalcount': 100,
|
||||
'contact': [
|
||||
{
|
||||
"name":"박성균",
|
||||
"phone":[
|
||||
"01091568989",
|
||||
"022563212"
|
||||
],
|
||||
"image":"~~~~~~"
|
||||
},
|
||||
]
|
||||
}
|
|
@ -91,7 +91,7 @@ state 생성
|
|||
메모
|
||||
ActiveYN
|
||||
|
||||
새로운 주소록 정보
|
||||
contact json model
|
||||
이름
|
||||
폰번호: string[]
|
||||
image
|
||||
|
|
|
@ -6,9 +6,27 @@
|
|||
|
||||
|
||||
TODO
|
||||
설정->쪽지 알림 메뉴 삭제 (주석)
|
||||
설정->원격 지원 메뉴 삭제 (주석)
|
||||
left-menu->전화걸기 메뉴 삭제 (주석)
|
||||
설정->쪽지 알림 메뉴 삭제 (주석) O
|
||||
설정->원격 지원 메뉴 삭제 (주석) O
|
||||
left-menu->전화걸기 메뉴 삭제 (주석) O
|
||||
|
||||
전체 파일 리스트
|
||||
선택파일
|
||||
seq,
|
||||
fileIndx
|
||||
media
|
||||
prev
|
||||
현재 인덱스 --;
|
||||
이전 데이터 체크
|
||||
next
|
||||
현재 인덱스 ++;
|
||||
다음 데이터 체크
|
||||
download
|
||||
번들 이미지 체크
|
||||
번들 인덱스
|
||||
else
|
||||
파일 정보
|
||||
|
||||
|
||||
|
||||
시작
|
||||
|
@ -28,3 +46,4 @@ layout/messages.component.ts
|
|||
ui/video-viewer.compoent.ts
|
||||
ui/binary-viewer.component.ts
|
||||
끝
|
||||
|
||||
|
|
BIN
weekly-report/2월/주간보고_박병은_2020.0221.pptx
Normal file
BIN
weekly-report/2월/주간보고_박병은_2020.0221.pptx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user