RoboJackets / RoboJackets/apiary-react-native
Refactor: Use ItemList component in Attendance Screens
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
in AttendableSelect.tsx, lines 38-57, a functional component is defined that acts as a list of attendables. An ItemList component exists as a general "list of things you can click on" and should be used instead if possible.
The ItemList component may need modification if it is missing icons, subtitles, or other features needed for the app's screens.
A link to the file is below. Note that the app's file structure may have changed.
https://github.com/RoboJackets/apiary-react-native/blob/main/Attendance/AttendableSelect.tsx
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 with Attendance/AttendableSelect.tsx, especially lines 38-57, and locate the existing ItemList component and its usages. Compare the attendance list's required icons, subtitles, and other features with ItemList; done means the attendance screens use ItemList without losing their current needs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- mobile-dev
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100