109 lines
3.8 KiB
JavaScript
109 lines
3.8 KiB
JavaScript
export const roadmap = [
|
|
{
|
|
id: "0",
|
|
title: "Voice recognition",
|
|
text: "Enable the chatbot to understand and respond to voice commands, making it easier for users to interact with the app hands-free.",
|
|
date: "May 2023",
|
|
status: "done",
|
|
imageUrl: "/images/roadmap/image-1.png",
|
|
colorful: true,
|
|
},
|
|
{
|
|
id: "1",
|
|
title: "Gamification",
|
|
text: "Add game-like elements, such as badges or leaderboards, to incentivize users to engage with the chatbot more frequently.",
|
|
date: "May 2023",
|
|
status: "progress",
|
|
imageUrl: "/images/roadmap/image-2.png",
|
|
},
|
|
{
|
|
id: "2",
|
|
title: "Chatbot customization",
|
|
text: "Allow users to customize the chatbot's appearance and behavior, making it more engaging and fun to interact with.",
|
|
date: "May 2023",
|
|
status: "done",
|
|
imageUrl: "/images/roadmap/image-3.png",
|
|
},
|
|
{
|
|
id: "3",
|
|
title: "Integration with APIs",
|
|
text: "Allow the chatbot to access external data sources, such as weather APIs or news APIs, to provide more relevant recommendations.",
|
|
date: "May 2023",
|
|
status: "progress",
|
|
imageUrl: "/images/roadmap/image-4.png",
|
|
},
|
|
];
|
|
|
|
export const roadmapFull = [
|
|
{
|
|
id: "0",
|
|
title: "Define the problem",
|
|
text: "Identify the problem that your chat AI app will solve. Determine the target audience and their needs.",
|
|
date: "apr 2023",
|
|
status: "done",
|
|
},
|
|
{
|
|
id: "1",
|
|
title: "Gather data",
|
|
text: "Gather data that will help you understand the target audience and their needs. This can include user surveys, feedback, and other sources of data.",
|
|
date: "jun 2023",
|
|
status: "done",
|
|
},
|
|
{
|
|
id: "2",
|
|
title: "Design the chatbot",
|
|
text: "Design the chatbot that will be the backbone of your app. Determine the features and functionalities that it needs to have.",
|
|
date: "jul 2023",
|
|
status: "done",
|
|
},
|
|
{
|
|
id: "3",
|
|
title: "Train the chatbot",
|
|
text: "Train the chatbot using the data that you have gathered. This will help it understand the target audience and provide accurate recommendations.",
|
|
date: "aug 2023",
|
|
status: "done",
|
|
},
|
|
{
|
|
id: "4",
|
|
title: "Build the app",
|
|
text: "Build the app around the chatbot. Determine the user interface, features, and functionalities that it needs to have.",
|
|
date: "sep 2023",
|
|
status: "done",
|
|
},
|
|
{
|
|
id: "5",
|
|
title: "Test the app",
|
|
text: "Test the app to ensure that it meets the requirements and provides accurate recommendations.",
|
|
date: "nov 2023",
|
|
status: "done",
|
|
},
|
|
{
|
|
id: "6",
|
|
title: "Launch the app",
|
|
text: "Launch the app and promote it through various channels, such as social media, email marketing, and paid advertising.",
|
|
date: "dec 2023",
|
|
status: "progress",
|
|
},
|
|
{
|
|
id: "7",
|
|
title: "Collect feedback",
|
|
text: "Collect feedback from users to improve the app and make it more user-friendly.",
|
|
date: "feb 2024",
|
|
status: "undone",
|
|
},
|
|
{
|
|
id: "8",
|
|
title: "Update the app",
|
|
text: "Update the app regularly to ensure that it remains relevant and provides accurate recommendations.",
|
|
date: "mar 2024",
|
|
status: "undone",
|
|
},
|
|
{
|
|
id: "9",
|
|
title: "Add more features",
|
|
text: "After launching the app and collecting feedback, add more features to the chatbot to make it more useful and engaging for users. These features can include integration with other apps, voice recognition, and more customization options.",
|
|
date: "may 2024",
|
|
status: "undone",
|
|
},
|
|
];
|