-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,48 @@ | ||
# MomsNaggingWEB | ||
[엄마의 잔소리] WEB | ||
<div align=center> | ||
|
||
# **엄마의 잔소리 [관리자 페이지]** | ||
![엄마의 잔소리_PPTver](https://user-images.githubusercontent.com/77133565/189526486-8e5f0f5e-a7ac-4559-b7c0-e38d043cfbf1.png) | ||
|
||
</div> | ||
|
||
## 로그인 | ||
![image](https://user-images.githubusercontent.com/77133565/189526581-11b1c817-c007-46ab-bb81-3780d0d2a676.png) | ||
|
||
## 대시보드 | ||
![image](https://user-images.githubusercontent.com/77133565/189526596-18e54adb-b2c4-486c-a588-95cae96226ac.png) | ||
|
||
## 회원관리 | ||
![image](https://user-images.githubusercontent.com/77133565/189526632-8f7b721f-319f-48ef-afd8-a0cb12fa3b40.png) | ||
|
||
## PUSH 알림 | ||
![image](https://user-images.githubusercontent.com/77133565/189526648-34c3873a-70ec-430c-930e-282dc366f344.png) | ||
|
||
## 추천습관 | ||
![image](https://user-images.githubusercontent.com/77133565/189526664-52890773-59df-43f0-ad52-214880dab096.png) | ||
|
||
## 문의사항 | ||
![image](https://user-images.githubusercontent.com/77133565/189526684-8bd426ef-0ff2-4132-919e-1066b7bfacce.png) | ||
|
||
## 탈퇴관리 | ||
![image](https://user-images.githubusercontent.com/77133565/189526693-35ba2977-9b10-4e71-8b1d-d5165982d696.png) | ||
|
||
|
||
|
||
|
||
## ✍️CONVENTION✍️ | ||
|
||
| 태그 | 설명 | | ||
| --------------------- | ------------------------------------------------------------------------- | | ||
| `Feat: ` | 새로운 기능을 추가할 경우 | | ||
| `Fix: ` | 버그를 고친 경우 | | ||
| `Design: ` | CSS 등 사용자 UI 디자인 변경 | | ||
| `!BREAKING CHANGE: ` | 커다란 API 변경의 경우 | | ||
| `!HOTFIX: ` | 급하게 치명적인 버그를 고쳐야하는 경우 | | ||
| `Style: ` | 코드 포맷 변경, 세미 콜론 누락, 코드 수정이 없는 경우 | | ||
| `Refactor: ` | 프로덕션 코드 리팩토링 | | ||
| `Comment: ` | 필요한 주석 추가 및 변경 | | ||
| `Docs: ` | 문서를 수정한 경우 | | ||
| `Test: ` | 테스트 추가, 테스트 리팩토링(프로덕션 코드 변경 X) | | ||
| `Chore: ` | 빌드 테스트 업데이트, 패키지 매니저를 설정하는 경우(프로덕션 코드 변경 X) | | ||
| `Rename: ` | 파일 혹은 폴더명을 수정하거나 옮기는 작업만인 경우 | | ||
| `Remove: ` | 파일을 삭제하는 작업만 수행한 경우 | |