Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single Click Invite #123

Closed
kb0304 opened this issue Oct 2, 2018 · 6 comments
Closed

Single Click Invite #123

kb0304 opened this issue Oct 2, 2018 · 6 comments

Comments

@kb0304
Copy link
Collaborator

kb0304 commented Oct 2, 2018

No description provided.

@kb0304
Copy link
Collaborator Author

kb0304 commented Oct 2, 2018

Continuing #122 , for contacts where username is None, we display an Invite button alongside it.
On clicking it, the Android client calls Invite via SMS method here : #121
After successfully sending invite SMS, a state is stored indicating the contact has been invited.
To be discussed : This state is to be stored server side or client side.

@bizzbyster
Copy link
Collaborator

bizzbyster commented Oct 2, 2018

drawing

The above would be reached after clicking on the new chat button, which is the second piece here, which is reached by clicking a new chat/channel/group button like this: drawing.

@bizzbyster
Copy link
Collaborator

A list of the hash of the destination "address" for each invited contact will be stored under the logged in user on the server side. This list will be checked when doing the contact sync and if there is a match then the contact will be "Invited" and there will be no link to send a new invite.

@bizzbyster
Copy link
Collaborator

Need to do a survey on how other chat apps handle multiple numbers/email addresses -- can I re-invite using a different address? Etc.

@bizzbyster
Copy link
Collaborator

Definition of Done: able to view contacts and able to send an invite via email or SMS depending on which is available.

@bizzbyster
Copy link
Collaborator

bizzbyster commented Oct 23, 2018

Status update still need to do:

  • search contacts from the new chat page
  • tie in "create channel" with the option in the nav drawer
  • must integrate the "invite" action with the sendSms and sendEmail Meteor methods
  • handling multiple phone numbers

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

No branches or pull requests

3 participants