Results 9 issues of DongHwan Kim

제가 좋아해서... 넣어봤어요...

The Error Correction option is missing from the Type Spec. So when I used the Error Correction option, the Dialyzer encountered an error. So I solved this by adding Error...

- `GET /user/{userId}/commits` - 해당 유저의 최근 한달간 커밋수를 담은 배열을 json으로 응답한다. - `[ { day: "2021-08-25", commit: 5 }, { day: "2021-08-26", commit: 6 }, ..., { day:...

documentation

- `GET /user` - 현재 로그인된 유저의 정보를 json으로 보내준다. - json의 형식은 다음과 같다. - `{ email: string|null, nickName: string|null }` - email : 알림을 받을 이메일 - nickName...

documentation

github API 혹은 크롤링을 사용하여, 커밋들의 정보를 받아오는 기능을 구현하자.

enhancement
backend

- Github OAuth 로그인이 가능하도록 구현한다, - 프론트엔드가 사용할 수 있는 라우팅 구현 - 비즈니스 로직을 처리할 서비스 레이어 구현

enhancement
backend

``` 본 PR은 Unit을 완료할 때마다 올리는 것이 아닌 최종 수료시 1회 올립니다. ``` # 수료 제출 고생 많으셨습니다! ## 완료한 코드랩 완료한 코드랩을 체크 해주세요. 16개의 코드랩 중 12개...

change hostname and path for public github and enterprise github