Isaac Cheng
Isaac Cheng
## Changes - Use semantic analysis of the title to determine what icon should be used for an expense. - Consider implementing this with a dictionary, where the keys are...
## Specification - Additional GitHub Actions can be added for more thorough code analysis, such as [performance analysis for size and runtime.](https://github.com/andresz1/size-limit-action)
## Problem Statement - When accessing feed, stats (leaderboard, achievements), games (quizzes, flashcards), or chat without logging in, a `KeyError: 'username'` occurs. - This can be fixed by implementing the...
## Problem Statement - At the moment, connections and notifications are stored with `requestCount` and `notifications` being returned with every function. - This can be better implemented by using classes,...
Remember to add a check to avoid removing the default profile picture.