1+ import { ObjectId } from "bson" ;
12import { Origin , Priorities } from "@core/constants/core.constants" ;
23import { Schema_Event } from "@core/types/event.types" ;
34
45/**
56 * Assortment of events with no direct relation to another
67 */
78
8- const USER = "6227e1a1623abad10d70afbf" ;
9+ const USER = new ObjectId ( ) . toString ( ) ;
910
1011export const CHILL_ALL_DAY : Schema_Event = {
11- _id : "620c177bfadfdec705cdd69c" ,
12+ _id : new ObjectId ( ) . toString ( ) ,
1213 gEventId : "6csjad336cs3ibb469imcb9kc9gj6bb26ss30bb56kojgoj464o66ohh60" ,
1314 user : USER ,
1415 origin : Origin . GOOGLE_IMPORT ,
@@ -20,7 +21,7 @@ export const CHILL_ALL_DAY: Schema_Event = {
2021 endDate : "2022-09-24" ,
2122} ;
2223export const CLIMB : Schema_Event = {
23- _id : "62322b127837957382660217" ,
24+ _id : new ObjectId ( ) . toString ( ) ,
2425 gEventId : "ccq34eb261j3ab9jckpj6b9kcos6cbb26pi38b9pc5i64e9mcgp3ao9p6o" ,
2526 user : USER ,
2627 origin : Origin . GOOGLE_IMPORT ,
@@ -32,7 +33,7 @@ export const CLIMB: Schema_Event = {
3233 endDate : "2022-03-01T19:00:00-06:00" ,
3334} ;
3435export const EUROPE_TRIP : Schema_Event = {
35- _id : "6262d2840138892cb743444a" ,
36+ _id : new ObjectId ( ) . toString ( ) ,
3637 user : USER ,
3738 origin : Origin . COMPASS ,
3839 title : "Europe Trip" ,
@@ -44,7 +45,7 @@ export const EUROPE_TRIP: Schema_Event = {
4445 order : 2 ,
4546} ;
4647export const LEARN_CHINESE : Schema_Event = {
47- _id : "awk92akknm" ,
48+ _id : new ObjectId ( ) . toString ( ) ,
4849 description : "" ,
4950 isSomeday : true ,
5051 origin : Origin . COMPASS ,
@@ -56,7 +57,7 @@ export const LEARN_CHINESE: Schema_Event = {
5657 order : 1 ,
5758} ;
5859export const MARCH_1 : Schema_Event = {
59- _id : "62322b127837957382660212" ,
60+ _id : new ObjectId ( ) . toString ( ) ,
6061 gEventId : "2ip0l4k0kqhg22cagtmrlml5mn" ,
6162 user : USER ,
6263 origin : Origin . GOOGLE_IMPORT ,
@@ -68,7 +69,7 @@ export const MARCH_1: Schema_Event = {
6869 endDate : "2022-03-02" ,
6970} ;
7071export const GROCERIES : Schema_Event = {
71- _id : "620c177bfadfdec705cdd70a" ,
72+ _id : new ObjectId ( ) . toString ( ) ,
7273 gEventId : "pihjll1k75s1g9019ru6tkb97c" ,
7374 user : USER ,
7475 origin : Origin . GOOGLE_IMPORT ,
@@ -80,7 +81,7 @@ export const GROCERIES: Schema_Event = {
8081 endDate : "2022-02-21T12:45:00-06:00" ,
8182} ;
8283export const MULTI_WEEK : Schema_Event = {
83- _id : "62322b12783795738266022e" ,
84+ _id : new ObjectId ( ) . toString ( ) ,
8485 gEventId : "1k2rgneltn79cbchccut08alqs" ,
8586 user : USER ,
8687 origin : Origin . GOOGLE_IMPORT ,
@@ -93,7 +94,7 @@ export const MULTI_WEEK: Schema_Event = {
9394 endDate : "2022-09-22T00:00:00-06:00" ,
9495} ;
9596export const TY_TIM : Schema_Event = {
96- _id : "62322b127837957382660231" ,
97+ _id : new ObjectId ( ) . toString ( ) ,
9798 gEventId : "726v6dgnasekgmv5hc1jifpumm" ,
9899 user : USER ,
99100 origin : Origin . GOOGLE_IMPORT ,
0 commit comments