From cdba695f624c9321d11758c6ce728ee02bc5c3dc Mon Sep 17 00:00:00 2001 From: agboola Date: Mon, 27 Jan 2025 06:49:56 +0000 Subject: [PATCH] Update README.md Signed-off-by: agboola --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57c4a30..a7a4a54 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -Appwrite Functions \ No newline at end of file +Appwrite Functions to manage project + +https://git.theonasanyas.com/agboola/MessagingApp + +These functions are server side codes that create and updatte records based on set conditions + +1. When a new chat is created, a conversation collection record is created/updated to reflect same. +2. The conversation collection is used as a defualt list view for all the chats per user. this makes it easier to pull and reference chats \ No newline at end of file