Skip to content

Commit

Permalink
chore: Add endpoint for rooms and integrate couplement in message and…
Browse files Browse the repository at this point in the history
… connection-service
  • Loading branch information
crushr3sist committed May 27, 2024
1 parent f4de067 commit 69ec2c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file modified r3almX_backend/database/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
12 changes: 12 additions & 0 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# wholistic Todo

- [ ] setup an endpoint for rooms that user is in
- [ ] integrate couplement in message and connection-service

- [ ] if there's activity in a room, all users must be notified
- [ ] if users are offline, their notif are cached with room name and number

- [ ] notifs

- [ ] setup cache
- [ ] increment notifs if client doesn't return acknowledgement
- [ ] decrement through endpoint

- [ ] Notification Service: Develop a service to handle notifications for various events such as new messages, friend requests, room invitations, and mentions. This service can deliver notifications in real-time via websockets or push notifications.

- [ ] User Profile Service: Implement a service for managing user profiles, including features such as updating profile information, managing profile pictures, and viewing other users' profiles.
Expand Down

0 comments on commit 69ec2c8

Please sign in to comment.