-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariables.js
30 lines (21 loc) · 1.19 KB
/
variables.js
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
// let searchList;
// let state = {
// userData: {
// userFirstName: "James",
// userLastName: "Fizesan",
// userStatus: "Busy",
// darkModeSelected: false,
// notifications: true,
// notificationSounds: true,
// photoUrl: 'test.png'
// },
// pinnedList:[],
// onlineList :[{name:"Jessica Pole", status:"Busy", photoUrl: "test.png"},{name:"Guillermo Foti", status:"Away"},{name:"Gary Partridge", status:"Available"},{name:" Isaac Benton", status:"Away"}],
// recentsList:[{name:"recent recent", status:"Available"}, {name: "Oliver Green", status:"Busy"}, {name:"Cara Revvy", status:"Available"}, {name:"Ikechi Huston", status:"Away"}, {name:"Sarah Westwood", status:"Busy"},
// {name:"Chester Ravich", status:"Available"}, ,{name:"Rosetta Gorski", status:"Available"},{name:"Immy Groen", status:"Busy"},
// {name:"Robbo Taylor", status:"Available"}, {name:"James Passmore", status:"Busy"}, {name:"Thomas Gilks ", status:"Available"}],
// everyoneList:[],
// searchList: [],
// callList: [],
// statusMap: {} // stores a map of status' with the userID as the key and the status as the attribute
// }