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 9e4a0ff commit c10b43e
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 15:34:08*
*Last Updated: 2024-12-20 15:40:18*


## Overall Progress
38 changes: 30 additions & 8 deletions chart_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"Day 20": 3,
"Day 21": 3,
"Day 22": 2,
"Day 23": 1
"Day 23": 2
},
"student_progress": {
"Joe Martin": {
"total_files": 23,
"completed_days": 23,
"total_files": 24,
"completed_days": 24,
"daily_submissions": {
"Day 0": 1,
"Day 1": 1,
Expand All @@ -52,12 +52,13 @@
"Day 19": 1,
"Day 20": 1,
"Day 21": 1,
"Day 22": 1
"Day 22": 1,
"Day 23": 1
},
"file_types": {
".py": 23
".py": 24
},
"total_lines": 531,
"total_lines": 585,
"detailed_daily_stats": {
"Day 0": {
"total_lines": 9,
Expand Down Expand Up @@ -541,6 +542,27 @@
"size": 1036
}
]
},
"Day 23": {
"total_lines": 54,
"code_lines": 54,
"comment_lines": 0,
"functions": 0,
"classes": 0,
"files": 1,
"file_details": [
{
"name": "joe.m.py",
"path": "Day-23/joe.m.py",
"extension": ".py",
"lines": 54,
"code_lines": 54,
"comment_lines": 0,
"functions": 0,
"classes": 0,
"size": 883
}
]
}
}
},
Expand Down Expand Up @@ -2420,14 +2442,14 @@
}
},
"completion_rates": {
"Joe Martin": 95.83333333333334,
"Joe Martin": 100.0,
"Joe George": 91.66666666666666,
"Ganesh Chandran": 100.0,
"Job Thomas": 83.33333333333334,
"Indhu Subash": 70.83333333333334
},
"language_distribution": {
".py": 106
".py": 107
},
"repository_activity": {
"activity_timeline": {},
Expand Down

0 comments on commit c10b43e

Please sign in to comment.