issues
search
Insure-Pro
/
InsurePro_Backend
InsurePro 서비스 백엔드, Spring
1
stars
1
forks
source link
배포 전 추가 기능 개발
#195
Closed
kung036
closed
2 months ago
kung036
commented
2 months ago
employee에 year(연차) 컬럼 추가
id로 employee 조회하는 API 수정 : id가 같은 employee 조회 시 발생하는 에러 수정
DataIntegrityViolationException 에러 response 수정
고객유형 추가 에러 수정(처음 추가 시 컬러 에러)
customer 추가 시 customerTypePk 필수값 제거 → customerTypePk가 없을 경우 “000” default 타입 설정
customer의 salary 타입 변경 : int → String
customer 조회 API에 MetroGuDong 내용 추가 → v1/customers/latest-2?customerTypePk={customerTypePk} API의 response에 MetroGuDong 추가함
customer response에 주석 추가 : createdAt, modifiedAt
customerType 색상 변경 : 성과분석에 사용되는 파스텔톤으로 변경됨
analaysis response 컬럼 추가 : createdAt, modifiedAt 추가
analysis response의 이름 변경 : ScheduleCustomerCount에서 ScheduleCount로 변경
analysis 진척도 개수 구현 : 진척도의 customer 개수가 아닌 진척도의 개수를 세도록 변경(이유 : 사용자가 헷갈림)
customer의 contractYnDate 기능 추가
customer의 contractYn 컬럼 추가
contractYn = true일 경우, contractYnDate가 현재 시간으로 변경됨
contractYn = false일 경우, contractYnDate 값 제거
analysis의 contractYnCount 카운팅 - customer의 contractYn=true이고, contractYnDate가 이번달인 customer의 개수 카운팅