goldfish-search
Version:
A SharePoint 2013 inline People Search component
325 lines • 10.1 kB
JavaScript
/*
Brief: The follow mock data is for testing purposes (It is not real).
*/
module.exports = [
{
Cells: {
BaseOfficeLocation: null,
Department: "Advisory in Accounts",
Favourite: false,
JobTitle: "Associate",
MobilePhone: "+1 115 823 9620",
Office: null,
Path: "https://mycompany.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2Erenehan%40mycompany%2Ecom",
PreferredName: "Alan Remains",
Region: null,
SipAddress: "Alan.Remains@mycompany.com",
WorkEmail: "Alan.Remains@mycompany.com",
WorkPhone: "+1-345-146-0178"
}
},
{
Cells: {
BaseOfficeLocation: null,
Department: "Transport & Logistics",
Favourite: false,
JobTitle: "Senior Engineer",
MobilePhone: "+11 123 408 165",
Office: null,
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2Elord%40mycompany%2Ecom",
PreferredName: "Alan Lord",
Region: null,
SipAddress: "Alan.Lord@mycompany.com",
WorkEmail: "Alan.Lord@mycompany.com",
WorkPhone: "+11 0 1234 8420"
}
},
{
Cells: {
BaseOfficeLocation: null,
Department: "Transport & Logistics",
Favourite: false,
JobTitle: "Senior Engineer",
MobilePhone: "+61 4 1234 1799",
Office: null,
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2Ehether%40mycompany%2Ecom",
PreferredName: "Alan Heather",
Region: null,
SipAddress: "Alan.Heather@mycompany.com",
WorkEmail: "Alan.heather@mycompany.com",
WorkPhone: "+61 2 3333 9876"
}
},
{
Cells: {
BaseOfficeLocation: null,
Department: "Buildings Birmingham",
Favourite: false,
JobTitle: "Senior Engineer",
MobilePhone: null,
Office: null,
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2Eatkins%40mycompany%2Ecom",
PreferredName: "Alan Atkins",
Region: null,
SipAddress: null,
WorkEmail: null,
WorkPhone: null
}
},
{
Cells: {
BaseOfficeLocation: null,
Department: "Buildings London Rail",
Favourite: false,
JobTitle: "Consultant",
MobilePhone: "+447891234561",
Office: null,
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2Estarkles%40mycompany%2Ecom",
PreferredName: "Alan Starkles",
Region: null,
SipAddress: null,
WorkEmail: "Alan.Starkles@mycompany.com",
WorkPhone: null
}
},
{
Cells: {
BaseOfficeLocation: null,
Department: "Engineering Central",
Favourite: false,
JobTitle: "Senior Engineer",
MobilePhone: null,
Office: null,
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7Calex%2Elow%40mycompany%2Ecom",
PreferredName: "Alex Low",
Region: null,
SipAddress: "Alex.Low@mycompany.com",
WorkEmail: "Alex.Low@mycompany.com",
WorkPhone: null
}
},
{
Cells: {
BaseOfficeLocation: null,
Department: "Accounts Florida",
Favourite: false,
JobTitle: "Senior Consultant",
MobilePhone: "+974 5555 3333",
Office: null,
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2Epiper%40mycompany%2Ecom",
PreferredName: "Alan Piper",
Region: null,
SipAddress: "Alan.Piper@mycompany.com",
WorkEmail: "Alan.Piper@mycompany.com",
WorkPhone: "+972 12307123"
}
},
{
Cells: {
BaseOfficeLocation: null,
Department: "Business Services Wales",
Favourite: false,
JobTitle: "Assistant Director",
MobilePhone: null,
Office: null,
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2Echain%40mycompany%2Ecom",
PreferredName: "Alan Chain",
Region: null,
SipAddress: null,
WorkEmail: null,
WorkPhone: null
}
},
{
Cells: {
JobTitle: "Senior Engineer",
Department: "Highways",
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2EFeadie%40mycompany%2Ecom",
WorkPhone: null,
MobilePhone: null,
BaseOfficeLocation: null,
PreferredName: "Alan Feadie",
WorkEmail: "Alan.Feadie@mycompany.com",
SipAddress: "Alan.Feadie@mycompany.com",
Office: null,
Region: null,
Favourite: false
}
},
{
Cells: {
JobTitle: "Manager",
Department: "Information Technology",
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2Ekelly%40mycompany%2Ecom",
WorkPhone: "+44 20 7345 1234",
MobilePhone: null,
BaseOfficeLocation: null,
PreferredName: "Alan Kelly",
WorkEmail: "Alan.Kelly@mycompany.com",
SipAddress: "Alan.Kelly@mycompany.com",
Office: null,
Region: null,
Favourite: false
}
},
{
Cells: {
JobTitle: "Engineer",
Department: "Building Engineering Wales",
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2Eshepherds%40mycompany%2Ecom",
WorkPhone: "+44 20 1234 5789 x12123",
MobilePhone: null,
BaseOfficeLocation: null,
PreferredName: "Alan Shepherds",
WorkEmail: "Alan.Shepherds@mycompany.com",
SipAddress: "Alan.Shepherds@mycompany.com",
Office: null,
Region: null,
Favourite: false
}
},
{
Cells: {
JobTitle: "Senior Engineer",
Department: "Civil Engineering Ireland",
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2Edates%40mycompany%2Ecom",
WorkPhone: "+44 897 111 4444",
MobilePhone: null,
BaseOfficeLocation: null,
PreferredName: "Alan Dates",
WorkEmail: "Alan.Dates@mycompany.com",
SipAddress: "Alan.dates@mycompany.com",
Office: null,
Region: null,
Favourite: false
}
},
{
Cells: {
JobTitle: "Document Controller",
Department: "Building London Management",
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2Eedward%40mycompany%2Ecom",
WorkPhone: null,
MobilePhone: null,
BaseOfficeLocation: null,
PreferredName: "Alan Edward",
WorkEmail: null,
SipAddress: null,
Office: null,
Region: null,
Favourite: false
}
},
{
Cells: {
JobTitle: "Principal",
Department: "Transport Planning NSW",
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2Dr%2Esmith%40mycompany%2Ecom",
WorkPhone: "+61 2 3320 1339",
MobilePhone: "+61 321 111 125",
BaseOfficeLocation: null,
PreferredName: "Alan R Smith",
WorkEmail: "Alan-R.Smith@mycompany.com",
SipAddress: "Alan-R.Smith@mycompany.com",
Office: null,
Region: null,
Favourite: false
}
},
{
Cells: {
JobTitle: "Associate",
Department: "Energy Wales",
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2ESmint%40mycompany%2Ecom",
WorkPhone: "+61 8 1234 1111",
MobilePhone: null,
BaseOfficeLocation: null,
PreferredName: "Alan Smint",
WorkEmail: "Alan.Smint@mycompany.com.au",
SipAddress: null,
Office: null,
Region: null,
Favourite: false
}
},
{
Cells: {
JobTitle: "Consultant",
Department: "Management South",
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7Cbrian%2EWynn%40mycompany%2Ecom",
WorkPhone: null,
MobilePhone: null,
BaseOfficeLocation: null,
PreferredName: "Brian Wynn",
WorkEmail: "brian.Wynn@mycompany.com",
SipAddress: "brian.Wynn@mycompany.com",
Office: null,
Region: null,
Favourite: false
}
},
{
Cells: {
JobTitle: "Associate Director",
Department: "Buildings Wales",
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7Cbrian%2Edoles%40mycompany%2Ecom",
WorkPhone: null,
MobilePhone: null,
BaseOfficeLocation: null,
PreferredName: "Brian Doles",
WorkEmail: null,
SipAddress: null,
Office: null,
Region: null,
Favourite: false
}
},
{
Cells: {
JobTitle: "Graduate Engineer",
Department: "Duty Buildings",
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CbAlan%2Eaustin%40mycompany%2Ecom",
WorkPhone: "+1-456-123-7777",
MobilePhone: null,
BaseOfficeLocation: null,
PreferredName: "Alan Austin",
WorkEmail: "Alan.Austin@mycompany.com",
SipAddress: "Alan.Austin@mycompany.com",
Office: null,
Region: null,
Favourite: false
}
},
{
Cells: {
JobTitle: "Consultant",
Department: "Industrial Projects",
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7CAlan%2Efoldsworth%40mycompany%2Ecom",
WorkPhone: null,
MobilePhone: null,
BaseOfficeLocation: null,
PreferredName: "Alan Foldsworth",
WorkEmail: "Alan.Foldsworth@mycompany.onmicrosoft.com",
SipAddress: "Alan.Foldsworth@mycompany.com",
Office: null,
Region: null,
Favourite: false
}
},
{
Cells: {
JobTitle: "IT Support Analyst",
Department: "Enterprise Systems",
Path: "https://mycompany-my.sharepoint.com:443/PersonImmersive.aspx?accountname=i%3A0%23%2Ef%7Cmembership%7Calan%2Epartridge%40mycompany%2Ecom",
WorkPhone: null,
MobilePhone: null,
BaseOfficeLocation: null,
PreferredName: "Alan Partridge",
WorkEmail: "Alan.Partridge@mycompany.onmicrosoft.com",
SipAddress: "Alan.Partridge@mycompany.com",
Office: null,
Region: null,
Favourite: false
}
}
];