Nathaniel Woodthorpe
Nathaniel Woodthorpe
The latest GitHub release is from more than a year ago. I see there are some issues from folks blindly downloading that release and running into issues. Would it be...
To reduce clutter up top, let's move the prefix box into the optional section. The way we automatically update the prefix box when you type an assignment name is a...
https://www.eduappcenter.com/ Setting up Classroom on eduappcenter will make it easier for teachers to get our integration set up with their LMS. When we re-prioritize LTI/LMS work, lets' consider getting this...
https://github.com/education/classroom/pull/2404/ had to be reverted as it caused exceptions when a user had a roster + assignment repos by a user who wasn't on the roster. The fix is just...
If you're on pg 2 of roster entries and you link a user, it moves you back to pg 1. I got this feedback from a user, this can be...
In https://github.com/education/classroom/issues/2431, there were a number of failed imports but we had no metrics indicate this. In the future, issues like this should surface in our dashboards so we can...
**Needle**: https://haystack.githubapp.com/classroom/needles/3TYPQyb0TUnuB_eFTvq-jw **Rollup**: https://haystack.githubapp.com/classroom/rollups/04af95995f467d51f44781c46c6459b7 ``` ActionView::Template::Error undefined method `github_repository' for nil:NilClass ```
https://github.com/education/classroom/blob/d4246ec6ec1dca8399d6d965a7577ad430ad5374/app/models/concerns/starter_code_importable.rb#L29 Let's increment a ddog metric here, we can't tell if this is an error users are frequently seeing. cc @andrewbredow @femmebot
Simple assignments have starter code, a task, and a deadline. This works in simple cases, but a lot of classes use assignments to cumulatively build a larger application, introducing new...
A month ago, I set up a new sample GitHub Classroom assignment, we give users a link to it on the signed out Classroom page to experience the student flow...