curl --location --request GET 'https://mandamong-dev.sailin.cloud/api/mandalart/1' \
--header 'Authorization: Bearer <token>'{
"success": true,
"payload": {
"mandalart": {
"id": 30,
"mandalartName": "멋진 개발자 계획표",
"status": "IN_PROGRESS"
},
"subject": {
"id": 30,
"subject": "1등 개발자 되기",
"status": "IN_PROGRESS"
},
"objectives": [
{
"id": 117,
"objective": "코딩 실력 향상",
"status": "IN_PROGRESS"
},
{
"id": 118,
"objective": "새로운 기술 습득",
"status": "IN_PROGRESS"
},
{
"id": 119,
"objective": "협업 능력 강화",
"status": "IN_PROGRESS"
},
{
"id": 120,
"objective": "문제 해결 능력 증진",
"status": "IN_PROGRESS"
}
],
"actions": [
[
{
"id": 581,
"action": "알고리즘 문제 풀이 꾸준히 하기",
"status": "IN_PROGRESS"
},
{
"id": 582,
"action": "클린 코드 원칙 학습 및 적용",
"status": "IN_PROGRESS"
},
{
"id": 583,
"action": "테스트 코드 작성 습관화",
"status": "IN_PROGRESS"
},
{
"id": 584,
"action": "코드 리뷰 적극적으로 참여",
"status": "IN_PROGRESS"
},
{
"id": 585,
"action": "다양한 프로젝트 경험 쌓기",
"status": "IN_PROGRESS"
}
],
[
{
"id": 586,
"action": "새로운 프로그래밍 언어 학습 시작",
"status": "IN_PROGRESS"
},
{
"id": 587,
"action": "관심 있는 프레임워크 또는 라이브러리 깊이 있게 파고들기",
"status": "IN_PROGRESS"
},
{
"id": 588,
"action": "온라인 강의 및 튜토리얼 활용",
"status": "IN_PROGRESS"
},
{
"id": 589,
"action": "기술 블로그 및 컨퍼런스 영상 시청",
"status": "IN_PROGRESS"
},
{
"id": 590,
"action": "오픈 소스 프로젝트 참여",
"status": "IN_PROGRESS"
}
],
[
{
"id": 591,
"action": "팀 프로젝트 시 적극적으로 소통",
"status": "IN_PROGRESS"
},
{
"id": 592,
"action": "다른 개발자의 코드 이해 및 피드백 제공",
"status": "IN_PROGRESS"
},
{
"id": 593,
"action": "코드 공유 및 협업 도구 능숙하게 사용",
"status": "IN_PROGRESS"
},
{
"id": 594,
"action": "건설적인 비판 수용 및 개선",
"status": "IN_PROGRESS"
},
{
"id": 595,
"action": "팀 목표 달성을 위한 헌신",
"status": "IN_PROGRESS"
}
],
[
{
"id": 596,
"action": "복잡한 문제 발생 시 근본 원인 분석",
"status": "IN_PROGRESS"
},
{
"id": 597,
"action": "다양한 해결 방안 탐색 및 비교",
"status": "IN_PROGRESS"
},
{
"id": 598,
"action": "디버깅 능력 향상에 집중",
"status": "IN_PROGRESS"
},
{
"id": 599,
"action": "성공 및 실패 사례 분석을 통한 학습",
"status": "IN_PROGRESS"
},
{
"id": 600,
"action": "동료 개발자와 함께 문제 해결",
"status": "IN_PROGRESS"
}
]
]
},
"error": null
}