Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Refactoring] - Remove `any` type from `src/frontend/src/hooks/projects.hooks.ts`
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
Remove the use of the any type from projects.hooks.ts This may seem very simple, but the point of this is just to have you read through the codebase and understand the types/interfaces used in it, or make new ones that fit the shape of the data being used.
Notes
Check #665 for notes on why we're doing this and pointers on what you should replace any with.
Acceptance Criteria
any is not used as a type in projects.hooks.ts
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 with src/frontend/src/hooks/projects.hooks.ts and read the guidance in issue #665 about replacing any types. Trace the data shapes through the existing code and interfaces, adding or selecting types that fit what the hook uses. Done means any is no longer used as a type in projects.hooks.ts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100