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 18, 2024
1 parent 0c456e9 commit af6a19f
Show file tree
Hide file tree
Showing 2 changed files with 32 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-18 14:00:27*
*Last Updated: 2024-12-18 14:02:38*


## Overall Progress
39 changes: 31 additions & 8 deletions chart_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"Day 14": 5,
"Day 15": 4,
"Day 16": 4,
"Day 17": 2
"Day 17": 2,
"Day 19": 1
},
"student_progress": {
"Joe Martin": {
Expand Down Expand Up @@ -407,8 +408,8 @@
}
},
"Joe George": {
"total_files": 18,
"completed_days": 18,
"total_files": 19,
"completed_days": 19,
"daily_submissions": {
"Day 0": 1,
"Day 1": 1,
Expand All @@ -427,12 +428,13 @@
"Day 14": 1,
"Day 15": 1,
"Day 16": 1,
"Day 17": 1
"Day 17": 1,
"Day 19": 1
},
"file_types": {
".py": 18
".py": 19
},
"total_lines": 376,
"total_lines": 384,
"detailed_daily_stats": {
"Day 0": {
"total_lines": 10,
Expand Down Expand Up @@ -811,6 +813,27 @@
"size": 372
}
]
},
"Day 19": {
"total_lines": 8,
"code_lines": 8,
"comment_lines": 0,
"functions": 1,
"classes": 0,
"files": 1,
"file_details": [
{
"name": "joe_g.py",
"path": "Day-19/joe_g.py",
"extension": ".py",
"lines": 8,
"code_lines": 8,
"comment_lines": 0,
"functions": 1,
"classes": 0,
"size": 129
}
]
}
}
},
Expand Down Expand Up @@ -1953,13 +1976,13 @@
},
"completion_rates": {
"Joe Martin": 80.95238095238095,
"Joe George": 85.71428571428571,
"Joe George": 90.47619047619048,
"Ganesh Chandran": 80.95238095238095,
"Job Thomas": 85.71428571428571,
"Indhu Subash": 71.42857142857143
},
"language_distribution": {
".py": 85
".py": 86
},
"repository_activity": {
"activity_timeline": {},
Expand Down

0 comments on commit af6a19f

Please sign in to comment.