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
{ _id: 스캐줄 ID, userID: 사용자ID, templateId: 템플릿 ID, order: 프로그램 일차, part: 운동명, program: [ { name: '벤치프레스', course: [ { set: 1, value: 10, unit: 'kg', repeat: 10}, { set: 2, value: 10, unit: 'kg', repeat: 10}, { set: 3, value: 10, unit: 'kg', repeat: 10} ] }, { name: '벤치프레스', course: [ { set: 1, value: 10, unit: 'kg', repeat: 10}, { set: 2, value: 10, unit: 'kg', repeat: 10}, { set: 3, value: 10, unit: 'kg', repeat: 10} ] } ], modDate: 운동날짜 (기록날짜) }
[GET] : /template/[[userID]]/[[templateID]] [POST] : /template [PUT] : /template/[[userID]]/[[templateID]]
[[userID]]
[[templateID]]
{ _id: 'aaaaaaaasdf', userId: 'dlgustn555', tag: '웨이트', days: ['월','화','수'], programs: [ { part: '가슴', order: 1, course: [ { name: '벤치프레스', set: 3, unit: 'Set' }, { name: '디클라인 벤치프레스', set: 3, unit: 'Set' }, { name: '인클라인 벤치프레스', set: 3, unit: 'Set' } ] }, { part: '등', order: 2, template: [ { name: '벤치프레스', set: 3, unit: 'Set' }, { name: '디클라인 벤치프레스', set: 3, unit: 'Set' }, { name: '인클라인 벤치프레스', set: 3, unit: 'Set' } ] }, { part: '데드리프트', order: 3, course: [ { name: '벤치프레스', set: 3, unit: 'Set' }, { name: '디클라인 벤치프레스', set: 3, unit: 'Set' }, { name: '인클라인 벤치프레스', set: 3, unit: 'Set' } ] }, ] }
The text was updated successfully, but these errors were encountered:
[DB] DB 스키마 정의
a06cb53
#8
dlgustn555
No branches or pull requests
● 스캐줄 : schedule
● 운동 템플릿 : template
http://local-health.lhs.com:1702/exercise
[GET] : /template/
[[userID]]
/[[templateID]]
[POST] : /template
[PUT] : /template/
[[userID]]
/[[templateID]]
The text was updated successfully, but these errors were encountered: