generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
complexity: smallfeature: Databaserole: Back Endsize: 1ptCan be done in 4-6 hoursCan be done in 4-6 hours
Milestone
Description
Overview
Optimize UserController.projectManager_list to reduce latency from sequential project fetches.
Action Items
- Replace per-project
Project.findByIdcalls with a singleProject.find({ _id: { $in: [...] } }). - Refactor logic to map projects to users after bulk fetch.
- Only use
Promise.allif bulk fetch isn't feasible.
Resources/Instructions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
complexity: smallfeature: Databaserole: Back Endsize: 1ptCan be done in 4-6 hoursCan be done in 4-6 hours
Type
Projects
Status
Final QA (product)