[Refactoring] - Remove `any` type from `src/frontend/src/pages/LoginPage/LoginDev.tsx`

Open Beginner friendly
#1,495 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Refactor
Clarity
Clearly specified
Activity status
Stale
Tech stack
typescript
Domain
frontend

Research direction

Open src/frontend/src/pages/LoginPage/LoginDev.tsx and identify the any-typed values and the data shapes they use. Read issue #665 for the replacement guidance, then update the types or interfaces so the file contains no any type and meets the acceptance criterion.

Written by the indexing model from the issue text.

Description

front-end straightforward
Description

Remove the use of the any type from LoginDev.tsx 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 LoginDev.tsx

Dominant language
TypeScript
Stars
36
Forks
9
Avg merge
4d 11h
Merged PRs (30d)
14

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Northeastern-Electric-Racing/FinishLine

All issues in Northeastern-Electric-Racing/FinishLine

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.