Closed riyenas0925 closed 4 years ago
Resolves #205
@kimhanui @2kyung19
{ "univ": { "id": 1, "title": "소프트웨어융합대학", "univNo": 1000 }, "track": { "id": 1, "title": "HCI&비쥬얼컴퓨팅", "trackNo": 2000 }, "totalCourseCredit": 9, "totalRuleCredit": 27, "percent": 33.33333333333333, "percentColor": "#fb6340", "trackClassify": { "BASIC": { "NON_PASS": { "sumCredit": 0, "ruleCredit": 9, "minSumAndRuleCredit": 0, "percent": 0, "courses": [] }, "PASS": { "sumCredit": 9, "ruleCredit": 9, "minSumAndRuleCredit": 9, "percent": 100, "courses": [ { "courseNo": "000001", "title": "선형대수및프로그래밍", "completionType": null, "selectedArea": null, "credit": 3 }, { "courseNo": "000002", "title": "컴퓨터그래픽스", "completionType": null, "selectedArea": null, "credit": 3 }, { "courseNo": "000003", "title": "웹프로그래밍", "completionType": null, "selectedArea": null, "credit": 3 } ] } }, "APPLIED": { "NON_PASS": { "sumCredit": 21, "ruleCredit": 18, "minSumAndRuleCredit": 18, "percent": 100, "courses": [ { "courseNo": "000004", "title": "영상처리", "completionType": null, "selectedArea": null, "credit": 3 }, { "courseNo": "000005", "title": "HCI개론", "completionType": null, "selectedArea": null, "credit": 3 }, { "courseNo": "000006", "title": "웹프로그래밍설계", "completionType": null, "selectedArea": null, "credit": 3 }, { "courseNo": "000007", "title": "웹기반시스템", "completionType": null, "selectedArea": null, "credit": 3 }, { "courseNo": "000008", "title": "윈도우즈프로그래밍", "completionType": null, "selectedArea": null, "credit": 3 }, { "courseNo": "000009", "title": "XML 프로그래밍", "completionType": null, "selectedArea": null, "credit": 3 }, { "courseNo": "000012", "title": "가상현실", "completionType": null, "selectedArea": null, "credit": 3 } ] }, "PASS": { "sumCredit": 0, "ruleCredit": 18, "minSumAndRuleCredit": 0, "percent": 0, "courses": [] } } } }
Resolves #205
@kimhanui @2kyung19