Chase Carnaroli
Chase Carnaroli
Add a login button to the navbar. Also when users click the "Load" button, provide an "Or sign in with Google" option. Sign in with Google: https://developers.google.com/identity/gsi/web This should pair...
We're currently on v4 https://mui.com/guides/migration-v4/ This will mess up the colors so whoever tackles this should also fix the theme after migrating in the same PR. The new colors don't...
There's a lot of AntAlmanac features that user don't know about - SMS Notification - Export to Google Calendar - Custom Events - Map routes - Coming soon: import from...
We should create a video showing freshmen how to sign up for classes. In this video, we would highlight all of the tools that AntAlmanac provides to help them with...
Currently when GraphQL fetches grades, it selects all of the columns from the database. We should dynamically generate the select statement based on the fields requested.
Right now it accepts a list of values as a string with `;` as a separator. It makes more sense to accept an array. I need to look into GraphQL...
AntAlmanac tracks course enrollment data over each registration window.  This information is stored in MongoDB. We should transfer this data over to the API so that everyone has access...
We should add logging to notify us when a course id or instructor is missing from our datasets. The log would get triggered when a grades or schedule query tries...
User reported: > Clicking on a professor's name, then clicking on the button for their EaterEvals no longer directs us to the instructor's evals. It seems like they reorganized the...