@hy-capital/api-habit-tracker-types 1.0.61 → 1.0.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/habit.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  import { TopicType } from './user-topic';
2
2
  export type HabitTime = 'Morning' | 'Afternoon' | 'Evening' | 'Anytime';
3
3
  export type HabitDifficulty = 1 | 2 | 3;
4
- export type HabitFrequency = 'Daily' | 'Monthly';
5
4
  export type HabitDay = 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Sunday';
6
5
  export declare const allHabitDays: HabitDay[];
7
6
  export declare const habitDateFormat = "DD-MM-YYYY";
@@ -15,7 +14,6 @@ export interface HabitType {
15
14
  topicType: TopicType;
16
15
  difficulty: HabitDifficulty;
17
16
  description: string;
18
- frequency: HabitFrequency;
19
17
  habitDays: HabitDay[];
20
18
  possibleNotificationDescriptions: string[];
21
19
  minDaysPerWeek: number;
@@ -33,9 +31,7 @@ export interface BaseHabit {
33
31
  remind_me: boolean;
34
32
  remind_me_at_times: RemindMeAtTime[];
35
33
  notifications: Notification[];
36
- frequency: HabitFrequency;
37
34
  habit_days: HabitDay[];
38
- habit_dates: number[];
39
35
  possible_notification_descriptions: string[];
40
36
  min_days_per_week: number;
41
37
  habit_type_id: number;
package/dist/habit.js CHANGED
@@ -73,7 +73,6 @@ exports.habitTypesByTopicType = {
73
73
  topicType: 'Dating',
74
74
  habitTime: 'Anytime',
75
75
  habitDays: exports.allHabitDays,
76
- frequency: 'Daily',
77
76
  minDaysPerWeek: 5,
78
77
  possibleNotificationDescriptions: [
79
78
  'STILL silent?... Your dating life’s DYING. 🐌',
@@ -94,7 +93,6 @@ exports.habitTypesByTopicType = {
94
93
  topicType: 'Dating',
95
94
  habitTime: 'Anytime',
96
95
  habitDays: exports.allHabitDays,
97
- frequency: 'Daily',
98
96
  minDaysPerWeek: 3,
99
97
  possibleNotificationDescriptions: [
100
98
  'NO MOVE yet?... Stay a NOBODY forever. 👻',
@@ -109,45 +107,42 @@ exports.habitTypesByTopicType = {
109
107
  },
110
108
  {
111
109
  id: 3,
112
- name: 'Grooming',
113
- description: 'Wear your best clothes, keep hair in check. Always.',
114
- difficulty: 1,
110
+ name: 'No Fap',
111
+ description: 'Cut the porn and reclaim your energy, focus, and discipline.',
112
+ difficulty: 3,
115
113
  topicType: 'Dating',
116
- habitTime: 'Anytime',
114
+ habitTime: 'Evening',
117
115
  habitDays: exports.allHabitDays,
118
- frequency: 'Daily',
119
116
  minDaysPerWeek: 7,
120
117
  possibleNotificationDescriptions: [
121
- 'Looking ROUGH today?... No girl’s touching that. 🗑️',
122
- 'Sloppy hair, BAD clothes... Friend zone’s calling, LOSER. 😒',
123
- 'You’re a KING, not a mess... Dress like it. 👔',
124
- 'Looking sharp, feeling SHARP... Grooming wins the game. 💈',
125
- 'Stat: 50% more likely for well-groomed men to get a second date... FACT. 💈',
126
- 'Stat: 35% self-esteem boost from dressing sharp... Own it. 👔',
127
- 'Challenge: Wear your best fit today. You’re a STYLE icon. 🏆',
128
- 'Challenge: Try a new grooming product. Future you’s FRESH. 🧼'
118
+ 'Caved already?... Weak mind, weak life. 💀',
119
+ 'Still fapping?... Energy’s GONE, loser. 😩',
120
+ 'You’re a WARRIOR today... No fap, full power. 💪',
121
+ 'Mastered it... Future you’s a BEAST. 🧠',
122
+ 'Stat: 80% report more focus after 7 days no fap... FACT. 🔥',
123
+ 'Stat: 40% testosterone spike after a week... Level UP. ',
124
+ 'Challenge: Go 24 hours clean. You’re UNBREAKABLE. 🏆',
125
+ 'Challenge: Replace the urge with a push-up set. Future you’s RIPPED. 💪'
129
126
  ]
130
127
  },
131
128
  {
132
129
  id: 4,
133
- // replace with record yourself talking, google a bit, blog post about taking pictures
134
- name: 'Get new photos',
135
- description: 'Take new high-quality photos for dating apps.',
130
+ name: 'Record yourself talking',
131
+ description: 'Practice recording yourself speaking to improve confidence and communication skills.',
136
132
  difficulty: 2,
137
133
  topicType: 'Dating',
138
134
  habitTime: 'Evening',
139
135
  habitDays: exports.allHabitDays,
140
- frequency: 'Daily',
141
136
  minDaysPerWeek: 3,
142
137
  possibleNotificationDescriptions: [
143
- 'NO NEW pics?... Your profile’s DEAD. ⚰️',
144
- 'Old photos UP?... She’s swiping LEFT. 👎',
145
- 'Your profile’s READY to pop... New pics, new matches. 📸',
146
- 'Future you is a SWIPE magnet... Fresh shots incoming. 🧲',
147
- 'Stat: 60% more matches with new photos... FACT. 📸',
148
- 'Stat: 45% engagement boost from updated pics... Level UP. 🧲',
149
- 'Challenge: Take 5 new shots today. Your profiles POPPING. 🏆',
150
- 'Challenge: Get a friend to snap your best angle. Future you’s a MAGNET. 📸'
138
+ 'No recordings yet?... Your voice is WEAK. 🎙️',
139
+ 'Still silent?... Confidence stays LOW. 👇',
140
+ 'Your voice is SHARP today... Record and own it. 💪',
141
+ 'Future you’s a smooth talker... Hit record now. 🎤',
142
+ 'Stat: 70% of confidence comes from practice... FACT. 🗣️',
143
+ 'Stat: 50% charisma boost from vocal training... Level UP. 🔥',
144
+ 'Challenge: Record a 2-min talk today. Youre UNSTOPPABLE. 🏆',
145
+ 'Challenge: Say something bold on mic. Future you’s a BEAST. 🎙️'
151
146
  ]
152
147
  },
153
148
  {
@@ -158,7 +153,6 @@ exports.habitTypesByTopicType = {
158
153
  topicType: 'Dating',
159
154
  habitTime: 'Evening',
160
155
  habitDays: ['Monday', 'Wednesday', 'Friday'],
161
- frequency: 'Daily',
162
156
  minDaysPerWeek: 3,
163
157
  possibleNotificationDescriptions: [
164
158
  'NO TEXTS sent?... Your game’s WEAKER than your biceps. 💪',
@@ -181,7 +175,6 @@ exports.habitTypesByTopicType = {
181
175
  topicType: 'Sleep',
182
176
  habitTime: 'Evening',
183
177
  habitDays: exports.allHabitDays,
184
- frequency: 'Daily',
185
178
  minDaysPerWeek: 7,
186
179
  possibleNotificationDescriptions: [
187
180
  'STILL scrolling?... Tomorrow’s RUINED. 🧟‍♂️',
@@ -196,13 +189,12 @@ exports.habitTypesByTopicType = {
196
189
  },
197
190
  {
198
191
  id: 7,
199
- name: '> 7hr sleep',
192
+ name: 'More than 7h of sleep',
200
193
  description: 'Go to bed and wake up at the same time. No excuses, even on weekends.',
201
194
  difficulty: 2,
202
195
  topicType: 'Sleep',
203
196
  habitTime: 'Evening',
204
197
  habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
205
- frequency: 'Daily',
206
198
  minDaysPerWeek: 5,
207
199
  possibleNotificationDescriptions: [
208
200
  'LATE again?... You’re a walking DISASTER. ⏰',
@@ -223,7 +215,6 @@ exports.habitTypesByTopicType = {
223
215
  topicType: 'Sleep',
224
216
  habitTime: 'Evening',
225
217
  habitDays: exports.allHabitDays,
226
- frequency: 'Daily',
227
218
  minDaysPerWeek: 7,
228
219
  possibleNotificationDescriptions: [
229
220
  'Munching LATE?... Enjoy that BLOATED gut. 🤰',
@@ -244,7 +235,6 @@ exports.habitTypesByTopicType = {
244
235
  topicType: 'Sleep',
245
236
  habitTime: 'Afternoon',
246
237
  habitDays: exports.allHabitDays,
247
- frequency: 'Daily',
248
238
  minDaysPerWeek: 7,
249
239
  possibleNotificationDescriptions: [
250
240
  'CAFFEINE past 2?... You’re a JITTERY wreck. ☕',
@@ -265,7 +255,6 @@ exports.habitTypesByTopicType = {
265
255
  topicType: 'Sleep',
266
256
  habitTime: 'Evening',
267
257
  habitDays: ['Sunday'],
268
- frequency: 'Daily',
269
258
  minDaysPerWeek: 1,
270
259
  possibleNotificationDescriptions: [
271
260
  'Room’s a MESS?... You’re sleeping in a DUMP. 🐖',
@@ -288,7 +277,6 @@ exports.habitTypesByTopicType = {
288
277
  topicType: 'Fitness',
289
278
  habitTime: 'Anytime',
290
279
  habitDays: exports.allHabitDays,
291
- frequency: 'Daily',
292
280
  minDaysPerWeek: 7,
293
281
  possibleNotificationDescriptions: [
294
282
  'NO MOVEMENT today?... You’re getting FAT. 🏋️‍♂️',
@@ -309,7 +297,6 @@ exports.habitTypesByTopicType = {
309
297
  topicType: 'Fitness',
310
298
  habitTime: 'Anytime',
311
299
  habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
312
- frequency: 'Daily',
313
300
  minDaysPerWeek: 5,
314
301
  possibleNotificationDescriptions: [
315
302
  'SUGAR binge again?... DIABETES is knocking. 🍭',
@@ -330,7 +317,6 @@ exports.habitTypesByTopicType = {
330
317
  topicType: 'Fitness',
331
318
  habitTime: 'Anytime',
332
319
  habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
333
- frequency: 'Daily',
334
320
  minDaysPerWeek: 6,
335
321
  possibleNotificationDescriptions: [
336
322
  'BOOZE today?... Enjoy your BEER belly. 🍺',
@@ -345,13 +331,12 @@ exports.habitTypesByTopicType = {
345
331
  },
346
332
  {
347
333
  id: 14,
348
- name: 'Weigh yourself daily',
334
+ name: 'Weigh yourself regularly',
349
335
  description: 'Track your weight to know you’re moving in the right direction.',
350
336
  difficulty: 2,
351
337
  topicType: 'Fitness',
352
338
  habitTime: 'Morning',
353
339
  habitDays: exports.allHabitDays,
354
- frequency: 'Daily',
355
340
  minDaysPerWeek: 7,
356
341
  possibleNotificationDescriptions: [
357
342
  'Still dodging the scale?... Ignorance isn’t bliss, it’s FAT. ⚖️',
@@ -372,7 +357,6 @@ exports.habitTypesByTopicType = {
372
357
  topicType: 'Fitness',
373
358
  habitTime: 'Evening',
374
359
  habitDays: ['Wednesday', 'Sunday'],
375
- frequency: 'Daily',
376
360
  minDaysPerWeek: 2,
377
361
  possibleNotificationDescriptions: [
378
362
  'Takeout again?... Your body’s a JUNKYARD. 🍱',
@@ -395,7 +379,6 @@ exports.habitTypesByTopicType = {
395
379
  topicType: 'Side Hustle',
396
380
  habitTime: 'Morning',
397
381
  habitDays: exports.allHabitDays,
398
- frequency: 'Daily',
399
382
  minDaysPerWeek: 7,
400
383
  possibleNotificationDescriptions: [
401
384
  'NO HUSTLE today?... You’re a BROKE joke. 💸',
@@ -416,7 +399,6 @@ exports.habitTypesByTopicType = {
416
399
  topicType: 'Side Hustle',
417
400
  habitTime: 'Afternoon',
418
401
  habitDays: ['Monday', 'Wednesday', 'Saturday'],
419
- frequency: 'Daily',
420
402
  minDaysPerWeek: 3,
421
403
  possibleNotificationDescriptions: [
422
404
  'NO OUTREACH yet?... Your hustle’s DEAD quiet. 📞',
@@ -437,7 +419,6 @@ exports.habitTypesByTopicType = {
437
419
  topicType: 'Side Hustle',
438
420
  habitTime: 'Evening',
439
421
  habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
440
- frequency: 'Daily',
441
422
  minDaysPerWeek: 5,
442
423
  possibleNotificationDescriptions: [
443
424
  'NO POST today?... Your hustle’s INVISIBLE. 👻',
@@ -458,7 +439,6 @@ exports.habitTypesByTopicType = {
458
439
  topicType: 'Side Hustle',
459
440
  habitTime: 'Evening',
460
441
  habitDays: ['Monday', 'Thursday'],
461
- frequency: 'Daily',
462
442
  minDaysPerWeek: 2,
463
443
  possibleNotificationDescriptions: [
464
444
  'NO FEEDBACK yet?... Your hustle’s TRASH unseen. 🗑️',
@@ -479,7 +459,6 @@ exports.habitTypesByTopicType = {
479
459
  topicType: 'Side Hustle',
480
460
  habitTime: 'Anytime',
481
461
  habitDays: ['Tuesday', 'Friday'],
482
- frequency: 'Daily',
483
462
  minDaysPerWeek: 2,
484
463
  possibleNotificationDescriptions: [
485
464
  'NO COMPETITOR check?... They’re crushing you BLIND. 👀',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hy-capital/api-habit-tracker-types",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "types": "dist/index.d.ts",
package/src/habit.ts CHANGED
@@ -2,7 +2,6 @@ import {TopicType} from './user-topic';
2
2
 
3
3
  export type HabitTime = 'Morning' | 'Afternoon' | 'Evening' | 'Anytime';
4
4
  export type HabitDifficulty = 1 | 2 | 3;
5
- export type HabitFrequency = 'Daily' | 'Monthly';
6
5
  export type HabitDay = 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Sunday';
7
6
  export const allHabitDays: HabitDay[] = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'];
8
7
 
@@ -58,7 +57,6 @@ export interface HabitType {
58
57
  topicType: TopicType;
59
58
  difficulty: HabitDifficulty;
60
59
  description: string;
61
- frequency: HabitFrequency;
62
60
  habitDays: HabitDay[];
63
61
  possibleNotificationDescriptions: string[];
64
62
  minDaysPerWeek: number;
@@ -77,9 +75,7 @@ export interface BaseHabit {
77
75
  remind_me: boolean;
78
76
  remind_me_at_times: RemindMeAtTime[]; // these are shown in FO
79
77
  notifications: Notification[]; // these are Local notification times (work offline)
80
- frequency: HabitFrequency; //TODO: keep only daily
81
78
  habit_days: HabitDay[];
82
- habit_dates: number[]; //TODO: remove
83
79
  possible_notification_descriptions: string[];
84
80
  min_days_per_week: number;
85
81
  habit_type_id: number;
@@ -171,7 +167,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
171
167
  topicType: 'Dating',
172
168
  habitTime: 'Anytime',
173
169
  habitDays: allHabitDays,
174
- frequency: 'Daily',
175
170
  minDaysPerWeek: 5,
176
171
  possibleNotificationDescriptions: [
177
172
  'STILL silent?... Your dating life’s DYING. 🐌',
@@ -192,7 +187,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
192
187
  topicType: 'Dating',
193
188
  habitTime: 'Anytime',
194
189
  habitDays: allHabitDays,
195
- frequency: 'Daily',
196
190
  minDaysPerWeek: 3,
197
191
  possibleNotificationDescriptions: [
198
192
  'NO MOVE yet?... Stay a NOBODY forever. 👻',
@@ -207,45 +201,42 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
207
201
  },
208
202
  {
209
203
  id: 3,
210
- name: 'Grooming',
211
- description: 'Wear your best clothes, keep hair in check. Always.',
212
- difficulty: 1,
204
+ name: 'No Fap',
205
+ description: 'Cut the porn and reclaim your energy, focus, and discipline.',
206
+ difficulty: 3,
213
207
  topicType: 'Dating',
214
- habitTime: 'Anytime',
208
+ habitTime: 'Evening',
215
209
  habitDays: allHabitDays,
216
- frequency: 'Daily',
217
210
  minDaysPerWeek: 7,
218
211
  possibleNotificationDescriptions: [
219
- 'Looking ROUGH today?... No girl’s touching that. 🗑️',
220
- 'Sloppy hair, BAD clothes... Friend zone’s calling, LOSER. 😒',
221
- 'You’re a KING, not a mess... Dress like it. 👔',
222
- 'Looking sharp, feeling SHARP... Grooming wins the game. 💈',
223
- 'Stat: 50% more likely for well-groomed men to get a second date... FACT. 💈',
224
- 'Stat: 35% self-esteem boost from dressing sharp... Own it. 👔',
225
- 'Challenge: Wear your best fit today. You’re a STYLE icon. 🏆',
226
- 'Challenge: Try a new grooming product. Future you’s FRESH. 🧼'
212
+ 'Caved already?... Weak mind, weak life. 💀',
213
+ 'Still fapping?... Energy’s GONE, loser. 😩',
214
+ 'You’re a WARRIOR today... No fap, full power. 💪',
215
+ 'Mastered it... Future you’s a BEAST. 🧠',
216
+ 'Stat: 80% report more focus after 7 days no fap... FACT. 🔥',
217
+ 'Stat: 40% testosterone spike after a week... Level UP. ',
218
+ 'Challenge: Go 24 hours clean. You’re UNBREAKABLE. 🏆',
219
+ 'Challenge: Replace the urge with a push-up set. Future you’s RIPPED. 💪'
227
220
  ]
228
221
  },
229
222
  {
230
223
  id: 4,
231
- // replace with record yourself talking, google a bit, blog post about taking pictures
232
- name: 'Get new photos',
233
- description: 'Take new high-quality photos for dating apps.',
224
+ name: 'Record yourself talking',
225
+ description: 'Practice recording yourself speaking to improve confidence and communication skills.',
234
226
  difficulty: 2,
235
227
  topicType: 'Dating',
236
228
  habitTime: 'Evening',
237
229
  habitDays: allHabitDays,
238
- frequency: 'Daily',
239
230
  minDaysPerWeek: 3,
240
231
  possibleNotificationDescriptions: [
241
- 'NO NEW pics?... Your profile’s DEAD. ⚰️',
242
- 'Old photos UP?... She’s swiping LEFT. 👎',
243
- 'Your profile’s READY to pop... New pics, new matches. 📸',
244
- 'Future you is a SWIPE magnet... Fresh shots incoming. 🧲',
245
- 'Stat: 60% more matches with new photos... FACT. 📸',
246
- 'Stat: 45% engagement boost from updated pics... Level UP. 🧲',
247
- 'Challenge: Take 5 new shots today. Your profiles POPPING. 🏆',
248
- 'Challenge: Get a friend to snap your best angle. Future you’s a MAGNET. 📸'
232
+ 'No recordings yet?... Your voice is WEAK. 🎙️',
233
+ 'Still silent?... Confidence stays LOW. 👇',
234
+ 'Your voice is SHARP today... Record and own it. 💪',
235
+ 'Future you’s a smooth talker... Hit record now. 🎤',
236
+ 'Stat: 70% of confidence comes from practice... FACT. 🗣️',
237
+ 'Stat: 50% charisma boost from vocal training... Level UP. 🔥',
238
+ 'Challenge: Record a 2-min talk today. Youre UNSTOPPABLE. 🏆',
239
+ 'Challenge: Say something bold on mic. Future you’s a BEAST. 🎙️'
249
240
  ]
250
241
  },
251
242
  {
@@ -256,7 +247,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
256
247
  topicType: 'Dating',
257
248
  habitTime: 'Evening',
258
249
  habitDays: ['Monday', 'Wednesday', 'Friday'],
259
- frequency: 'Daily',
260
250
  minDaysPerWeek: 3,
261
251
  possibleNotificationDescriptions: [
262
252
  'NO TEXTS sent?... Your game’s WEAKER than your biceps. 💪',
@@ -279,7 +269,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
279
269
  topicType: 'Sleep',
280
270
  habitTime: 'Evening',
281
271
  habitDays: allHabitDays,
282
- frequency: 'Daily',
283
272
  minDaysPerWeek: 7,
284
273
  possibleNotificationDescriptions: [
285
274
  'STILL scrolling?... Tomorrow’s RUINED. 🧟‍♂️',
@@ -294,13 +283,12 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
294
283
  },
295
284
  {
296
285
  id: 7,
297
- name: '> 7hr sleep',
286
+ name: 'More than 7h of sleep',
298
287
  description: 'Go to bed and wake up at the same time. No excuses, even on weekends.',
299
288
  difficulty: 2,
300
289
  topicType: 'Sleep',
301
290
  habitTime: 'Evening',
302
291
  habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
303
- frequency: 'Daily',
304
292
  minDaysPerWeek: 5,
305
293
  possibleNotificationDescriptions: [
306
294
  'LATE again?... You’re a walking DISASTER. ⏰',
@@ -321,7 +309,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
321
309
  topicType: 'Sleep',
322
310
  habitTime: 'Evening',
323
311
  habitDays: allHabitDays,
324
- frequency: 'Daily',
325
312
  minDaysPerWeek: 7,
326
313
  possibleNotificationDescriptions: [
327
314
  'Munching LATE?... Enjoy that BLOATED gut. 🤰',
@@ -342,7 +329,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
342
329
  topicType: 'Sleep',
343
330
  habitTime: 'Afternoon',
344
331
  habitDays: allHabitDays,
345
- frequency: 'Daily',
346
332
  minDaysPerWeek: 7,
347
333
  possibleNotificationDescriptions: [
348
334
  'CAFFEINE past 2?... You’re a JITTERY wreck. ☕',
@@ -363,7 +349,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
363
349
  topicType: 'Sleep',
364
350
  habitTime: 'Evening',
365
351
  habitDays: ['Sunday'],
366
- frequency: 'Daily',
367
352
  minDaysPerWeek: 1,
368
353
  possibleNotificationDescriptions: [
369
354
  'Room’s a MESS?... You’re sleeping in a DUMP. 🐖',
@@ -386,7 +371,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
386
371
  topicType: 'Fitness',
387
372
  habitTime: 'Anytime',
388
373
  habitDays: allHabitDays,
389
- frequency: 'Daily',
390
374
  minDaysPerWeek: 7,
391
375
  possibleNotificationDescriptions: [
392
376
  'NO MOVEMENT today?... You’re getting FAT. 🏋️‍♂️',
@@ -407,7 +391,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
407
391
  topicType: 'Fitness',
408
392
  habitTime: 'Anytime',
409
393
  habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
410
- frequency: 'Daily',
411
394
  minDaysPerWeek: 5,
412
395
  possibleNotificationDescriptions: [
413
396
  'SUGAR binge again?... DIABETES is knocking. 🍭',
@@ -428,7 +411,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
428
411
  topicType: 'Fitness',
429
412
  habitTime: 'Anytime',
430
413
  habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
431
- frequency: 'Daily',
432
414
  minDaysPerWeek: 6,
433
415
  possibleNotificationDescriptions: [
434
416
  'BOOZE today?... Enjoy your BEER belly. 🍺',
@@ -443,13 +425,12 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
443
425
  },
444
426
  {
445
427
  id: 14,
446
- name: 'Weigh yourself daily',
428
+ name: 'Weigh yourself regularly',
447
429
  description: 'Track your weight to know you’re moving in the right direction.',
448
430
  difficulty: 2,
449
431
  topicType: 'Fitness',
450
432
  habitTime: 'Morning',
451
433
  habitDays: allHabitDays,
452
- frequency: 'Daily',
453
434
  minDaysPerWeek: 7,
454
435
  possibleNotificationDescriptions: [
455
436
  'Still dodging the scale?... Ignorance isn’t bliss, it’s FAT. ⚖️',
@@ -470,7 +451,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
470
451
  topicType: 'Fitness',
471
452
  habitTime: 'Evening',
472
453
  habitDays: ['Wednesday', 'Sunday'],
473
- frequency: 'Daily',
474
454
  minDaysPerWeek: 2,
475
455
  possibleNotificationDescriptions: [
476
456
  'Takeout again?... Your body’s a JUNKYARD. 🍱',
@@ -493,7 +473,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
493
473
  topicType: 'Side Hustle',
494
474
  habitTime: 'Morning',
495
475
  habitDays: allHabitDays,
496
- frequency: 'Daily',
497
476
  minDaysPerWeek: 7,
498
477
  possibleNotificationDescriptions: [
499
478
  'NO HUSTLE today?... You’re a BROKE joke. 💸',
@@ -514,7 +493,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
514
493
  topicType: 'Side Hustle',
515
494
  habitTime: 'Afternoon',
516
495
  habitDays: ['Monday', 'Wednesday', 'Saturday'],
517
- frequency: 'Daily',
518
496
  minDaysPerWeek: 3,
519
497
  possibleNotificationDescriptions: [
520
498
  'NO OUTREACH yet?... Your hustle’s DEAD quiet. 📞',
@@ -535,7 +513,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
535
513
  topicType: 'Side Hustle',
536
514
  habitTime: 'Evening',
537
515
  habitDays: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
538
- frequency: 'Daily',
539
516
  minDaysPerWeek: 5,
540
517
  possibleNotificationDescriptions: [
541
518
  'NO POST today?... Your hustle’s INVISIBLE. 👻',
@@ -556,7 +533,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
556
533
  topicType: 'Side Hustle',
557
534
  habitTime: 'Evening',
558
535
  habitDays: ['Monday', 'Thursday'],
559
- frequency: 'Daily',
560
536
  minDaysPerWeek: 2,
561
537
  possibleNotificationDescriptions: [
562
538
  'NO FEEDBACK yet?... Your hustle’s TRASH unseen. 🗑️',
@@ -577,7 +553,6 @@ export const habitTypesByTopicType: Record<TopicType, HabitType[]> = {
577
553
  topicType: 'Side Hustle',
578
554
  habitTime: 'Anytime',
579
555
  habitDays: ['Tuesday', 'Friday'],
580
- frequency: 'Daily',
581
556
  minDaysPerWeek: 2,
582
557
  possibleNotificationDescriptions: [
583
558
  'NO COMPETITOR check?... They’re crushing you BLIND. 👀',