You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a bunch of complex queries in AwardedPoint, AvailablePoint and User. with some redundancy. Clean it up, add comments, maybe refactor them to some helper class. Reduce N+1 problems. Also improve tests.