diff --git a/documents/업무/2월/02_TODO_PhoneBook b/documents/업무/2월/02_TODO_PhoneBook new file mode 100644 index 0000000..0d41a68 --- /dev/null +++ b/documents/업무/2월/02_TODO_PhoneBook @@ -0,0 +1,24 @@ +주소록 동기화 테스트 + 모바일로 테스트 하지 못할경우 + JSON 데이터 만들어서 테스트 진행 + +주소록 저장소 로컬 스토리지 + + +contact json model + 이름 + 폰번호: string[] + image +{ + 'totalcount': 100, + 'contact': [ + { + "name":"박성균", + "phone":[ + "01091568989", + "022563212" + ], + "image":"~~~~~~" + }, + ] +} \ No newline at end of file diff --git a/documents/업무/2월/3째주/0218.txt b/documents/업무/2월/3째주/0218.txt index a09e63c..5fe4615 100644 --- a/documents/업무/2월/3째주/0218.txt +++ b/documents/업무/2월/3째주/0218.txt @@ -91,7 +91,7 @@ state 생성 메모 ActiveYN -새로운 주소록 정보 +contact json model 이름 폰번호: string[] image diff --git a/documents/업무/2월/3째주/0221.txt b/documents/업무/2월/3째주/0221.txt index 929e6b8..4bcc614 100644 --- a/documents/업무/2월/3째주/0221.txt +++ b/documents/업무/2월/3째주/0221.txt @@ -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 끝 + diff --git a/weekly-report/2월/주간보고_박병은_2020.0221.pptx b/weekly-report/2월/주간보고_박병은_2020.0221.pptx new file mode 100644 index 0000000..dee3337 Binary files /dev/null and b/weekly-report/2월/주간보고_박병은_2020.0221.pptx differ