retrieving chats

This commit is contained in:
Nikolai Petukhov
2024-10-04 11:21:21 +03:00
parent 073c61977f
commit d1e824ab77
11 changed files with 338 additions and 88 deletions
+154
View File
@@ -65,6 +65,160 @@
}
]
},
{
"id1": "alice",
"id2": "evead",
"messages": [
{
"data": "Eve, do you have the meeting details?",
"senderId": "alice"
},
{
"data": "Yes, I just sent them to you.",
"senderId": "evead"
},
{
"data": "Got it, thanks!",
"senderId": "alice"
},
{
"data": "You're welcome.",
"senderId": "evead"
}
]
},
{
"id1": "alice",
"id2": "frank",
"messages": [
{
"data": "Can you review this document for me?",
"senderId": "alice"
},
{
"data": "Sure, I'll take a look.",
"senderId": "frank"
},
{
"data": "Thanks, much appreciated!",
"senderId": "alice"
},
{
"data": "No problem.",
"senderId": "frank"
}
]
},
{
"id1": "alice",
"id2": "grace",
"messages": [
{
"data": "Hey Grace, let's meet up for coffee!",
"senderId": "alice"
},
{
"data": "Sounds good, when are you free?",
"senderId": "grace"
},
{
"data": "How about tomorrow afternoon?",
"senderId": "alice"
},
{
"data": "Works for me!",
"senderId": "grace"
}
]
},
{
"id1": "alice",
"id2": "hanna",
"messages": [
{
"data": "Hannah, do you have a moment?",
"senderId": "alice"
},
{
"data": "Sure, what's up?",
"senderId": "hanna"
},
{
"data": "Just wanted to check on the report.",
"senderId": "alice"
},
{
"data": "I'll send it soon.",
"senderId": "hanna"
}
]
},
{
"id1": "alice",
"id2": "ianda",
"messages": [
{
"data": "Ian, have you completed the review?",
"senderId": "alice"
},
{
"data": "Yes, I sent my feedback.",
"senderId": "ianda"
},
{
"data": "Thanks for that.",
"senderId": "alice"
},
{
"data": "Anytime!",
"senderId": "ianda"
}
]
},
{
"id1": "alice",
"id2": "jillt",
"messages": [
{
"data": "Jill, let's schedule a catch-up meeting.",
"senderId": "alice"
},
{
"data": "Sounds good, when works for you?",
"senderId": "jillt"
},
{
"data": "Tomorrow afternoon?",
"senderId": "alice"
},
{
"data": "That works for me!",
"senderId": "jillt"
}
]
},
{
"id1": "alice",
"id2": "evead",
"messages": [
{
"data": "Eve, did you send the schedule?",
"senderId": "alice"
},
{
"data": "Yes, just sent it.",
"senderId": "evead"
},
{
"data": "Thanks, much appreciated!",
"senderId": "alice"
},
{
"data": "No problem!",
"senderId": "evead"
}
]
},
{
"id1": "bobsm",
"id2": "charl",