-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall.json
More file actions
159 lines (158 loc) · 5.21 KB
/
all.json
File metadata and controls
159 lines (158 loc) · 5.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
[
{
"id": "touch-grass",
"name": "Touch Grass",
"description": "A reminder to take a break and enjoy the outdoors.",
"requirements": "none",
"color": "#4CAF50",
"integration": "AI_SNAP",
"category": "Nature"
},
{
"id": "pomodoro-quest",
"name": "Simple Pomodoro",
"description": "Scientifically proven method to enhance focus and productivity by breaking work into intervals.",
"requirements": "none",
"color": "#ee5a65",
"integration": "EXTERNAL_INTEGRATION",
"category": "Education",
"setupLink": "https://nethical6.github.io/qp_pomodoro/qp_setup.html"
},
{
"id": "touch-nature",
"name": "Touch Nature",
"description": "A reminder to touch snow,wood,tree anything.",
"requirements": "none",
"color": "#4CAF50",
"integration": "AI_SNAP",
"category": "Nature"
},
{
"id": "duolingo-lesson",
"name": "Duolingo Lesson",
"description": "Maintain your duolingo streak to earn coins.",
"requirements": "Duolingo App",
"color": "#4CGF50",
"integration": "EXTERNAL_INTEGRATION",
"category": "Education",
"setupLink": "https://nethical6.github.io/qp_duolingo_integration/"
},
{
"id": "github-commits",
"name": "Github Commits",
"description": "Perform x number of github commits daily to earn coins",
"requirements": "Github Account",
"color": "#4CGG70",
"integration": "EXTERNAL_INTEGRATION",
"category": "Education",
"setupLink": "https://nethical6.github.io/qp_gh_integration/"
},
{
"id": "visit-gym",
"name": "Visit Gym",
"description": "Go to the gym and complete a workout — submit a selfie as proof.",
"requirements": "Gym access or personal workout equipment",
"color": "#FF5722",
"integration": "AI_SNAP",
"category": "Fitness"
},
{
"id": "clean-bedroom",
"name": "Clean Bedroom",
"description": "A task to keep your living space tidy and organized.",
"requirements": "none",
"color": "#2196F3",
"integration": "AI_SNAP",
"category": "Household"
},
{
"id": "journal",
"name": "Journal",
"description": "Write down your thoughts and feelings to reflect on your day.",
"requirements": "A physical journalling notebook",
"color": "#9C27B0",
"integration": "AI_SNAP",
"category": "Mental Health"
},
{
"id": "level-study",
"name": "Levelled Study",
"description": "Begin with short study sessions. Each day, your focus time grows to boost discipline and knowledge.",
"requirements": "A quiet space and study materials",
"color": "#3F51B5",
"integration": "DEEP_FOCUS",
"category": "Education"
},
{
"id": "level-meditation",
"name": "Levelled Meditatation",
"description": "Start with a few minutes of calm. Each day, your meditation time gently increases to help you build focus and inner peace.",
"requirements": "A quiet space and a comfortable position",
"color": "#673AB7",
"integration": "DEEP_FOCUS",
"category": "Mental Health"
},
{
"id": "ride-bicycle",
"name": "Ride Bicycle",
"description": "Ride a bicycle to stay active and enjoy the outdoors.",
"requirements": "A fitness tracking app",
"color": "#F41336",
"integration": "AI_SNAP",
"category": "Fitness"
},
{
"id": "hug-tree",
"name": "Hug a tree",
"description": "A reminder to reconnect with Nature.",
"requirements": "none",
"color": "#4CAG50",
"integration": "AI_SNAP",
"category": "Nature"
},
{
"id": "spot-ant",
"name": "Spot an Ant",
"description": "A reminder to observe the small wonders of Nature.",
"requirements": "none",
"color": "#4CDF50",
"integration": "AI_SNAP",
"category": "Nature"
},
{
"id": "spot-bird",
"name": "Spot a Bird",
"description": "A reminder to appreciate the beauty of birds in Nature.",
"requirements": "none",
"color": "#4CFF50",
"integration": "AI_SNAP",
"category": "Nature"
},
{
"id": "spot-cloud",
"name": "Spot a Cloud",
"description": "A reminder to look up and enjoy the sky.",
"requirements": "none",
"color": "#4CFF50",
"integration": "AI_SNAP",
"category": "Nature"
},
{
"id": "balance-rock",
"name": "Balance a rock on another rock",
"description": "A reminder to practice patience and focus by balancing rocks.",
"requirements": "none",
"color": "#4CGF50",
"integration": "AI_SNAP",
"category": "Nature"
},
{
"id": "pat-pet",
"name": "Pat a pet",
"description": "A reminder to show affection to your pet.",
"requirements": "none",
"color": "#4CGF50",
"integration": "AI_SNAP",
"category": "Nature"
}
]