Commit 79e249b9 authored by Janadi's avatar Janadi

07/06/2020-2

parent f8941db0
Pipeline #1237 failed with stages
......@@ -116,7 +116,8 @@
<workItem from="1593772870303" duration="654000" />
<workItem from="1593847616271" duration="976000" />
<workItem from="1593848625328" duration="12035000" />
<workItem from="1593928712254" duration="8411000" />
<workItem from="1593928712254" duration="9601000" />
<workItem from="1594008948316" duration="5937000" />
</task>
<servers />
</component>
......@@ -156,10 +157,10 @@
<screen x="1920" y="0" width="1920" height="1040" />
</state>
<state x="2383" y="166" key="SettingsEditor/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1592973231446" />
<state x="477" y="241" key="com.intellij.ide.util.TipDialog" timestamp="1593928731113">
<state x="477" y="241" key="com.intellij.ide.util.TipDialog" timestamp="1594008966957">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="477" y="241" key="com.intellij.ide.util.TipDialog/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1593489490167" />
<state x="477" y="241" key="com.intellij.ide.util.TipDialog/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1594008966957" />
<state x="2516" y="304" key="com.intellij.ide.util.TipDialog/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1593772875660" />
<state x="477" y="241" key="com.intellij.ide.util.TipDialog/0.0.1536.824@0.0.1536.824" timestamp="1593928731113" />
</component>
......
......@@ -23,7 +23,6 @@ urlpatterns = [
path('getActivityData/<int:activity_id>', views.DataBasedOnActivity),
# Walking Data
# Daily
path('getTotalMinutesPerDay', views.getTotalMinutesPerDay),
path('getTotalMinutesPerHour', views.getTotalMinutesPerHour),
......@@ -32,19 +31,21 @@ urlpatterns = [
# Weekly
path('getTotalMinutesPerWeek', views.getTotalMinutesPerWeek),
path('getTotalMinutesPerDay', views.getTotalMinutesPerDay),
path('highlightsPerWeek', views.highlightsPerWeek)
path('highlightsPerWeek', views.highlightsPerWeek),
# Monthly
path('getTotalMinutesPerMonth', views.getTotalMinutesPerMonth),
path('getTotalMinutesPerWeek', views.getTotalMinutesPerWeek),
path('highlightsPerMonth', views.highlightsPerMonth),
# Annually
path('getTotalMinutesPerYear', views.getTotalMinutesPerYear),
path('getTotalMinutesPerMonth', views.getTotalMinutesPerMonth),
path('highlightsPerYear', views.highlightsPerYear),
# Running Data
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment