ucap-doc/documents/업무/9월/3째주/0916.txt
Park Byung Eun c2811da4f2 sync
2020-10-07 18:46:46 +09:00

54 lines
2.1 KiB
Plaintext

ds
auto login
crm-pro
주소록 메인 화면 컴포넌트 구성
질문
주소록
주소록 내역 하단에 있는 그룹
셀렉트 박스에 있는 그룹 선택후 버튼 클릭 후
등록/수정시 공용에 대한 그룹 생성은 모든 사용자가 가능?
ok
공용 주소록 서버로 저장?
클라에서 구글로 바로 동기화?
else
특정 사용자만 가능?
로그인 시 공용 주소록 그룹 생성 권한 및 저장 권한에 대한 값 추가
단축번호는 전화번호 개수만큼 지정 가능
우편번호는 따로 표현 X?
sidenav 그룹보기는 그룹이동 버튼과 같은 기능?
즐겨찾기 해제 및 블랙리스트 해제 시 리스트 체크 박스 유지
해제 클릭 하는 순간 서버 반영
연락처 불러오기
엑셀 템플릿 데이터 정의
연락처 내보내기
분류선택 공용은 모든 사용자 가능?
tiles: Tile[] = [
{ text: '즐겨찾기미등록', cols: 1, rows: 1, color: 'lightblue' },
{ text: '블랙리스트등록', cols: 1, rows: 1, color: 'lightgreen' },
{ text: '이름', cols: 1, rows: 1, color: 'lightblue' },
{ text: '닉네임', cols: 1, rows: 1, color: 'lightgreen' },
{ text: '생년월일', cols: 1, rows: 1, color: 'lightpink' },
{ text: '성별', cols: 1, rows: 1, color: 'red' },
{ text: '고객등급', cols: 1, rows: 1, color: 'lightblue' },
{ text: '직장', cols: 1, rows: 1, color: 'lightgreen' },
{ text: '부서', cols: 1, rows: 1, color: 'lightpink' },
{ text: '직책', cols: 1, rows: 1, color: 'red' },
{ text: '전화', cols: 1, rows: 1, color: 'lightblue' },
{ text: '단축번호', cols: 1, rows: 1, color: 'lightgreen' },
{ text: '이메일', cols: 2, rows: 1, color: 'lightpink' },
{ text: '주소', cols: 2, rows: 1, color: 'lightpink' },
{ text: '분류', cols: 1, rows: 1, color: 'lightpink' },
{ text: '그룹', cols: 1, rows: 1, color: 'lightpink' },
{ text: '웹사이트', cols: 2, rows: 1, color: 'lightpink' },
{ text: '기타', cols: 2, rows: 1, color: 'lightpink' }
];