Skip to content

Conversation

@maabed
Copy link

@maabed maabed commented Mar 7, 2018

Asana Task
The idea is to have the same feature on discordapp.com where we can have servers that control all content's (channels, DM's, users, files ...etc) inside it, every server contents will be separated from other servers and the user can join multi-servers.

This PR will take care of implementing servers functionality as a standalone app, will take care of integrating RC into Sepian app on next PR.

TODO:

  • disable unused RC features.
  • Add servers model.
  • Connect servers model to main RC models
  • Connect servers model to main RC methods and functions.
  • Build basic UI.
  • Add observe function on the client side to save selected server on session var.
  • Update pub/sub to publish only data related to selected server on the client side.
  • DM's outside servers.
  • Update routes to follow something like /serverId/channelId.

rodrigok and others added 30 commits February 15, 2018 20:25
adding end to end tests for chat.react endpoint
…oint

[FIX] Chat Message Reactions REST API End Point
[NEW] Global message search (beta: disabled by default)
@maabed maabed requested review from ankitbhatia95 and rgio March 7, 2018 12:02
admin: String
userIds: [String]
invitedEmails: [String]
avatarUrl: String
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rgio check this model if you think we need to add more fields here

Copy link
Collaborator

@rgio rgio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When creating a public channel, clicking join in the preview window doesn't do anything (The channel is created but i have to reload in order to see it)
screen shot 2018-04-05 at 12 56 00 pm
Clicking on own name in direct messages shows no user with username found.
screen shot 2018-04-05 at 12 47 57 pm
Channel names should be unique to servers rather than to the entire application. Trying to create a channel with an existing name in a different server results in this error.
screen shot 2018-04-05 at 12 59 12 pm
Directory should only show users in the selected server.
screen shot 2018-04-05 at 1 02 59 pm
Replace sort option with user status(online, away, offline) move my account from server tab to here
screen shot 2018-04-05 at 9 09 09 pm

maabed pushed a commit that referenced this pull request Apr 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.