patternfly / patternfly/patternfly-react
Review any typings in codebase
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 862
- Forks
- 392
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 9
Description
Describe the enhancement or change
We should review any instances of an any type to be a more specific/applicable type. This is related to https://github.com/patternfly/patternfly-react/issues/11519, but this issue will cover the rest of the codebase.
Is this request originating from a Red Hat product team? If so, which ones and is there any sort of deadline for this enhancement?
Any other information?
Jira Issue: PF-2206
Contributor guide
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 by searching the codebase for every instance of the TypeScript any type and review the surrounding usage to determine an applicable specific type. Done means the remaining instances have been reviewed and unnecessary any types are replaced, covering code outside the related issue 11519.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100