proxer / ProxerAndroid

The official Android App of Proxer.Me
https://proxer.me
GNU General Public License v3.0
119 stars 19 forks source link

[Chat] Invite from friend list #11

Closed Desnoo closed 7 years ago

Desnoo commented 7 years ago

Case

According to the proxer forum entry this is a feature request by Sakugawa.

Request

It should be possible to add friends from a list to a new chat or existent chat. 2 approaches:

  1. Suggest friends while typing to invite friends
  2. Pick users from a list of friends to invite them to a chat

@rubengees maybe some additional info by you?

rubengees commented 7 years ago

That would be nice 👍 We will have to wait though, as there are no friend APIs yet...

Concerning the proposed apporaches:

  1. I think that would lead to too much requests and we would get blocked by the firewall quickly.
  2. This one sounds good. Once we have a friend list screen, each item (=friend) could have a button, to quickly send a message.

Another approach which is somewhat like 1:

We could show a suggestion list once, when navigating to the NewChat screen. This way we would only have one additional request, which should work.

rubengees commented 7 years ago

Not going to happen anytime soon, so closing this. Will reopen when APIs are available.