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

안부전화 서비스 UI 구현 #36

Merged
merged 24 commits into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
75b1fb7
Chore: 안부전화 서비스 페이지 icon 추가
Dobbymin Oct 4, 2024
0873f54
Refactor: 안부전화 서비스 요청 리스트 경로 변경
Dobbymin Oct 4, 2024
26392ee
Feat(router): 안부전화 서비스 페이지 경로 설정 및 라우터 설정 추가
Dobbymin Oct 4, 2024
61a427b
Remove: 폴더구조 유지 파일 제거
Dobbymin Oct 4, 2024
3cb4711
Feat(hello-call): 안부전화 서비스 더미데이터 추가
Dobbymin Oct 5, 2024
540ae9b
Feat(hello-call): 안부전화 서비스 공지 글 데이터 추가
Dobbymin Oct 5, 2024
ad3979b
Feat(hello-call): 안부전화 서비스 정보 ui 구현
Dobbymin Oct 5, 2024
df64575
Feat(hello-call): 안부전화 서비스 공지 글 ui 구현
Dobbymin Oct 5, 2024
5a80d6e
Feat(hello-call): 안부전화 서비스 ui 구현
Dobbymin Oct 5, 2024
9ccc061
Chore(hello-call): 안부전화 서비스 보고서 icon 추가
Dobbymin Oct 5, 2024
f45bdec
Feat(router): 안부전화 서비스 보고서 작성 경로 추가
Dobbymin Oct 5, 2024
7fb2d30
Feat(router): 안부전화 서비스 보고서 작성 path 추가
Dobbymin Oct 5, 2024
4be4b8d
Feat(hello-call): 안부 전화 서비스 보고서 작성 페이지 이동 기능 구현
Dobbymin Oct 5, 2024
cd27bab
Feat(hello-call): 안부 전화 서비스 페이지 이동 기능 구현
Dobbymin Oct 5, 2024
fe32061
Feat(hello-call): 안부 전화 서비스 페이지 이동 기능 구현
Dobbymin Oct 5, 2024
d74209e
Feat(hello-call): 안부전화 서비스 보고서 더미데이터 추가
Dobbymin Oct 5, 2024
c8c7ed6
Feat(hello-call): 안부전화 서비스 보고서 ui 구현
Dobbymin Oct 5, 2024
819bd3e
Merge branch 'Weekly' into Feat/issue-#33
Dobbymin Oct 5, 2024
33205b3
Fix: eslint 오류 수정 및 포맷팅 수정
Dobbymin Oct 5, 2024
2d29efa
Merge branch 'Weekly' into Feat/issue-#33
Dobbymin Oct 5, 2024
2e5b474
Fix(router): 충돌 오류 수정
Dobbymin Oct 5, 2024
ad948c6
Refactor(notice): 공통 컴포넌트로 변경 코드 수정
Dobbymin Oct 5, 2024
78c8534
Refactor(notice): 공통 컴포넌트로 변경 코드 수정
Dobbymin Oct 5, 2024
ad7b490
Fix(hello-call): router 경로 수정
Dobbymin Oct 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/ISSUE_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,16 @@ assignees: ''

> 추가하려는 기능에 대해 간결하게 설명해주세요.


## 🔧 작업 상세 내용

- [ ] TODO
- [ ] TODO
- [ ] TODO

## 📆 예상 기간

> 예상 개발 기간을 대략적으로 작성해주세요.
>
>
> 예) 0월 00일 ~ 0월 00일


## 📙 참고할만한 자료(선택)

9 changes: 4 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
## #️⃣ 연관된 이슈
> ex) #이슈번호, - #이슈번호

> ex) #이슈번호, - #이슈번호

## 📝 작업 내용

> 이번 PR에서 작업한 내용을 간략히 설명해주세요.(이미지 첨부 가능)

- TODO
- TODO

### 스크린샷 (선택)


## 💬 리뷰 요구사항(선택)

> 리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요
>
> ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?


## ⏰ 현재 버그


## ✏ Git Close
> close #이슈번호

> close #이슈번호
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: pnpm install

- name: Lint Code
run: pnpm lint
run: pnpm lint
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Team8_FE

8조 프론트엔드
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"format": "prettier --check --ignore-path .prettierignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
Expand Down
Loading