SE750-Group14-GirlGang / roadtrip-planner

An application to help you and your friends plan a roadtrip!
Apache License 2.0
3 stars 2 forks source link

Make component utils folders consistent #94

Closed Denijar closed 3 years ago

Denijar commented 3 years ago

Developer Story As a developer, I want component util functions to be stored in a consistent location

Currently, we have a src/utils/dates folder with util functions just for dates. We also have a utils folder located inside components/playlist - we should pick one of these conventions and refactor the other one. If we choose to keep the src/utils folder then we can remove the playlists folder and just have SpotifyPlaylistWrapper as the top level folder

Acceptance Criteria