You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
sortedData
utils file to effectively filtered data and sort into urgency arraysNotes
Sub-issue of #14
The text was updated successfully, but these errors were encountered: