-
Notifications
You must be signed in to change notification settings - Fork 47
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
Average 데이터 타입 변경 #39
Comments
HTMLhead
pushed a commit
that referenced
this issue
May 19, 2021
* Update README.md * chore: 개발 환경설정 * feat: 기본적인 라우팅 설정 - 절대경로 설정 - /game 과 / 라우팅 경로 설정 * style: gametitle css * [#2] chore: home 화면 기본적인 파일 구성과 UI 설계 * Feat: useFetch 커스텀 훅 생성 * feat: Home UI Link and click event * Style: header style 작성 * Style: hover scrollbar * feat: fetchTeamData * Update README.md * Update README.md * [#3]Style: gameUI header * refactor: Span 공통 컴포넌트 인자 변경 * Style: Main Component 생성 - height: -webkit-fill-available; 속성으로 header의 height 에 남은 height 만큼 꽉채우게 해놨습니다. - StyldeMain 안에 children으로 screen 과 history가 들어가면됩니다. * Style: StyldeMain height 조정 * feat: theme.js 추가로 provider를 사용 * Style: screen component 생성 * [ #19 ] style: screen UI - style: screen.jsx 생성 - style: background img 삽입 * refactor. headerLeft theme 설정 및 스타일 리팩토링 * chore: Span 컴포넌트 스타일 수정 * [# 16] chore: HeaderRight UI 적용 * [#16] refactor: css::after 불필요한 padding 제거 * stlye: screen field svg 추가 * [#20]Style: ScreenRound component 만듬 * [#21]style: ballcount UI * style: pitch 버튼 만듬 * chore: merge to dev/FE * [#17, #18] chore: History UI 작성 기본적인 History 컴포넌트 UI 작성 History 내의 Board UI도 스타일과 함께 작성하였다. * stlye:BallCount BSO -> type 으로 바꿈 * chore: 상태관리 상위 컴포넌트 Game에 정의 * Fix: screen Field height 값을 fit contents 로 바꿈 * Style: rotateAnimation 수정 * feat: ballcount - ballCountReducer - 버튼 이벤트 발생시 일정한 확률로 strikem, ball , out, hit action 발생. - count + 1 되며 home 인지 away인지 에 따라서 pitcher 컴포넌트의 homeCount,awayCount 상태에 저장됨. * style: button animation none * feat: create popup components * [#39] feat. 볼카운트 기능 구현 * refactor. 데이터를 page폴더에서 처리 후 하위 컴포넌트로 내려주었다. * chore. 볼카운트 로직 수정 * style:PopUp refactor * refactor. reducer 분리 및 action 추가 action.payload와 action.attackState를 통해 홈과 어웨이팀의 카운트를 관리해준다. reducer파일은 reducers라는 폴더에 저장하였다. 변수폴더를 만들어서 변하지 않는 상수값들을 저장한다. * feat. headerRight CurrentPlayer class로 투수 이름 변경 * feat. home, away currentplayer를 저장하였다. headerRight 스타일도 조금 변경 * feat. pitch 클릭 시 history관련 이벤트 적용 * feat. 플레이어 put 요청 * feat: popup feature merge * chore: put component Co-authored-by: 노을 <[email protected]> Co-authored-by: Seonkyu Kim <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BigDecimal
에 대해 알아보시고, 사용해보시면 좋을 것 같습니다.https://jsonobject.tistory.com/466
Originally posted by @wheejuni in #27 (comment)
The text was updated successfully, but these errors were encountered: