We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gl.jsx 파일에서 결과 데이터 객체를 map으로 돌리는데, id랑 date 도 비율로 곱해지는 로직 수정 필요 제외되어야 할 키 : id, modifiedDate, name 예외처리할 키 : fiber 등 입력 내역이 0일 때 키가 없음
결과 저장할 때, 로직 변경 필요 기존 : 섭취비율에 따라 계산 후 저장 => 결과 조회할 때만 계산해서 보여주고, DB에는 row로 저장되게
The text was updated successfully, but these errors were encountered:
namnameeroo
Successfully merging a pull request may close this issue.
Summary
Description
gl.jsx 파일에서 결과 데이터 객체를 map으로 돌리는데, id랑 date 도 비율로 곱해지는 로직 수정 필요
제외되어야 할 키 : id, modifiedDate, name
예외처리할 키 : fiber 등 입력 내역이 0일 때 키가 없음
결과 저장할 때, 로직 변경 필요
기존 : 섭취비율에 따라 계산 후 저장 => 결과 조회할 때만 계산해서 보여주고, DB에는 row로 저장되게
The text was updated successfully, but these errors were encountered: