Skip to content

Commit

Permalink
Update progress report [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2024
1 parent 80a70d0 commit 11c6ed6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Progress_Report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python 30-Day Project Progress Report

*Last Updated: 2024-12-20 14:50:23*
*Last Updated: 2024-12-20 14:55:25*


## Overall Progress
38 changes: 30 additions & 8 deletions chart_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"Day 14": 5,
"Day 15": 5,
"Day 16": 5,
"Day 17": 2,
"Day 17": 3,
"Day 18": 2,
"Day 19": 2,
"Day 20": 2
},
"student_progress": {
"Joe Martin": {
"total_files": 17,
"completed_days": 17,
"total_files": 18,
"completed_days": 18,
"daily_submissions": {
"Day 0": 1,
"Day 1": 1,
Expand All @@ -43,12 +43,13 @@
"Day 13": 1,
"Day 14": 1,
"Day 15": 1,
"Day 16": 1
"Day 16": 1,
"Day 17": 1
},
"file_types": {
".py": 17
".py": 18
},
"total_lines": 316,
"total_lines": 346,
"detailed_daily_stats": {
"Day 0": {
"total_lines": 9,
Expand Down Expand Up @@ -406,6 +407,27 @@
"size": 872
}
]
},
"Day 17": {
"total_lines": 30,
"code_lines": 30,
"comment_lines": 0,
"functions": 3,
"classes": 0,
"files": 1,
"file_details": [
{
"name": "joe.m.py",
"path": "Day-17/joe.m.py",
"extension": ".py",
"lines": 30,
"code_lines": 30,
"comment_lines": 0,
"functions": 3,
"classes": 0,
"size": 501
}
]
}
}
},
Expand Down Expand Up @@ -2131,14 +2153,14 @@
}
},
"completion_rates": {
"Joe Martin": 70.83333333333334,
"Joe Martin": 75.0,
"Joe George": 87.5,
"Ganesh Chandran": 83.33333333333334,
"Job Thomas": 75.0,
"Indhu Subash": 70.83333333333334
},
"language_distribution": {
".py": 93
".py": 94
},
"repository_activity": {
"activity_timeline": {},
Expand Down

0 comments on commit 11c6ed6

Please sign in to comment.