Break out 'Time to focus' modal into own component
kip-west opened this issue · 0 comments
kip-west commented
Feature Categories:
- React
- Styling/CSS
Describe the feature/Bug your gonna work on
- Now that we've incorporated mood rating functionality into our app, we need to move our
Time to focus
message to after the second mood rating.- This includes: testing, implementation, and styling
Additional context
- We may also move our
postSession
request into this component as well, as a way to "tie up" the end of the session! This may DRY up some of the if conditions inMoodRating
(tbd) - (Maybe) we include a session history in this component so the user sees the cycle they just completed.