Git Product home page Git Product logo

php-chat-api's People

Contributors

itmaxxx avatar

Watchers

 avatar

php-chat-api's Issues

Messages endpoints

  • Get chat messages [GET] /chats/:chatId/messages
  • Write message [POST] /chats/:chatId/messages

Invite links to chats

  • For public chats, invite link should look like /joinchat/:chatId
  • For private chats, invite link should look like /joinchat/:chatId/:inviteLink

Unread messages

  • Update last read message in ChatParticipants when user gets chat messages

Chats endpoints

We need to create endpoints for chats

  • Get chat participants [GET] /chats/:chatId/users
  • Add user to chat [POST] /chats/:chatId/users
  • Delete user from chat [DELETE] /chats/:chatId/users/:userId
  • When user creates chat, he should be added as participant and set as administrator
  • Delete chat [DELETE] /chats/:chatId
  • Create chat [POST] /chats
  • Get user chats [GET] /users/me/chats
  • Get chat by id [GET] /chats/:chatId
  • When user tries to get chat, if it's isPrivate, then we should check if user is a chat member
  • Chat invite link and isPrivate property should be removed before sending to user
  • Add isDeleted field to chat model
  • Don't allow to get isDeleted chats
  • Chat model in DB

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.