mirror of https://github.com/snachodog/mybuddy.git
59 lines
2.1 KiB
Markdown
59 lines
2.1 KiB
Markdown
# Using Timers
|
|
|
|
## Starting a Timer
|
|
|
|
From the top navigation bar select the clock icon to start a timer. A new screen
|
|
will appear with a timer, the date and buttons to assign this timer to a
|
|
feeding, sleep or tummy time activity. On the bottom of the timer is a red
|
|
button to delete the timer, a blue button to edit the timer and add a name or
|
|
change the start time, an orange button to restart the timer and a yellow button
|
|
to stop the timer.
|
|
|
|
## Editing a Timer
|
|
|
|
<video style="max-width: 320px;" autoplay controls loop muted playsinline>
|
|
<source src="../../assets/videos/timer_edit.mp4" type="video/mp4">
|
|
</video>
|
|
|
|
## Deleting a Timer
|
|
|
|
<video style="max-width: 320px;" autoplay controls loop muted playsinline>
|
|
<source src="../../assets/videos/timer_delete.mp4" type="video/mp4">
|
|
</video>
|
|
|
|
## Creating Entries from Timers
|
|
|
|
### Create a Feeding Entry
|
|
|
|
<video style="max-width: 320px;" autoplay controls loop muted playsinline>
|
|
<source src="../../assets/videos/timer_feeding.mp4" type="video/mp4">
|
|
</video>
|
|
|
|
From the top navigation bar select the clock icon to start a timer. When the
|
|
activity is complete, select Feeding. As necessary, modify the child and
|
|
start/end time of the timer. Update the feed to reflect the type of feeding
|
|
(i.e. breast milk, bottle, etc.), the feeding method and amount. When ready,
|
|
select Submit.
|
|
|
|
### Create a Sleep Entry
|
|
|
|
<video style="max-width: 320px;" autoplay controls loop muted playsinline>
|
|
<source src="../../assets/videos/timer_sleep.mp4" type="video/mp4">
|
|
</video>
|
|
|
|
From the top navigation bar select the clock icon to start a timer. When the
|
|
activity is complete, select Sleep. As necessary, modify the child and start/end
|
|
time of the timer. Add any relevant notes to the sleep. When ready, select
|
|
Submit.
|
|
|
|
### Create a Tummy Time Entry
|
|
|
|
<video style="max-width: 320px;" autoplay controls loop muted playsinline>
|
|
<source src="../../assets/videos/timer_tummy_time.mp4" type="video/mp4">
|
|
</video>
|
|
|
|
From the top navigation bar select the clock icon to start a timer. When the
|
|
activity is complete, select Tummy Time. As necessary, modify the child and
|
|
start/end time of the timer. Add any relevant tummy time milestones. When ready,
|
|
select Submit.
|