SOM-Timer/som_timer_fe

Break out 'Time to focus' modal into own component

kip-west opened this issue · 0 comments

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 in MoodRating (tbd)
  • (Maybe) we include a session history in this component so the user sees the cycle they just completed.