Skip to content

Commit

Permalink
[Team-26][FE][이든&도리] 1주차 02 PR 요청 (#68)
Browse files Browse the repository at this point in the history
* [Feat] 모달 구현 (#8)

* docs: 템플릿 수정(리뷰반영)

* refactor: config폴더내의 파일을 루트로 이동(리뷰반영)

* build: react-refresh 추가

* feat: 모달 구현

* refactor: config폴더내의 파일을 루트로 이동(리뷰반영)

* build: react-refresh 추가

* build: 빌드 수정

* build: webpack styled options 수정

* [feat] 캘린더 한 달 뷰 (#11)

* feat: 현재 달의 calendar를 모달에 출력

* fix: calendar날짜가 마지막 일까지 출력되도록 수정

* refactor: 캘린더 뷰에 사용하는 상수를 파일로 분리

* [feat] 차트 레이아웃 시도 (svg, canvas) (#12)

* Feat: svg 그래프

* Feat: canvas 레이아웃

- 선 그리는 로직 미완

* Chore: svgChart에서 plots 좌표값 관련 주석 작성

Co-authored-by: HongJungKim(이든) <58525009+HongJungKim-dev@users.noreply.github.com>
Co-authored-by: khj <hongjung.kim.dev@gmail.com>
  • Loading branch information
3 people committed May 30, 2022
1 parent 04729eb commit f294128
Show file tree
Hide file tree
Showing 21 changed files with 510 additions and 10,112 deletions.
39 changes: 22 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Bug report
about: 버그 등록 (최대한 구체적으로 적어주세요.)
title: ''
labels: ''
assignees: ''

title: ""
labels: ""
assignees: ""
---

---
Expand All @@ -17,24 +16,30 @@ assignees: ''

---

## 버그 내용
## 버그 내용 및 예상 행동

ex) 00 기능 클릭 시 에러 발생 - 클릭 시 000이 되어야함.

ex) 00 기능 클릭 시 에러 발생
## 환경

## 원인

ex)
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
### Desktop(아래 정보를 채워주세요.)

## 우려 사항
- OS: [e.g. iOS]
- Browser: [e.g chorme, safari]
- Version: [e.g. 22]

ex) 클라이언트가 화내요
### SmartPhone

## 스크린샷
- Device: [e.g iPhone 13]
- OS: [e.g. iOS8,1]
- Browser: [e.g safari]
- Version: [e.g. 22]

## 스크린샷

스크린샷 1

## 기타
## 닫는 조건

- [ ]: 닫는조건1
- [ ]: 닫는조건2
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Feature request
about: 기능 추가
title: ''
labels: ''
assignees: ''

title: ""
labels: ""
assignees: ""
---

---
Expand All @@ -28,3 +27,8 @@ ex) 로그인 기능을 만들어주세요.
## 레퍼런스

ex) 관련 사진 및 링크 첨부

## 닫는 조건

- [ ]: 닫는조건1
- [ ]: 닫는조건2

0 comments on commit f294128

Please sign in to comment.