-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
141 lines (141 loc) · 3.72 KB
/
users.json
File metadata and controls
141 lines (141 loc) · 3.72 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
{
"54321": {
"password": "12345",
"board": [
"Donate to a local food pantry",
"Declutter your desk or workspace",
"Go for a nature walk",
"Make yourself laugh",
"Spend a day in the park",
"Unsubscribe from unnecessary emails",
"Increased water intake",
"Try a deep breathing exercise",
"Finish reading a book",
"Plan your dinners for the week ahead",
"Declutter space",
"Give someone a compliment",
"Call a family member you rarely talk to",
"Turn off all technology 30 minutes prior to bedtime (lights out)",
"Do a random act of kindness",
"Write 5 things you are grateful for",
"Stretch for 10+ minutes",
"Create a list of short term goals",
"Exercise for 3 days in a row",
"Learn a new skill",
"Check in with a neighbor",
"Cook a new meal",
"Rest or take a nap",
"Go to bed early"
]
},
"JackB": {
"password": "password",
"board": [
"Tried to unlock someone else’s car.",
"Called someone by the wrong name.",
"Accidentally walked into the wrong classroom.",
"Tried to take a selfie and dropped your phone.",
"Laughed at a message that wasn’t a joke.",
"Liked a post from five years ago.",
"Sent a message to the wrong person.",
"Said 'you too' when it didn’t make sense.",
"Accidentally hit reply-all.",
"Waved back at someone who wasn't waving at you.",
"Messed up a simple high five.",
"Said goodbye then walked the same direction.",
"Forgot what you were saying mid-sentence.",
"Thought someone was talking to you but they weren’t.",
"Tried to push a door that said pull.",
"Forgot someone’s name right after they said it.",
"Pretended to understand something confusing.",
"Got caught staring at someone.",
"Typed a whole email and forgot to send it.",
"Walked into a spiderweb in public.",
"Wrote an entire text then deleted it.",
"Used the wrong emoji in a serious conversation.",
"Misread a situation completely.",
"Tripped on absolutely nothing."
],
"crossed": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
]
},
"Jack": {
"password": "password",
"board": [
"Finish reading a book",
"Go for a nature walk",
"Give someone a compliment",
"Go to bed early",
"Cook a new meal",
"Declutter your desk or workspace",
"Rest or take a nap",
"Donate to a local food pantry",
"Create a list of short term goals",
"Write 5 things you are grateful for",
"Declutter space",
"Unsubscribe from unnecessary emails",
"Do a random act of kindness",
"Make yourself laugh",
"Try a deep breathing exercise",
"Turn off all technology 30 minutes prior to bedtime (lights out)",
"Call or message someone just because",
"Stretch for 10+ minutes",
"Check in with a neighbor",
"Exercise for 3 days in a row",
"Spend a day in the park",
"Call a family member you rarely talk to",
"Increased water intake",
"Learn a new skill"
],
"crossed": [
true,
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false,
false,
true,
false,
false,
false,
false,
false,
false,
false,
false
]
}
}