front/stubs/api/chat/chats.json

663 lines
16 KiB
JSON
Raw Permalink Normal View History

2024-10-04 00:06:44 +03:00
[
{
"id1": "alice",
"id2": "bobsm",
"messages": [
{
"data": "Hello Bob!",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "bobsm",
"timestamp": "09.10.2024 07:00:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Hey Alice, how are you?",
2024-10-05 11:46:18 +03:00
"senderId": "bobsm",
"recipientId": "alice",
"timestamp": "09.10.2024 07:05:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "I'm good, thanks for asking.",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "bobsm",
"timestamp": "09.10.2024 07:10:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Glad to hear!",
2024-10-05 11:46:18 +03:00
"senderId": "bobsm",
"recipientId": "alice",
"timestamp": "09.10.2024 07:15:00"
2024-10-04 00:06:44 +03:00
}
]
},
{
"id1": "alice",
"id2": "charl",
"messages": [
{
"data": "How's the project going?",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "charl",
"timestamp": "09.10.2024 07:20:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "It's coming along, almost done!",
2024-10-05 11:46:18 +03:00
"senderId": "charl",
"recipientId": "alice",
"timestamp": "09.10.2024 07:25:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "That's great to hear!",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "charl",
"timestamp": "09.10.2024 07:30:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Thanks for checking in.",
2024-10-05 11:46:18 +03:00
"senderId": "charl",
"recipientId": "alice",
"timestamp": "09.10.2024 07:35:00"
2024-10-04 00:06:44 +03:00
}
]
},
{
"id1": "alice",
"id2": "david",
"messages": [
{
"data": "Did you get the files?",
2024-10-05 11:46:18 +03:00
"senderId": "david",
"recipientId": "alice",
"timestamp": "09.10.2024 07:40:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Yes, I did. Thank you!",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "david",
"timestamp": "09.10.2024 07:45:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "You're welcome.",
2024-10-05 11:46:18 +03:00
"senderId": "david",
"recipientId": "alice",
"timestamp": "09.10.2024 07:50:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Let me know if you need anything else.",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "david",
"timestamp": "09.10.2024 07:55:00"
2024-10-04 11:21:21 +03:00
}
]
},
{
"id1": "alice",
"id2": "frank",
"messages": [
{
"data": "Can you review this document for me?",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "frank",
"timestamp": "09.10.2024 08:20:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "Sure, I'll take a look.",
2024-10-05 11:46:18 +03:00
"senderId": "frank",
"recipientId": "alice",
"timestamp": "09.10.2024 08:25:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "Thanks, much appreciated!",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "frank",
"timestamp": "09.10.2024 08:30:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "No problem.",
2024-10-05 11:46:18 +03:00
"senderId": "frank",
"recipientId": "alice",
"timestamp": "09.10.2024 08:35:00"
2024-10-04 11:21:21 +03:00
}
]
},
{
"id1": "alice",
"id2": "grace",
"messages": [
{
"data": "Hey Grace, let's meet up for coffee!",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "grace",
"timestamp": "09.10.2024 08:40:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "Sounds good, when are you free?",
2024-10-05 11:46:18 +03:00
"senderId": "grace",
"recipientId": "alice",
"timestamp": "09.10.2024 08:45:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "How about tomorrow afternoon?",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "grace",
"timestamp": "09.10.2024 08:50:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "Works for me!",
2024-10-05 11:46:18 +03:00
"senderId": "grace",
"recipientId": "alice",
"timestamp": "09.10.2024 08:55:00"
2024-10-04 11:21:21 +03:00
}
]
},
{
"id1": "alice",
"id2": "hanna",
"messages": [
{
"data": "Hannah, do you have a moment?",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "hanna",
"timestamp": "09.10.2024 09:00:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "Sure, what's up?",
2024-10-05 11:46:18 +03:00
"senderId": "hanna",
"recipientId": "alice",
"timestamp": "09.10.2024 09:05:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "Just wanted to check on the report.",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "hanna",
"timestamp": "09.10.2024 09:10:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "I'll send it soon.",
2024-10-05 11:46:18 +03:00
"senderId": "hanna",
"recipientId": "alice",
"timestamp": "09.10.2024 09:15:00"
2024-10-04 11:21:21 +03:00
}
]
},
{
"id1": "alice",
"id2": "ianda",
"messages": [
{
"data": "Ian, have you completed the review?",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "ianda",
"timestamp": "09.10.2024 09:20:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "Yes, I sent my feedback.",
2024-10-05 11:46:18 +03:00
"senderId": "ianda",
"recipientId": "alice",
"timestamp": "09.10.2024 09:25:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "Thanks for that.",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "ianda",
"timestamp": "09.10.2024 09:30:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "Anytime!",
2024-10-05 11:46:18 +03:00
"senderId": "ianda",
"recipientId": "alice",
"timestamp": "09.10.2024 09:35:00"
2024-10-04 11:21:21 +03:00
}
]
},
{
"id1": "alice",
"id2": "jillt",
"messages": [
{
"data": "Jill, let's schedule a catch-up meeting.",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "jillt",
"timestamp": "09.10.2024 09:40:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "Sounds good, when works for you?",
2024-10-05 11:46:18 +03:00
"senderId": "jillt",
"recipientId": "alice",
"timestamp": "09.10.2024 09:45:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "Tomorrow afternoon?",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "jillt",
"timestamp": "09.10.2024 09:50:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "That works for me!",
2024-10-05 11:46:18 +03:00
"senderId": "jillt",
"recipientId": "alice",
"timestamp": "09.10.2024 09:55:00"
2024-10-04 11:21:21 +03:00
}
]
},
{
"id1": "alice",
"id2": "evead",
"messages": [
{
"data": "Eve, did you send the schedule?",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "evead",
"timestamp": "09.10.2024 10:00:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "Yes, just sent it.",
2024-10-05 11:46:18 +03:00
"senderId": "evead",
"recipientId": "alice",
"timestamp": "09.10.2024 10:05:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "Thanks, much appreciated!",
2024-10-05 11:46:18 +03:00
"senderId": "alice",
"recipientId": "evead",
"timestamp": "09.10.2024 10:10:00"
2024-10-04 11:21:21 +03:00
},
{
"data": "No problem!",
2024-10-05 11:46:18 +03:00
"senderId": "evead",
"recipientId": "alice",
"timestamp": "09.10.2024 10:15:00"
2024-10-04 11:21:21 +03:00
}
]
},
2024-10-04 00:06:44 +03:00
{
"id1": "bobsm",
"id2": "charl",
"messages": [
{
"data": "How's everything going?",
2024-10-05 11:46:18 +03:00
"senderId": "bobsm",
"recipientId": "charl",
"timestamp": "09.10.2024 10:20:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Pretty good, how about you?",
2024-10-05 11:46:18 +03:00
"senderId": "charl",
"recipientId": "bobsm",
"timestamp": "09.10.2024 10:25:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Can't complain!",
2024-10-05 11:46:18 +03:00
"senderId": "bobsm",
"recipientId": "charl",
"timestamp": "09.10.2024 10:30:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Glad to hear that.",
2024-10-05 11:46:18 +03:00
"senderId": "charl",
"recipientId": "bobsm",
"timestamp": "09.10.2024 10:35:00"
2024-10-04 00:06:44 +03:00
}
]
},
{
"id1": "bobsm",
"id2": "david",
"messages": [
{
"data": "Can you send the report?",
2024-10-05 11:46:18 +03:00
"senderId": "bobsm",
"recipientId": "david",
"timestamp": "09.10.2024 10:40:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "I'll send it in an hour.",
2024-10-05 11:46:18 +03:00
"senderId": "david",
"recipientId": "bobsm",
"timestamp": "09.10.2024 10:45:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Perfect, thanks.",
2024-10-05 11:46:18 +03:00
"senderId": "bobsm",
"recipientId": "david",
"timestamp": "09.10.2024 10:50:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "No problem.",
2024-10-05 11:46:18 +03:00
"senderId": "david",
"recipientId": "bobsm",
"timestamp": "09.10.2024 10:55:00"
2024-10-04 00:06:44 +03:00
}
]
},
{
"id1": "charl",
"id2": "evead",
"messages": [
{
"data": "Hey Eve, how's it going?",
2024-10-05 11:46:18 +03:00
"senderId": "charl",
"recipientId": "evead",
"timestamp": "09.10.2024 11:00:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Good, how about you?",
2024-10-05 11:46:18 +03:00
"senderId": "evead",
"recipientId": "charl",
"timestamp": "09.10.2024 11:05:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Can't complain!",
2024-10-05 11:46:18 +03:00
"senderId": "charl",
"recipientId": "evead",
"timestamp": "09.10.2024 11:10:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Glad to hear.",
2024-10-05 11:46:18 +03:00
"senderId": "evead",
"recipientId": "charl",
"timestamp": "09.10.2024 11:15:00"
2024-10-04 00:06:44 +03:00
}
]
},
{
"id1": "charl",
"id2": "frank",
"messages": [
{
"data": "Do you have time to talk today?",
2024-10-05 11:46:18 +03:00
"senderId": "charl",
"recipientId": "frank",
"timestamp": "09.10.2024 11:20:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "I have a meeting, but I can chat afterward.",
2024-10-05 11:46:18 +03:00
"senderId": "frank",
"recipientId": "charl",
"timestamp": "09.10.2024 11:25:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Sounds good.",
2024-10-05 11:46:18 +03:00
"senderId": "charl",
"recipientId": "frank",
"timestamp": "09.10.2024 11:30:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "I'll message you after.",
2024-10-05 11:46:18 +03:00
"senderId": "frank",
"recipientId": "charl",
"timestamp": "09.10.2024 11:35:00"
2024-10-04 00:06:44 +03:00
}
]
},
{
"id1": "david",
"id2": "frank",
"messages": [
{
"data": "Did you review the document?",
2024-10-05 11:46:18 +03:00
"senderId": "david",
"recipientId": "frank",
"timestamp": "09.10.2024 11:40:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Yes, it's all good.",
2024-10-05 11:46:18 +03:00
"senderId": "frank",
"recipientId": "david",
"timestamp": "09.10.2024 11:45:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Great, thanks for the quick turnaround!",
2024-10-05 11:46:18 +03:00
"senderId": "david",
"recipientId": "frank",
"timestamp": "09.10.2024 11:50:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "No worries!",
2024-10-05 11:46:18 +03:00
"senderId": "frank",
"recipientId": "david",
"timestamp": "09.10.2024 11:55:00"
2024-10-04 00:06:44 +03:00
}
]
},
{
"id1": "david",
"id2": "grace",
"messages": [
{
"data": "Grace, can you send the updated schedule?",
2024-10-05 11:46:18 +03:00
"senderId": "david",
"recipientId": "grace",
"timestamp": "09.10.2024 12:00:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Yes, I'll send it in a few minutes.",
2024-10-05 11:46:18 +03:00
"senderId": "grace",
"recipientId": "david",
"timestamp": "09.10.2024 12:05:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Thanks, much appreciated!",
2024-10-05 11:46:18 +03:00
"senderId": "david",
"recipientId": "grace",
"timestamp": "09.10.2024 12:10:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "You're welcome!",
2024-10-05 11:46:18 +03:00
"senderId": "grace",
"recipientId": "david",
"timestamp": "09.10.2024 12:15:00"
2024-10-04 00:06:44 +03:00
}
]
},
{
"id1": "frank",
"id2": "grace",
"messages": [
{
"data": "How are you today?",
2024-10-05 11:46:18 +03:00
"senderId": "frank",
"recipientId": "grace",
"timestamp": "09.10.2024 12:20:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "I'm doing well, thanks for asking.",
2024-10-05 11:46:18 +03:00
"senderId": "grace",
"recipientId": "frank",
"timestamp": "09.10.2024 12:25:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Glad to hear that.",
2024-10-05 11:46:18 +03:00
"senderId": "frank",
"recipientId": "grace",
"timestamp": "09.10.2024 12:30:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "How about you?",
2024-10-05 11:46:18 +03:00
"senderId": "grace",
"recipientId": "frank",
"timestamp": "09.10.2024 12:35:00"
2024-10-04 00:06:44 +03:00
}
]
},
{
"id1": "frank",
"id2": "hanna",
"messages": [
{
"data": "Did you attend the meeting?",
2024-10-05 11:46:18 +03:00
"senderId": "frank",
"recipientId": "hanna",
"timestamp": "09.10.2024 12:40:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Yes, it was productive.",
2024-10-05 11:46:18 +03:00
"senderId": "hanna",
"recipientId": "frank",
"timestamp": "09.10.2024 12:45:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Good to hear!",
2024-10-05 11:46:18 +03:00
"senderId": "frank",
"recipientId": "hanna",
"timestamp": "09.10.2024 12:50:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Indeed, lots to follow up on.",
2024-10-05 11:46:18 +03:00
"senderId": "hanna",
"recipientId": "frank",
"timestamp": "09.10.2024 12:55:00"
2024-10-04 00:06:44 +03:00
}
]
},
{
"id1": "grace",
"id2": "hanna",
"messages": [
{
"data": "Can we meet later today?",
2024-10-05 11:46:18 +03:00
"senderId": "grace",
"recipientId": "hanna",
"timestamp": "09.10.2024 01:00:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Sure, what's a good time?",
2024-10-05 11:46:18 +03:00
"senderId": "hanna",
"recipientId": "grace",
"timestamp": "09.10.2024 01:05:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "How about 3?",
2024-10-05 11:46:18 +03:00
"senderId": "grace",
"recipientId": "hanna",
"timestamp": "09.10.2024 01:10:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Works for me.",
2024-10-05 11:46:18 +03:00
"senderId": "hanna",
"recipientId": "grace",
"timestamp": "09.10.2024 01:15:00"
2024-10-04 00:06:44 +03:00
}
]
},
{
"id1": "grace",
"id2": "ianda",
"messages": [
{
"data": "Ian, did you get the message I sent?",
2024-10-05 11:46:18 +03:00
"senderId": "grace",
"recipientId": "ianda",
"timestamp": "09.10.2024 01:20:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Yes, I'll respond soon.",
2024-10-05 11:46:18 +03:00
"senderId": "ianda",
"recipientId": "grace",
"timestamp": "09.10.2024 01:25:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Thanks, appreciate it!",
2024-10-05 11:46:18 +03:00
"senderId": "grace",
"recipientId": "ianda",
"timestamp": "09.10.2024 01:30:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "You're welcome!",
2024-10-05 11:46:18 +03:00
"senderId": "ianda",
"recipientId": "grace",
"timestamp": "09.10.2024 01:35:00"
2024-10-04 00:06:44 +03:00
}
]
},
{
"id1": "hanna",
"id2": "ianda",
"messages": [
{
"data": "Ian, do you have a minute?",
2024-10-05 11:46:18 +03:00
"senderId": "hanna",
"recipientId": "ianda",
"timestamp": "09.10.2024 01:40:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Yes, what do you need?",
2024-10-05 11:46:18 +03:00
"senderId": "ianda",
"recipientId": "hanna",
"timestamp": "09.10.2024 01:45:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Just a quick update on the project.",
2024-10-05 11:46:18 +03:00
"senderId": "hanna",
"recipientId": "ianda",
"timestamp": "09.10.2024 01:50:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "I'll email you the details.",
2024-10-05 11:46:18 +03:00
"senderId": "ianda",
"recipientId": "hanna",
"timestamp": "09.10.2024 01:55:00"
2024-10-04 00:06:44 +03:00
}
]
},
{
"id1": "hanna",
"id2": "jillt",
"messages": [
{
"data": "Jill, can we talk tomorrow?",
2024-10-05 11:46:18 +03:00
"senderId": "hanna",
"recipientId": "jillt",
"timestamp": "09.10.2024 02:00:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Yes, I'm free after 2.",
2024-10-05 11:46:18 +03:00
"senderId": "jillt",
"recipientId": "hanna",
"timestamp": "09.10.2024 02:05:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Perfect, see you then.",
2024-10-05 11:46:18 +03:00
"senderId": "hanna",
"recipientId": "jillt",
"timestamp": "09.10.2024 02:10:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Looking forward to it.",
2024-10-05 11:46:18 +03:00
"senderId": "jillt",
"recipientId": "hanna",
"timestamp": "09.10.2024 02:15:00"
2024-10-04 00:06:44 +03:00
}
]
},
{
"id1": "ianda",
"id2": "jillt",
"messages": [
{
"data": "Jill, I have the files you requested.",
2024-10-05 11:46:18 +03:00
"senderId": "ianda",
"recipientId": "jillt",
"timestamp": "09.10.2024 02:20:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Thanks, please send them over.",
2024-10-05 11:46:18 +03:00
"senderId": "jillt",
"recipientId": "ianda",
"timestamp": "09.10.2024 02:25:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "I'll send them right now.",
2024-10-05 11:46:18 +03:00
"senderId": "ianda",
"recipientId": "jillt",
"timestamp": "09.10.2024 02:30:00"
2024-10-04 00:06:44 +03:00
},
{
"data": "Great, thanks again!",
2024-10-05 11:46:18 +03:00
"senderId": "jillt",
"recipientId": "ianda",
"timestamp": "09.10.2024 02:35:00"
2024-10-04 00:06:44 +03:00
}
]
}
]