Browse Source

Add more mock data

main
Kevin Mok 6 days ago
parent
commit
8f18c85500
  1. 484
      src/data/events.ts

484
src/data/events.ts

@ -1,56 +1,488 @@
import { EventsByDate } from '@/types';
const events: EventsByDate = {
"2025-03-16": [
{
id: "event-6",
title: "Project Kickoff",
description: "Start new project with marketing team to develop campaign strategy.",
imageUrl: "https://picsum.photos/1920/1080?random=1",
time: "10:00 AM"
},
{
id: "event-6a",
title: "Lunch with Investors",
description: "Discuss funding opportunities and business growth plans.",
imageUrl: "https://picsum.photos/1920/1080?random=2",
time: "12:30 PM"
}
],
"2025-03-17": [
{
id: "event-7",
title: "Code Review",
description: "Review recent feature implementation with development team.",
imageUrl: "https://picsum.photos/1920/1080?random=3",
time: "01:00 PM"
},
{
id: "event-7a",
title: "UI Design Review",
description: "Review new UI designs with the design team.",
imageUrl: "https://picsum.photos/1920/1080?random=4",
time: "03:30 PM"
}
],
"2025-03-18": [
{
id: "event-8",
title: "Design Workshop",
description: "Collaborative session to refine UI/UX designs for new product.",
imageUrl: "https://picsum.photos/1920/1080?random=10",
time: "09:30 AM"
},
{
id: "event-8a",
title: "Marketing Strategy Meeting",
description: "Plan Q2 marketing campaigns and budget allocation.",
imageUrl: "https://picsum.photos/1920/1080?random=11",
time: "02:00 PM"
}
],
"2025-03-19": [
{
id: "event-9",
title: "Client Presentation",
description: "Present quarterly results and future plans to key clients.",
imageUrl: "https://picsum.photos/1920/1080?random=12",
time: "03:00 PM"
}
],
"2025-03-20": [
{
id: "event-10",
title: "Team Building",
description: "Outdoor activities to strengthen team collaboration and communication.",
imageUrl: "https://picsum.photos/1920/1080?random=13",
time: "11:00 AM"
}
],
"2025-03-21": [
{
id: "event-1",
title: "Coffee with Alex",
description:
"Meet with Alex to brainstorm ideas for the upcoming product launch. We'll review market research and competitor analysis to identify potential opportunities and challenges.",
imageUrl:
"https://fastly.picsum.photos/id/312/1920/1080.jpg?hmac=OD_fP9MUQN7uJ8NBR7tlii78qwHPUROGgohG4w16Kjw",
time: "09:00 AM",
description: "Meet with Alex to brainstorm ideas for the upcoming product launch.",
imageUrl: "https://picsum.photos/1920/1080?random=5",
time: "09:00 AM"
},
{
id: "event-2",
title: "Team Standup",
description:
"Weekly standup meeting with the dev team. Discuss progress, blockers, and align on next week's priorities.",
imageUrl:
"http://fastly.picsum.photos/id/737/1920/1080.jpg?hmac=aFzER8Y4wcWTrXVx2wVKSj10IqnygaF33gESj0WGDwI",
time: "02:00 PM",
description: "Weekly standup meeting with the dev team.",
imageUrl: "https://picsum.photos/1920/1080?random=6",
time: "02:00 PM"
},
{
id: "event-2a",
title: "Product Roadmap Review",
description: "Review and adjust product roadmap for next quarter.",
imageUrl: "https://picsum.photos/1920/1080?random=7",
time: "04:00 PM"
}
],
"2025-03-22": [
{
id: "event-3",
title: "Yoga Session",
description:
"Join for a relaxing yoga session to reduce stress and improve mindfulness. Suitable for all levels, focusing on gentle stretches.",
imageUrl:
"https://fastly.picsum.photos/id/392/1920/1080.jpg?hmac=Fvbf7C1Rcozg8EccwYPqsGkk_o6Bld2GQRDPZKWpd7g",
time: "12:00 PM",
description: "Join for a relaxing yoga session to reduce stress and improve mindfulness.",
imageUrl: "https://picsum.photos/1920/1080?random=14",
time: "12:00 PM"
},
{
id: "event-4",
title: "Product Demo",
description:
"Demo of UI improvements and performance optimizations to gather stakeholder feedback.",
imageUrl:
"https://fastly.picsum.photos/id/249/1920/1080.jpg?hmac=cPMNdgGXRh6T_KhRMuaQjRtAx5cWRraELjtL2MHTfYs",
time: "03:30 PM",
},
description: "Demo of UI improvements and performance optimizations to gather stakeholder feedback.",
imageUrl: "https://picsum.photos/1920/1080?random=15",
time: "03:30 PM"
}
],
"2025-03-23": [
{
id: "event-5",
title: "Client Meeting",
description:
"Review project progress, timeline adjustments, and outline roadmap for next quarter with the client.",
imageUrl:
"https://fastly.picsum.photos/id/908/1920/1080.jpg?hmac=MeG_oA1s75hHAL_4JzCioh6--zyFTWSCTxOhe8ugvXo",
time: "11:30 AM",
description: "Review project progress, timeline adjustments, and outline roadmap for next quarter with the client.",
imageUrl: "https://picsum.photos/1920/1080?random=16",
time: "11:30 AM"
},
{
id: "event-5a",
title: "Team Retrospective",
description: "Review recent sprint and identify areas for improvement.",
imageUrl: "https://picsum.photos/1920/1080?random=22",
time: "02:00 PM"
},
{
id: "event-5b",
title: "Product Roadmap Review",
description: "Review and adjust product roadmap for next quarter.",
imageUrl: "https://picsum.photos/1920/1080?random=44",
time: "04:30 PM"
}
],
"2025-03-24": [
{
id: "event-11",
title: "Strategy Meeting",
description: "Discuss long-term business strategy and growth opportunities.",
imageUrl: "https://picsum.photos/1920/1080?random=17",
time: "10:30 AM"
},
{
id: "event-11a",
title: "Product Roadmap Planning",
description: "Plan product features and releases for the next quarter.",
imageUrl: "https://picsum.photos/1920/1080?random=23",
time: "01:30 PM"
},
{
id: "event-11b",
title: "Investor Relations Update",
description: "Prepare materials for upcoming investor meeting.",
imageUrl: "https://picsum.photos/1920/1080?random=45",
time: "03:30 PM"
}
],
"2025-03-25": [
{
id: "event-12",
title: "Training Session",
description: "Workshop on new development tools and technologies.",
imageUrl: "https://picsum.photos/1920/1080?random=18",
time: "02:00 PM"
},
{
id: "event-12a",
title: "Code Quality Review",
description: "Review code quality metrics and discuss improvements.",
imageUrl: "https://picsum.photos/1920/1080?random=24",
time: "04:00 PM"
}
],
"2025-03-26": [
{
id: "event-13",
title: "Product Testing",
description: "User testing session for new product features.",
imageUrl: "https://picsum.photos/1920/1080?random=19",
time: "09:00 AM"
},
{
id: "event-13a",
title: "Marketing Campaign Review",
description: "Review performance of current marketing campaigns.",
imageUrl: "https://picsum.photos/1920/1080?random=25",
time: "11:00 AM"
},
{
id: "event-13b",
title: "UI/UX Design Review",
description: "Review latest UI/UX designs with the design team.",
imageUrl: "https://picsum.photos/1920/1080?random=46",
time: "02:00 PM"
}
],
"2025-03-27": [
{
id: "event-14",
title: "Budget Review",
description: "Quarterly financial review and budget planning session.",
imageUrl: "https://picsum.photos/1920/1080?random=20",
time: "11:00 AM"
},
{
id: "event-14a",
title: "Investor Update",
description: "Provide quarterly update to investors on company performance.",
imageUrl: "https://picsum.photos/1920/1080?random=26",
time: "03:00 PM"
}
],
"2025-03-28": [
{
id: "event-15",
title: "Networking Event",
description: "Industry networking event to connect with potential partners.",
imageUrl: "https://picsum.photos/1920/1080?random=21",
time: "06:00 PM"
},
{
id: "event-15a",
title: "Team Dinner",
description: "Celebrate recent successes with the team.",
imageUrl: "https://picsum.photos/1920/1080?random=27",
time: "08:00 PM"
}
],
"2025-03-29": [
{
id: "event-16",
title: "Project Wrap-up",
description: "Final review and documentation of completed project.",
imageUrl: "https://picsum.photos/1920/1080?random=8",
time: "10:00 AM"
},
{
id: "event-16a",
title: "Team Celebration",
description: "Celebrate successful project completion with the team.",
imageUrl: "https://picsum.photos/1920/1080?random=9",
time: "06:00 PM"
},
{
id: "event-16b",
title: "Post-Mortem Analysis",
description: "Analyze project outcomes and document lessons learned.",
imageUrl: "https://picsum.photos/1920/1080?random=28",
time: "02:00 PM"
}
],
"2025-03-09": [
{
id: "event-17",
title: "Weekly Planning",
description: "Plan tasks and priorities for the upcoming week.",
imageUrl: "https://picsum.photos/1920/1080?random=29",
time: "09:00 AM"
},
{
id: "event-17a",
title: "Client Onboarding",
description: "Onboard new client and discuss project requirements.",
imageUrl: "https://picsum.photos/1920/1080?random=30",
time: "02:00 PM"
}
],
"2025-03-10": [
{
id: "event-18",
title: "Product Backlog Grooming",
description: "Review and prioritize product backlog items.",
imageUrl: "https://picsum.photos/1920/1080?random=31",
time: "10:00 AM"
},
{
id: "event-18a",
title: "Marketing Brainstorm",
description: "Generate ideas for upcoming marketing campaigns.",
imageUrl: "https://picsum.photos/1920/1080?random=32",
time: "01:30 PM"
}
],
"2025-03-11": [
{
id: "event-19",
title: "Sprint Planning",
description: "Plan tasks and goals for the upcoming sprint.",
imageUrl: "https://picsum.photos/1920/1080?random=33",
time: "09:30 AM"
},
{
id: "event-19a",
title: "UX Research Review",
description: "Review findings from recent user research studies.",
imageUrl: "https://picsum.photos/1920/1080?random=34",
time: "03:00 PM"
}
],
"2025-03-12": [
{
id: "event-20",
title: "Technical Architecture Review",
description: "Review system architecture and discuss improvements.",
imageUrl: "https://picsum.photos/1920/1080?random=35",
time: "11:00 AM"
},
{
id: "event-20a",
title: "Team Lunch",
description: "Casual team lunch to foster collaboration.",
imageUrl: "https://picsum.photos/1920/1080?random=36",
time: "12:30 PM"
}
],
"2025-03-13": [
{
id: "event-21",
title: "Feature Demo",
description: "Demo new features to stakeholders for feedback.",
imageUrl: "https://picsum.photos/1920/1080?random=37",
time: "10:00 AM"
},
{
id: "event-21a",
title: "Code Refactoring Session",
description: "Collaborative session to improve code quality.",
imageUrl: "https://picsum.photos/1920/1080?random=38",
time: "02:00 PM"
}
],
"2025-03-14": [
{
id: "event-22",
title: "Quarterly Review",
description: "Review company performance and set goals for next quarter.",
imageUrl: "https://picsum.photos/1920/1080?random=39",
time: "09:00 AM"
},
{
id: "event-22a",
title: "Team Building Workshop",
description: "Interactive workshop to improve team dynamics.",
imageUrl: "https://picsum.photos/1920/1080?random=40",
time: "01:00 PM"
}
],
"2025-03-15": [
{
id: "event-23",
title: "Product Strategy Session",
description: "Discuss long-term product strategy and roadmap.",
imageUrl: "https://picsum.photos/1920/1080?random=41",
time: "10:30 AM"
},
{
id: "event-23a",
title: "Code Review Session",
description: "Review recent code changes and discuss improvements.",
imageUrl: "https://picsum.photos/1920/1080?random=42",
time: "02:30 PM"
},
{
id: "event-23b",
title: "End of Week Wrap-up",
description: "Review week's accomplishments and plan for next week.",
imageUrl: "https://picsum.photos/1920/1080?random=43",
time: "04:00 PM"
}
],
"2025-03-30": [
{
id: "event-24",
title: "Monthly Review",
description: "Review March's accomplishments and set goals for April.",
imageUrl: "https://picsum.photos/1920/1080?random=47",
time: "10:00 AM"
},
{
id: "event-24a",
title: "Team Retrospective",
description: "Review team performance and identify areas for improvement.",
imageUrl: "https://picsum.photos/1920/1080?random=48",
time: "02:00 PM"
}
],
"2025-03-31": [
{
id: "event-25",
title: "Quarterly Planning",
description: "Plan goals and initiatives for Q2.",
imageUrl: "https://picsum.photos/1920/1080?random=49",
time: "09:30 AM"
},
{
id: "event-25a",
title: "Product Roadmap Review",
description: "Review and adjust product roadmap for Q2.",
imageUrl: "https://picsum.photos/1920/1080?random=50",
time: "01:30 PM"
}
],
"2025-04-01": [
{
id: "event-26",
title: "April Fools Team Event",
description: "Fun team-building activities to celebrate April Fools' Day.",
imageUrl: "https://picsum.photos/1920/1080?random=51",
time: "11:00 AM"
},
{
id: "event-26a",
title: "New Feature Brainstorm",
description: "Generate ideas for new product features.",
imageUrl: "https://picsum.photos/1920/1080?random=52",
time: "02:00 PM"
}
],
"2025-04-02": [
{
id极: "event-27",
title: "Code Review",
description: "Review recent code changes and discuss improvements.",
imageUrl: "https://picsum.photos/1920/1080?random=53",
time: "10:00 AM"
},
{
id: "event-27a",
title: "UI/UX Design Review",
description: "Review latest UI/UX designs with the design team.",
imageUrl: "https://picsum.photos/1920/1080?random=54",
time: "02:00 PM"
}
],
"2025-04-03": [
{
id: "event-28",
title: "Client Meeting",
description: "Discuss project progress and next steps with key client.",
imageUrl: "https://picsum.photos/1920/1080?random=55",
time: "11:00 AM"
},
{
id: "event-28a",
title: "Team Lunch",
description: "Casual team lunch to foster collaboration.",
imageUrl: "https://picsum.photos/1920/1080?random=56",
time: "12:30 PM"
}
],
"2025-04-04": [
{
id: "event-29",
title: "Sprint Planning",
description: "Plan tasks and goals for the upcoming sprint.",
imageUrl: "https://picsum.photos/1920/1080?random=57",
time: "09:30 AM"
},
{
id: "event-29a",
title: "Code Refactoring Session",
description: "Collaborative session to improve code quality.",
imageUrl: "https://picsum.photos/1920/1080?random=58",
time: "02:00 PM"
}
],
"2025-04-05": [
{
id: "event-30",
title: "Weekly Wrap-up",
description: "Review week's accomplishments and plan for next week.",
imageUrl: "https://picsum.photos/1920/1080?random=59",
time: "10:00 AM"
},
{
id: "event-30a",
title: "Team Building Activity",
description: "Interactive activity to improve team dynamics.",
imageUrl: "https://picsum.photos/1920/1080?random=60",
time: "01:00 PM"
},
{
id: "event-30b",
title: "End of Week Celebration",
description: "Celebrate the week's successes with the team.",
imageUrl: "https://picsum.photos/1920/1080?random=61",
time: "04:00 PM"
}
],
};

Loading…
Cancel
Save