Information Display
Freelancers
Food delivery service
How might we create an information display that empowers freelancers in the food delivery service industry?
The Foodie Freelancer design challenge aims to create an information display that freelancers can use to efficiently manage their food delivery service business. The design should provide freelancers with easy access to relevant information, such as delivery orders, customer details, and earnings. The goal is to enable freelancers to effectively track their deliveries, communicate with customers, and manage their income, ultimately improving their overall experience and productivity in the food delivery service industry.
The target user group for this design challenge are freelancers working in the food delivery service industry. These freelancers may be independent contractors or individuals working for delivery platforms such as Uber Eats or DoorDash. They have their own vehicles and use their personal mobile devices to manage their delivery operations. They are tech-savvy and familiar with using mobile applications for work-related tasks. They value efficiency and seamless user experiences that enable them to provide excellent service to their customers.
{
"orders": [
{
"order_id": "12345",
"customer_name": "John Doe",
"delivery_address": "123 Main St, Cityville",
"order_status": "Pending",
"order_total": "$25.00"
},
{
"order_id": "67890",
"customer_name": "Jane Smith",
"delivery_address": "456 Elm St, Townsville",
"order_status": "In Progress",
"order_total": "$30.00"
}
],
"earnings": {
"total_earnings": "$200.00",
"weekly_earnings": "$75.00",
"daily_average": "$25.00"
},
"notifications": [
{
"notification_id": "1",
"message": "New delivery order received.",
"timestamp": "2022-02-15 10:05:00"
},
{
"notification_id": "2",
"message": "Customer address updated.",
"timestamp": "2022-02-15 11:30:00"
}
]
}