Srinjoy Majumdar
Srinjoy Majumdar
Fetch the team name from GitHub everytime we serialize a group assignment repo. This fixes https://github.com/education/classroom-assistant/issues/117
Currently we're using [electron-forge](https://www.electronforge.io) for packaging GitHub Classroom Assistant. This package depends on [electron-prebuilt-compile](https://github.com/electron-userland/electron-prebuilt-compile) which has become out of date and has security issues. There are three possible solutions: 1....
Integrate with Electron Crash Reporter and setup server for Crash reporting
Would be nice to be able to test with Classroom running locally instead of in production. Probably want to add an environment variable that we check for the Classroom API...
Right now we just look up the group name as if it's a user avatar. We should be passing the GitHub team avatar URL from the Classroom API
Replace the URL entry box on the populate page with an autocomplete search bar similar to what we have on Classroom for Starter Code ### TODO - [x] Implement API...
Add support to throw error messages/better communicate errors to Users
Need to point iconURL in winstaller config towards classroom assistant logo after UI fixes are all merged.