|
1 | 1 |  |
2 | 2 |
|
3 | | -# NiNE Dot˙ |
| 3 | +# NiNE Dot˙ |
4 | 4 |
|
5 | 5 | **목표 관리를 시스템화하세요. 생각은 우리가 도와드릴게요.** |
| 6 | + |
6 | 7 | - 만다르트 작성 |
7 | 8 | - AI 할 일 추천 |
8 | 9 | - 진척도 및 주간 회고 |
9 | 10 |
|
10 | 11 | ## ⚒️ FE Developer |
11 | | -|임지수</br>[@jisooooooooooo](https://github.com/jisooooooooooo)|권새봄</br>[@kwonsaebom](https://github.com/kwonsaebom)|신지수</br>[@shinjigu](https://github.com/shinjigu)|이윤지</br>[@Leeyoonji23](https://github.com/Leeyoonji23)| |
12 | | -|:---:|:---:|:---:|:---:| |
13 | | -|<img src = "https://github.com/user-attachments/assets/99ee54a2-eae0-4ccd-94a3-419d6266000c" width ="250">|<img src = "https://avatars.githubusercontent.com/u/94830364?v=4" width ="250">|<img src = "https://avatars.githubusercontent.com/u/130023628?v=4" width ="250">|<img src = "https://avatars.githubusercontent.com/u/90778858?v=4" width ="250">| |
14 | | -|`전체 목표 작성`</br>`만다르트 상위 목표 작성`|`로그인`</br>`나의 히스토리`|`만다르트 하위 목표 작성`</br>`나의 할 일`|`나의 만다르트`</br>`나의 만다르트 수정`| |
| 12 | + |
| 13 | +| 임지수</br>[@jisooooooooooo](https://github.com/jisooooooooooo) | 권새봄</br>[@kwonsaebom](https://github.com/kwonsaebom) | 신지수</br>[@shinjigu](https://github.com/shinjigu) | 이윤지</br>[@Leeyoonji23](https://github.com/Leeyoonji23) | |
| 14 | +| :--------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------: | :------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------: | |
| 15 | +| <img src = "https://github.com/user-attachments/assets/99ee54a2-eae0-4ccd-94a3-419d6266000c" width ="250"> | <img src = "https://avatars.githubusercontent.com/u/94830364?v=4" width ="250"> | <img src = "https://avatars.githubusercontent.com/u/130023628?v=4" width ="250"> | <img src = "https://avatars.githubusercontent.com/u/90778858?v=4" width ="250"> | |
| 16 | +| `전체 목표 작성`</br>`만다르트 상위 목표 작성` | `로그인`</br>`나의 히스토리` | `만다르트 하위 목표 작성`</br>`나의 할 일` | `나의 만다르트`</br>`나의 만다르트 수정` | |
15 | 17 |
|
16 | 18 | ## 📘 Tech Stack |
17 | | -| Category | Stack | |
18 | | -|----------|-------| |
19 | | -| Library |   | |
20 | | -| Programming Language |  | |
21 | | -| Styling |  | |
22 | | -| Data Fetching |  | |
23 | | -| State Management |  | |
24 | | -| Package Manager |  | |
| 19 | + |
| 20 | +| Category | Stack | |
| 21 | +| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 22 | +| Library |   | |
| 23 | +| Programming Language |  | |
| 24 | +| Styling |  | |
| 25 | +| Data Fetching |  | |
| 26 | +| State Management |  | |
| 27 | +| Package Manager |  | |
25 | 28 | | Formatting & Linting |   | |
26 | | -| Version Control |   | |
| 29 | +| Version Control |   | |
27 | 30 |
|
28 | 31 | ## Git Convention |
| 32 | + |
29 | 33 | ### Git Flow |
| 34 | + |
30 | 35 | **메인 브랜치** |
| 36 | + |
31 | 37 | - **`main`** - 배포 가능한 상태의 코드 |
32 | 38 | - **`develop`** - 개발 중인 코드들이 모이는 브랜치 |
33 | 39 |
|
34 | 40 | **보조 브랜치** |
| 41 | + |
35 | 42 | - **`feat/#issue/기능명`**: feature 브랜치. 새로운 기능 개발 |
36 | 43 | - **`fix/#issue`**: feature 브랜치 생성 후 버그가 생겼을 때 수정하는 브랜치 |
37 | 44 |
|
38 | 45 | ### Commit Convention |
39 | | -| 태그 | 설명 | |
40 | | -|------|------| |
41 | | -| `feat` | 새로운 기능 추가 | |
42 | | -| `fix` | 버그 수정 | |
43 | | -| `docs` | 문서 수정 | |
44 | | -| `style` | 코드 포맷 변경, 세미 콜론 누락, 코드 수정 없는 경우 | |
45 | | -| `refactor` | 코드 리팩토링 | |
46 | | -| `test` | 테스트 코드, 리팩토링 테스트 코드 추가 | |
47 | | -| `chore` | 소스 코드 건들지 않는 작업 | |
48 | | -| `design` | UI 디자인 변경 | |
49 | | -| `comment` | 주석 추가/변경 | |
50 | | -| `rename` | 파일명 혹은 폴더명 수정 | |
51 | | -| `remove` | 파일 혹은 코드 제거 | |
52 | | -| `!hotfix` | 긴급한 버그 수정 | |
| 46 | + |
| 47 | +| 태그 | 설명 | |
| 48 | +| ---------- | --------------------------------------------------- | |
| 49 | +| `feat` | 새로운 기능 추가 | |
| 50 | +| `fix` | 버그 수정 | |
| 51 | +| `docs` | 문서 수정 | |
| 52 | +| `style` | 코드 포맷 변경, 세미 콜론 누락, 코드 수정 없는 경우 | |
| 53 | +| `refactor` | 코드 리팩토링 | |
| 54 | +| `test` | 테스트 코드, 리팩토링 테스트 코드 추가 | |
| 55 | +| `chore` | 소스 코드 건들지 않는 작업 | |
| 56 | +| `design` | UI 디자인 변경 | |
| 57 | +| `comment` | 주석 추가/변경 | |
| 58 | +| `rename` | 파일명 혹은 폴더명 수정 | |
| 59 | +| `remove` | 파일 혹은 코드 제거 | |
| 60 | +| `!hotfix` | 긴급한 버그 수정 | |
53 | 61 |
|
54 | 62 | ## 📂 Foldering |
| 63 | + |
55 | 64 | ``` |
56 | 65 | 📂 Foldering |
57 | 66 | ├── 📁 public |
|
117 | 126 | ``` |
118 | 127 |
|
119 | 128 | ## ⚪️ 나인도트 웨비들의 자세한 컨벤션은? |
120 | | -[](https://fantastic-kumquat-2d3.notion.site/216f2c0149da81aa86ebf5a8c6ceb628) |
121 | 129 |
|
| 130 | +[](https://fantastic-kumquat-2d3.notion.site/216f2c0149da81aa86ebf5a8c6ceb628) |
0 commit comments