Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 681 Bytes

TODO.md

File metadata and controls

26 lines (21 loc) · 681 Bytes

TODO:

CLIENT

  • direct messages between users

  • user has history of direct messages

  • reaction to messages

  • push messages, invitations, online/offline instead of polling

  • reconnection to server after losing connection

  • repeating messages (with obtaining channels, invitations, messages, etc.)

  • sound effect on new message and new invitation

  • encryption

  • avatars

  • add caching information (e.g. channel list, avatars, etc.)

  • add pipelines for CI/CD for client

  • refactor tests with common code and faker library

SERVER:

  • restructuring of the server directory (src, config)
  • reset password
  • password validation
  • transactions
  • infrastructure setup
  • deploy