codestates / codestates/Ohjeju
Dev-Log Card 10/1 최용석
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## 오늘 프로젝트에 기여한 부분
- 플래너페이지 데이터관리
## 여러웠던 부분(선택사항)
- 플랜정보를 불러왔는데 객체정보라 배열로 mapping을 다시 하기가 어렵다
- 날짜정보는 무수해서 날짜정보를 기준으로 다시 해당배열을 렌더링하기도 까다롭다
-
```js
"plan": {
"2021-10-13": [
{
"id": 9,
"departureTime": "19:32",
"destination": "도착지",
"memo": "메모메모"
}
],
"0000-00-00": [
{
"id": 10,
"departureTime": "출발시간",
"destination": "도착지",
"memo": "메모메모메모"
},
{
"id": 11,
"departureTime": "출발시간",
"destination": "도착지",
"memo": "메모"
}
]
}
```
## 내일 기여할(도전할) 부분
1. [ ] 플랜 데이터관리 및 버그관리
2. [ ] 플랜 디자인이 아직 안되있으면 플랜디자인도 같이
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.