3째주 주간보고 및 21일 업무

This commit is contained in:
Park Byung Eun 2020-02-21 17:39:14 +09:00
parent 41499618ea
commit 69d553edbd
4 changed files with 47 additions and 4 deletions

View File

@ -0,0 +1,24 @@
주소록 동기화 테스트
모바일로 테스트 하지 못할경우
JSON 데이터 만들어서 테스트 진행
주소록 저장소 로컬 스토리지
contact json model
이름
폰번호: string[]
image
{
'totalcount': 100,
'contact': [
{
"name":"박성균",
"phone":[
"01091568989",
"022563212"
],
"image":"~~~~~~"
},
]
}

View File

@ -91,7 +91,7 @@ state 생성
메모 메모
ActiveYN ActiveYN
새로운 주소록 정보 contact json model
이름 이름
폰번호: string[] 폰번호: string[]
image image

View File

@ -6,9 +6,27 @@
TODO TODO
설정->쪽지 알림 메뉴 삭제 (주석) 설정->쪽지 알림 메뉴 삭제 (주석) O
설정->원격 지원 메뉴 삭제 (주석) 설정->원격 지원 메뉴 삭제 (주석) O
left-menu->전화걸기 메뉴 삭제 (주석) left-menu->전화걸기 메뉴 삭제 (주석) O
전체 파일 리스트
선택파일
seq,
fileIndx
media
prev
현재 인덱스 --;
이전 데이터 체크
next
현재 인덱스 ++;
다음 데이터 체크
download
번들 이미지 체크
번들 인덱스
else
파일 정보
시작 시작
@ -28,3 +46,4 @@ layout/messages.component.ts
ui/video-viewer.compoent.ts ui/video-viewer.compoent.ts
ui/binary-viewer.component.ts ui/binary-viewer.component.ts