Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring List.jsx for readability and maintenance #72

Closed
4 tasks done
Tracked by #14
krsnamara opened this issue Mar 29, 2024 · 0 comments · Fixed by #73
Closed
4 tasks done
Tracked by #14

Refactoring List.jsx for readability and maintenance #72

krsnamara opened this issue Mar 29, 2024 · 0 comments · Fixed by #73
Assignees
Labels
design sprint design sprint from issue 14 refactoring

Comments

@krsnamara
Copy link
Collaborator

Summary

Currently the List.jsx file is quite large. The goal of this issue is to try and abstract some of the logic into a utils file and create some components that can be used to make file more manageable.

Acceptance criteria

  • Create utils file that handles sorted logic
  • Create component for entering new Item
  • Separate the sorting data jsx into its own component
  • Use the sortedData utils file to effectively filtered data and sort into urgency arrays

Notes

Sub-issue of #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design sprint design sprint from issue 14 refactoring
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant