# 20210416(금)

## 2021-04-16

### 1. 학습 날짜

* 2021-04-16

### 2. 학습 시간

* 13:00 \~ 20:00

### 3. 학습 범위 및 주제

* 블랙커피스터디 todo 앱 2단계 작성

### 4. 학습 목표

* TODO 앱 기능 완료

### 5. 학습 정리

* x

### 6. 상세 학습 내용

* 기존에는 localStorage 를 DB로 사용하여 데이터를 저장했었다.
* 이번 과제부터는 어딘가에 존재하는 DB에 접근해서 데이터를 가져오고 작업을 해야한다.
* 하나의 저장소를 여러 명이서 동시에 작업하는거 때문에 문제가 조금씩 생긴다.
* 예를 들면 todo item 또는 content 의 id 를 다르게 하거나, 예외처리를 다르게 하는 부분 등이 그렇다.
* 그래서 예외처리는 당연히 해야하는 것만 하면서 진행하고 있다.
* 흠... 딱히 새롭게 알게되거나 그런 부분은 없다. 다만 async와 await 에 대한 이해가 깊어지고 사용 또한 자유롭게 할 수 있는 정도가 된것같다.

### 7. 오늘 학습 내용에 대한 개인적인 총평

* 집중을 못한다..

### 8. 다음 학습 계획

* 2차 미션 완료(리팩토링까지)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://simian114.gitbook.io/blog/undefined-1/diary/2021/april/20210416.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
