Golf-Drill-Challenge-App / Golf-App

7 stars 0 forks source link

Assigning and Deleting multiple users from an assignment is comically slow #284

Open FrankreedX opened 1 month ago

FrankreedX commented 1 month ago

This is due to looping through lots of users and atomically changing their assignment array. Proposing merging all assignment array into one document for faster updating. The downside to this is whenever a user requests their assignment, all assignments will be fetched.