From 7f8bc0dc8a8e84bcfea5498df799be0f819b3272 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 27 Apr 2021 19:26:54 +0000 Subject: [PATCH] Deployed 73090e4 to dev with MkDocs 1.1.2 and mike 1.0.0 --- dev/change-log/index.html | 20 ++ dev/datastreams/fitbitjson-csv/index.html | 19 +- dev/datastreams/fitbitjson-mysql/index.html | 19 +- dev/datastreams/fitbitparsed-csv/index.html | 5 +- dev/datastreams/fitbitparsed-mysql/index.html | 5 +- .../mandatory-fitbit-format/index.html | 2 +- dev/developers/test-cases/index.html | 181 +++++++++++++ dev/features/fitbit-sleep-intraday/index.html | 243 +++++------------- dev/features/fitbit-sleep-summary/index.html | 48 +++- dev/img/sleep_intraday_price.png | Bin 0 -> 859861 bytes dev/img/sleep_intraday_rapids.png | Bin 0 -> 235048 bytes dev/img/sleep_summary_rapids.png | Bin 0 -> 300516 bytes dev/setup/configuration/index.html | 24 +- dev/sitemap.xml | 140 +++++----- dev/sitemap.xml.gz | Bin 839 -> 840 bytes dev/snippets/jsonfitbit_format/index.html | 19 +- dev/snippets/parsedfitbit_format/index.html | 5 +- dev/workflow-examples/analysis/index.html | 2 +- 18 files changed, 433 insertions(+), 299 deletions(-) create mode 100644 dev/img/sleep_intraday_price.png create mode 100644 dev/img/sleep_intraday_rapids.png create mode 100644 dev/img/sleep_summary_rapids.png diff --git a/dev/change-log/index.html b/dev/change-log/index.html index b5c2bc69..88969d83 100644 --- a/dev/change-log/index.html +++ b/dev/change-log/index.html @@ -1656,6 +1656,13 @@ @@ -1847,6 +1861,20 @@ Fitbit Calories Intraday + + +
  • + + Fitbit Sleep Summary + + +
  • + +
  • + + Fitbit Sleep Intraday + +
  • @@ -2000,6 +2028,13 @@ N +Fitbit Calories Intraday +RAPIDS +Y +Y +Y + + Fitbit Data Yield RAPIDS N @@ -2028,6 +2063,20 @@ N +Fitbit Sleep Intraday +RAPIDS +Y +Y +Y + + +Fitbit Sleep Intraday +PRICE +Y +Y +Y + + Fitbit Steps Summary RAPIDS N @@ -2293,6 +2342,138 @@ +

    Fitbit Sleep Summary

    +

    Description

    +
      +
    • A main sleep episode that starts on Fri 20:00:00 and ends on Sat 02:00:00. This episode starts after 11am (Last Night End) which will be considered as today’s (Fri) data.
    • +
    • A nap that starts on Sat 04:00:00 and ends on Sat 06:00:00. This episode starts before 11am (Last Night End) which will be considered as yesterday’s (Fri) data.
    • +
    • A nap that starts on Sat 13:00:00 and ends on Sat 15:00:00. This episode starts after 11am (Last Night End) which will be considered as today’s (Sat) data.
    • +
    • A main sleep that starts on Sun 01:00:00 and ends on Sun 12:00:00. This episode starts before 11am (Last Night End) which will be considered as yesterday’s (Sat) data.
    • +
    • A main sleep that starts on Sun 23:00:00 and ends on Mon 07:00:00. This episode starts after 11am (Last Night End) which will be considered as today’s (Sun) data.
    • +
    • Any segment shorter than one day will be ignored for sleep RAPIDS features.
    • +
    +

    Checklist

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    time segmentsingle tzmulti tzplatform
    30minOKOKfitbit
    morningOKOKfitbit
    dailyOKOKfitbit
    threedayOKOKfitbit
    weekendOKOKfitbit
    beforeMarchEventOKOKfitbit
    beforeNovemberEventOKOKfitbit
    +

    Fitbit Sleep Intraday

    +

    Description

    +
      +
    • A five-minute main sleep episode with asleep-classic level on Fri 11:00:00.
    • +
    • An eight-hour main sleep episode on Fri 17:00:00. It is split into 2 parts for daily segment: a seven-hour sleep episode on Fri 17:00:00 and an one-hour sleep episode on Sat 00:00:00.
    • +
    • A two-hour nap on Sat 01:00:00 that will be ignored for main sleep features.
    • +
    • An one-hour nap on Sat 13:00:00 that will be ignored for main sleep features.
    • +
    • An eight-hour main sleep episode on Sat 22:00:00. This episode ends on Sun 08:00:00 (NY) for March and Sun 06:00:00 (NY) for Novembers due to daylight savings. It will be considered for beforeMarchEvent segment and ignored for beforeNovemberEvent segment.
    • +
    • A nine-hour main sleep episode on Sun 11:00:00. Start time will be assigned as NY time zone and converted to 14:00:00.
    • +
    • A seven-hour main sleep episode on Mon 06:00:00. This episode will be split into two parts: a five-hour sleep episode on Mon 06:00:00 and a two-hour sleep episode on Mon 11:00:00. The first part will be discarded as it is before 11am (Last Night End)
    • +
    • Any segment shorter than one day will be ignored for sleep PRICE features.
    • +
    +

    Checklist

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    time segmentsingle tzmulti tzplatform
    30minOKOKfitbit
    morningOKOKfitbit
    dailyOKOKfitbit
    threedayOKOKfitbit
    weekendOKOKfitbit
    beforeMarchEventOKOKfitbit
    beforeNovemberEventOKOKfitbit
    diff --git a/dev/features/fitbit-sleep-intraday/index.html b/dev/features/fitbit-sleep-intraday/index.html index 8f3c829b..628c1638 100644 --- a/dev/features/fitbit-sleep-intraday/index.html +++ b/dev/features/fitbit-sleep-intraday/index.html @@ -1759,6 +1759,10 @@

    RAPIDS provider

    +
    +

    Understanding RAPIDS features

    +

    This diagram will help you understand how sleep episodes are chunked and grouped within time segments for the RAPIDS provider.

    +

    Available time segments