Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

도메인 구현 #1

Closed
hwookim opened this issue Jun 2, 2022 · 0 comments
Closed

도메인 구현 #1

hwookim opened this issue Jun 2, 2022 · 0 comments

Comments

@hwookim
Copy link
Owner

hwookim commented Jun 2, 2022

캐릭터
├─ id
├─ 캐릭터이름
├─ 일간목록
│  ├─ id
│  ├─ 이름
│  ├─ 썸네일
│  ├─ 수행 여부
│  └─ 등록 시간
└─주간목록
   ├─ id
   ├─ 이름
   ├─ 썸네일
   ├─ 수행 여부
   ├─ 등록 시간
   └─ 초기화 일자
hwookim added a commit that referenced this issue Jun 3, 2022
hwookim added a commit that referenced this issue Jun 3, 2022
hwookim added a commit that referenced this issue Jun 3, 2022
- WeeklyTodo 구현에 대비해 공통될 필드 및 함수 Todo로 분리
hwookim added a commit that referenced this issue Jun 3, 2022
- 테스트 폴더의 하위 폴더들도 설정 반영
hwookim added a commit that referenced this issue Jun 3, 2022
- utils/getDayDateInWeek 구현
  - 이번주 내의 해당 요일의 날짜를 계산
hwookim added a commit that referenced this issue Jun 3, 2022
hwookim added a commit that referenced this issue Jun 9, 2022
hwookim added a commit that referenced this issue Jun 9, 2022
- 특정 Character 내부의 특정 Todo에 접근하기 위함
hwookim added a commit that referenced this issue Jun 26, 2022
hwookim added a commit that referenced this issue Jun 26, 2022
- Todo.lastChecked: string으로 변경
  - format()을 이용해서 2022-06-25T15:00:00.000Z 형태로 저장
- 테스트 환경 내 locale 통일을 위해 설정 파일 추가
hwookim added a commit that referenced this issue Oct 25, 2022
google sheet api 이용 예정에 따라서 도메인 구조 변경 예정
패키지 분할의 필요성 없어짐
@hwookim hwookim closed this as completed Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant