-
Notifications
You must be signed in to change notification settings - Fork 2
[REVIEW] 동근님 리뷰를 위한 PR #56
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
base: review-root-v0
Are you sure you want to change the base?
Changes from all commits
d85aaaa
ce355c9
dac743a
ae9b433
bd120c1
72f993d
587e490
6e9ffd4
c961d7c
cc1b7a8
5f870ad
a7f41a4
67931c7
acf2276
f0279f7
f96a5b7
1e52638
806891e
c60ef77
cf30cf3
2c44a7f
9c6afe0
6a886e0
e3f6d01
2f17d29
e394600
41069bc
38ad647
f340b27
2670b69
fda8d1f
7f176cb
a04ce43
344a7af
8d94ca1
aee89e9
43be543
bd1dd12
4d827f8
788de54
a5f547b
7caf45d
f0a4cf7
a0f3999
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| REACT_APP_TITLE=Time_Divider | ||
| REACT_APP_DESCRIPTION=당신은 시간을 잘 나누어 사용하고 있나요? 당신의 사용가능한 시간을 분배하세요! | ||
| REACT_APP_API_URL='' | ||
| REACT_APP_PORT='' | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| REACT_APP_TITLE=Time_Divider | ||
| REACT_APP_DESCRIPTION=당신은 시간을 잘 나누어 사용하고 있나요? 당신의 사용가능한 시간을 분배하세요! | ||
| REACT_APP_API_URL='' | ||
| REACT_APP_PORT='' |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,22 @@ | ||
| import GlobalStyle from '../src/styles/GlobalStyle' | ||
|
|
||
| export const parameters = { | ||
| actions: { argTypesRegex: "^on[A-Z].*" }, | ||
| controls: { | ||
| matchers: { | ||
| color: /(background|color)$/i, | ||
| date: /Date$/, | ||
| }, | ||
| }, | ||
| actions: { argTypesRegex: '^on[A-Z].*' }, | ||
| controls: { | ||
| matchers: { | ||
| color: /(background|color)$/i, | ||
| date: /Date$/, | ||
| }, | ||
| }, | ||
| } | ||
|
|
||
| export const decorators = [ | ||
| Story => { | ||
| return ( | ||
| <> | ||
| <GlobalStyle /> | ||
| <Story /> | ||
| </> | ||
| ) | ||
| }, | ||
| ] | ||
|
Comment on lines
3
to
+22
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P5; 요 부분은 간격이 tab 4로 잡혀있는 것 같아요. 느낌상 프리티어에 vscode가 연결이 잘 안되어있거나 vscode 익스텐션과 꼬인 것이 있어보여요!!
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 앗 서로 리뷰를 거의 하지 못하고 작업했더니 저희 자체적으로 잡아내지 못한 문제네요 ㅜㅜ!
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 가끔씩 탭이 많이 들어가는 파일들이 생기는 현상이 있긴 했는데 이번 기회에 확인해서 수정해봐야겠네요
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
eol도 가끔 들어가더라구요..! 😢 |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,24 +1,48 @@ | ||
| # 시간 분배기 | ||
|
|
||
| ## 커밋 컨벤션 | ||
| 예시) feat: 타이머 기능 추가, chore: 주석 삭제 | ||
| prefix | 설명 | 추가 설명 | ||
| -- | -- | -- | ||
| feat | 기능추가/수정/삭제 | 제품 코드 수정 발생 | ||
| refactor | 리팩토링 | 제품 코드 수정 발생 | ||
| fix | 버그 수정 | 제품 코드 수정 발생 | ||
| docs | 문서 추가, 수정, 삭제 | 코드 수정 없음 | ||
| style | 스타일 수정 | 제품 코드 수정 발생 | ||
| chore | 그 외 모든 수정 | 유형이 혼재된 경우, 되도록이면 커밋 분리. 분리가 어려울 경우 위 순서 상 상위 항목의 유형으로 작성 | ||
|
|
||
| ## 브랜치 | ||
| ### protected branch | ||
| - main : 기준이 되는 브랜치로 제품을 배포하는 브랜치 입니다. | ||
| - develop : 개발 브랜치로 개발자들이 이 브랜치를 기준으로 각자 작업한 기능들을 합(Merge)칩니다. | ||
| - release : 배포를 위해 master 브랜치로 보내기 전에 먼저 QA(품질검사)를 하기위한 브랜치 입니다. | ||
| ### prefix branch | ||
| `prefix-설명-이름` 의 형태로 사용합니다. | ||
| 아래의 단어를 prefix로 사용합니다. | ||
| 예시) feature-timer-codeisneverodd, hotfix-tokenRevealed-codeisneverodd | ||
| - feature : 단위 기능을 개발하는 브랜치로 기능 개발이 완료되면 develop 브랜치에 합칩니다. | ||
| - hotfix : master 브랜치로 배포를 했는데 버그가 생겼을 떄 긴급 수정하는 브랜치 입니다. | ||
| # 시간 분배기(Timer Divider) | ||
|
|
||
| ### 팀원 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P5; README도 중요한 내용부터 위에 배치하는 것을 저는 개인적으로 선호하고 있어요. |
||
|
|
||
| <table> | ||
| <tr> | ||
| <td align="center"> | ||
| <img src="https://avatars.githubusercontent.com/u/64780560?v=4" width="100px;" alt="신다혜"/> | ||
| </td> | ||
| <td align="center"> | ||
| <img src="https://avatars.githubusercontent.com/u/54318460?v=4" width="100px;" alt="김경현"/> | ||
| </td> | ||
| <td align="center"> | ||
| <img src="https://avatars.githubusercontent.com/u/81891292?v=4" width="100px;" alt="이지원"/> | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td align="center"> | ||
| <a href="https://github.com/dahye1013"> | ||
| <div>신다혜</div> | ||
| </a> | ||
| </td> | ||
| <td align="center"> | ||
| <a href="https://github.com/codeisneverodd"> | ||
| <div>김경현</div> | ||
| </a> | ||
| </td> | ||
| <td align="center"> | ||
| <a href="https://github.com/ljw0096"> | ||
| <div>이지원</div> | ||
| </a> | ||
| </td> | ||
| </tr> | ||
| </table> | ||
|
|
||
| --- | ||
|
|
||
| ## 프로젝트 관리 문서 | ||
|
|
||
| [기획서 노션 링크](https://rust-damselfly-7e5.notion.site/51954418603645efb4a2c53220321e02) | ||
|
|
||
| [프로젝트 진행 칸반](https://github.com/prgrms-fe-devcourse/FEDC2_TimeDivider_Root/projects) | ||
|
|
||
| [논의 사항 정리](https://github.com/prgrms-fe-devcourse/FEDC2_TimeDivider_Root/discussions) | ||
|
|
||
| [피그마 시안 - 프로토타입 및 설계](https://www.figma.com/file/55rLirP3Lt9mifvgfOLi6n/Time?node-id=0%3A1) | ||
|
|
||
| [피그마 시안 - 디자인 수정](https://www.figma.com/file/55rLirP3Lt9mifvgfOLi6n/Time?node-id=356%3A653) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "compilerOptions": { | ||
| "baseUrl": "./src" | ||
| }, | ||
| "include": ["src"] | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ASK!
요 Description을 따로 env 값으로 관리하시는 이유가 있을까요??
별도의 상수 파일을 만들어 관리해도 좋을 것 같아서요!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package.json에서 script로 돌릴때 돌아가는 환경변수를 다르게 설정해두었는데요!
env.local,env.developmenet,env.production개발중인 화면을 개발자가 볼때는 브라우저 title에
Time_Divider빌드 배포된 것은
시간분배하기이런식으로 볼 수 있게 하려는 의도였어요!하지만, 의도에 대한 실익은 보지 못해서 상수로 바꿔도 될 것 같아요. 좀 더 고민해보도록 수정해두겠습니다~~