Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Gantt Chart] - 1.3 Prisma query optimization
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
Fix n+1 query pattern in main gantt data fetch, consolidate sequential Promise.all blocked calls into fewer total calls, add db indices on frequently-filtered columns, re-measure 1.1.1
Acceptance Criteria
TBD
Proposed Solution
TBD
Mocks
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the main Gantt data fetch and inspect the Prisma queries, focusing on the N+1 pattern, sequential Promise.all-blocked calls, and frequently filtered columns. Done means fewer total database calls, appropriate indices, and a re-measurement against 1.1.1; acceptance criteria are still TBD.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, databases, performance
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100