You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-2Lines changed: 49 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,41 @@ Go to [this repository](https://github.com/AOSSIE-Org/Resonate) to know more abo
19
19
20
20
3. Create a new project on [Appwrite Cloud](https://appwrite.io/) or self host it locally by pulling their [docker image](https://appwrite.io/docs/self-hosting). Know more about Appwrite [here](https://appwrite.io/docs).
-`src/` - Source code directory with implementation files
56
+
22
57
## Functions :
23
58
24
59
(a) [Room Creation function](functions/create-room) : Function to create rooms in Appwrite and Livekit.
@@ -37,9 +72,21 @@ Go to [this repository](https://github.com/AOSSIE-Org/Resonate) to know more abo
37
72
38
73
(h) [Verify Email function](functions/verify-email) : Function to verify email ID of users.
39
74
40
-
(i) [discussion-isTime-checker](functions/discussion-isTime-checker/) : A Cron Function to check all the existent Discussion scheduled timings and comparing to current time in order to activate a discussion if the current time is less than 5 minutes away from the scheduled time
75
+
(i) [Database Cleaner function](functions/database-cleaner) : Function to cleanup active pairs and participants collections in the database.
76
+
77
+
(j) [Send Story Notification function](functions/send-story-notification) : Function to send notifications when new stories are posted.
78
+
79
+
(k) [Start Friend Call function](functions/start-friend-call) : Function to initiate voice calls between friends.
80
+
81
+
(l) [Sync All Documents with Meilisearch function](functions/sync-all-documents-with-meilisearch) : Function to synchronize all documents with Meilisearch for search functionality.
82
+
83
+
(m) [Sync Stories with Meilisearch function](functions/sync-stories-with-meilisearch) : Function to synchronize stories with Meilisearch for search indexing.
84
+
85
+
(n) [Sync Users with Meilisearch function](functions/sync-users-with-meilisearch) : Function to synchronize user data with Meilisearch for user search.
86
+
87
+
(o) [Upcoming Room isTime Checker function](functions/upcomingRoom-isTime-checker) : A Cron function to check scheduled room timings and activate rooms when current time is within 5 minutes of scheduled time.
41
88
42
-
(j) [database-cleaner](functions/database-cleaner/) : Function to cleanup active pairs and participants collections in the database.
89
+
(p) [Upcoming Room Message Notification function](functions/upcomingRoom-Message-Notification) : Function to send message notifications for upcoming scheduled rooms.
0 commit comments