codeforboston / codeforboston/cliff-effects
Refactor `sharedProps` prop in src/forms/CurrentExpenses.js
Open
discussion needed
tech-debt
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
#965 uses a prop called `sharedProps` for several components; this should be separated out into the specific props each component needs.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in src/forms/CurrentExpenses.js and review the related change in #965 to identify the components receiving sharedProps. Trace which props each component actually needs, then verify that sharedProps has been replaced by component-specific props without changing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100