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 Nov 19, 2024
1 parent 3037a3a commit 8300c54
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 8 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-11-19 14:33:06*
*Last Updated: 2024-11-19 14:35:25*


## Overall Progress
37 changes: 30 additions & 7 deletions chart_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"Day 6": 4,
"Day 7": 4,
"Day 8": 4,
"Day 13": 1,
"Day 9": 1
},
"student_progress": {
Expand Down Expand Up @@ -223,8 +224,8 @@
}
},
"Joe George": {
"total_files": 9,
"completed_days": 9,
"total_files": 10,
"completed_days": 10,
"daily_submissions": {
"Day 0": 1,
"Day 1": 1,
Expand All @@ -234,12 +235,13 @@
"Day 5": 1,
"Day 6": 1,
"Day 7": 1,
"Day 8": 1
"Day 8": 1,
"Day 13": 1
},
"file_types": {
".py": 9
".py": 10
},
"total_lines": 160,
"total_lines": 161,
"detailed_daily_stats": {
"Day 0": {
"total_lines": 10,
Expand Down Expand Up @@ -429,6 +431,27 @@
"size": 235
}
]
},
"Day 13": {
"total_lines": 1,
"code_lines": 1,
"comment_lines": 0,
"functions": 0,
"classes": 0,
"files": 1,
"file_details": [
{
"name": "joe_g.py",
"path": "Day-13/joe_g.py",
"extension": ".py",
"lines": 1,
"code_lines": 1,
"comment_lines": 0,
"functions": 0,
"classes": 0,
"size": 1
}
]
}
}
},
Expand Down Expand Up @@ -933,13 +956,13 @@
},
"completion_rates": {
"Joe Martin": 64.28571428571429,
"Joe George": 64.28571428571429,
"Joe George": 71.42857142857143,
"Ganesh Chandran": 64.28571428571429,
"Job Thomas": 71.42857142857143,
"Indhu Subash": 14.285714285714285
},
"language_distribution": {
".py": 39
".py": 40
},
"repository_activity": {
"activity_timeline": {},
Expand Down

0 comments on commit 8300c54

Please sign in to comment.