Skip to content
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

feat: 개인 목표 설정 #14

Closed
5 tasks done
dandamdandam opened this issue Aug 5, 2024 · 3 comments
Closed
5 tasks done

feat: 개인 목표 설정 #14

dandamdandam opened this issue Aug 5, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@dandamdandam
Copy link
Contributor

dandamdandam commented Aug 5, 2024

필요한 기능

  • 개인 목표 설정 기능

  • 목표 설정 방법

    firebase users 컬랙션의 personalGoals 필드 workout 수정 사항
    image image
    • 수면: 목표 시작/끝 시간
    • 식단: 하루 목표 칼로리, 식단 라벨(ex 아침, 점저 ...)+시간
    • 운동: 어............ 제안 받아요

해야 할 일

  • 테이블 추가
  • 각 스켈레톤 뷰 제작(수면->식단->운동 순)
  • session strage 추가(설정 내용 임시저장)
  • 설정 api (post)
  • 설정 api (get)
@dandamdandam dandamdandam added the enhancement New feature or request label Aug 5, 2024
@dandamdandam dandamdandam self-assigned this Aug 5, 2024
@Mule129
Copy link
Contributor

Mule129 commented Aug 6, 2024

운동의 경우 운동 시간, 운동 종류(개수) 로 가는게 제일 간편할 것 같습니다! 아니면 GPT 이용해서 운동의 강도에 따른 점수 정도..?

@dandamdandam
Copy link
Contributor Author

dandamdandam commented Aug 6, 2024

운동의 경우 운동 시간, 운동 종류(개수) 로 가는게 제일 간편할 것 같습니다! 아니면 GPT 이용해서 운동의 강도에 따른 점수 정도..?

일주일 단위로 계획을 짜는 사람도 분명 있을 것 같아서요!
n요일 n시 ~ n시 정도로 목표를 짜게 해볼까요

@dandamdandam
Copy link
Contributor Author

dandamdandam commented Aug 6, 2024

이전에 저장해두었던 설정 값을 초기 값으로 인풋에 불러오는 기능을 sessionStorage를 활용해 넣으려고 했으나 좀 복잡해서 구현안하고 미룹니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants