mediahub-fe/app/[locale]/(protected)/dashboard/project/data.ts

218 lines
4.6 KiB
TypeScript

export const meets = [
{
img: "/images/svg/sk.svg",
title: "Meeting with client",
date: "01 Nov 2021",
meet: "Zoom meeting",
},
{
img: "/images/svg/path.svg",
title: "Design meeting (team)",
date: "01 Nov 2021",
meet: "Skyp meeting",
},
{
img: "/images/svg/dc.svg",
title: "Background research",
date: "01 Nov 2021",
meet: "Google meeting",
},
{
img: "/images/svg/sk.svg",
title: "Meeting with client",
date: "01 Nov 2021",
meet: "Zoom meeting",
},
];
export const tasks = [
{
id: 1,
image: "/images/users/user-1.jpg",
title: "Amet minim mollit non deserunt ullam.",
},
{
id: 2,
image: "/images/users/user-2.jpg",
title: "Amet minim mollit non deserunt ullam.",
},
{
id: 3,
image: "/images/users/user-3.jpg",
title: "Amet minim mollit non deserunt ullam.",
},
{
id: 4,
image: "/images/users/user-4.jpg",
title: "Amet minim mollit non deserunt ullam.",
},
{
id: 5,
image: "/images/users/user-5.jpg",
title: "Amet minim mollit non deserunt ullam.",
},
{
id: 6,
image: "/images/users/user-6.jpg",
title: "Amet minim mollit non deserunt ullam.",
}]
export const messagesData = [
{
title: "Wade Warren",
desc: "Hi! How are you doing?.....",
active: true,
hasnotifaction: true,
notification_count: 1,
image: "/images/users/user-1.jpg"
},
{
title: "Savannah Nguyen",
desc: "Hi! How are you doing?.....",
active: false,
hasnotifaction: false,
image:"/images/users/user-2.jpg"
},
{
title: "Ralph Edwards",
desc: "Hi! How are you doing?.....",
active: false,
hasnotifaction: true,
notification_count: 8,
image: "/images/users/user-3.jpg"
},
{
title: "Cody Fisher",
desc: "Hi! How are you doing?.....",
active: true,
hasnotifaction: false,
image: "/images/users/user-4.jpg"
},
{
title: "Savannah Nguyen",
desc: "Hi! How are you doing?.....",
active: false,
hasnotifaction: false,
image: "/images/users/user-4.jpg"
}
];
export const activityList = [
{
title: "Project start date",
desc: "This parcel is paid for by the customer. Please contact the customer for any further information.",
date: "Sep 20, 2021 ",
time: "12:32 AM",
status: "ok",
},
{
title: "Project start date",
date: "Sep 20, 2021 ",
desc: "This parcel is paid for by the customer. Please contact the customer for any further information.",
time: "12:32 AM",
status: "ok",
},
{
title: "Project start date",
date: "Sep 20, 2021 ",
desc: "This parcel is paid for by the customer. Please contact the customer for any further information.",
time: "12:32 AM",
status: "ok",
},
{
title: "Project start date",
date: "Sep 20, 2021 ",
desc: "This parcel is paid for by the customer. Please contact the customer for any further information.",
time: "12:32 AM",
},
{
title: "Project start date",
date: "Sep 20, 2021 ",
desc: "This parcel is paid for by the customer. Please contact the customer for any further information.",
time: "12:32 AM",
},
];
export const teamData = [
{
customer: {
name: "Arlene McCoy",
image: "/images/users/user-1.jpg",
deg: "Ux designer",
},
status: "progress",
time: "42.5 hours",
chart: null,
action: null,
},
{
customer: {
name: "Arlene McCoy",
image: "/images/users/user-2.jpg",
deg: "Ux designer",
},
status: "complete",
time: "42.5 hours",
chart: null,
action: null,
},
{
customer: {
name: "Arlene McCoy",
image: "/images/users/user-3.jpg",
deg: "Ux designer",
},
status: "progress",
time: "42.5 hours",
chart: null,
action: null,
},
{
customer: {
name: "Arlene McCoy",
image: "/images/users/user-4.jpg",
deg: "Ux designer",
},
status: "complete",
time: "42.5 hours",
chart: null,
action: null
}
];
export const files = [
{
img: "/images/icon/file-1.svg",
title: "Dashboard.fig",
date: "06 June 2021 / 155MB",
},
{
img: "/images/icon/pdf-1.svg",
title: "Ecommerce.pdf",
date: "06 June 2021 / 155MB",
},
{
img: "/images/icon/zip-1.svg",
title: "Job portal_app.zip",
date: "06 June 2021 / 155MB",
},
{
img: "/images/icon/pdf-2.svg",
title: "Ecommerce.pdf",
date: "06 June 2021 / 155MB",
},
{
img: "/images/icon/scr-1.svg",
title: "Screenshot.jpg",
date: "06 June 2021 / 155MB",
}
];