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

Participatory process admins can invite to users to join a meeting #1879

Merged
merged 9 commits into from
Sep 25, 2017

Conversation

beagleknight
Copy link
Contributor

@beagleknight beagleknight commented Sep 19, 2017

🎩 What? Why?

Participatory process admins can invite to users to join a meeting using an email. It works with registered and unregistered users.

📌 Related Issues

📋 Subtasks

  • Feature specs
  • Unregistered users
  • Registered users

📷 Screenshots (optional)

image
image
image
image

👻 GIF

@beagleknight beagleknight self-assigned this Sep 19, 2017
@ghost ghost added the in-progress label Sep 19, 2017
@codecov
Copy link

codecov bot commented Sep 19, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@06c25fd). Click here to learn what that means.
The diff coverage is 98.9%.

@@            Coverage Diff            @@
##             master    #1879   +/-   ##
=========================================
  Coverage          ?   98.49%           
=========================================
  Files             ?     1133           
  Lines             ?    25502           
  Branches          ?        0           
=========================================
  Hits              ?    25117           
  Misses            ?      385           
  Partials          ?        0

@@ -267,6 +267,7 @@ en:
ignore: |-
If you don't want to accept the invitation, please ignore this email.<br />
Your account won't be created until you access the link above and set your password.
invited_you: "%{invited_by} has invited you to %{application}, you can accept it through the link below."
Copy link
Contributor

Choose a reason for hiding this comment

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

Correction: %{invited_by} has invited you to %{application}. You can accept the invitation through the link below:

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is not even used lol 🎉

@@ -267,6 +267,7 @@ en:
ignore: |-
If you don't want to accept the invitation, please ignore this email.<br />
Your account won't be created until you access the link above and set your password.
invited_you: "%{invited_by} has invited you to %{application}, you can accept it through the link below."
invited_you_as_admin: "%{invited_by} has invited you as an admin of %{application}, you can accept it through the link below."
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you change this as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You missed the correct line bro 😂

@@ -267,6 +267,7 @@ en:
ignore: |-
If you don't want to accept the invitation, please ignore this email.<br />
Your account won't be created until you access the link above and set your password.
invited_you: "%{invited_by} has invited you to %{application}, you can accept it through the link below."
invited_you_as_admin: "%{invited_by} has invited you as an admin of %{application}, you can accept it through the link below."
someone_invited_you: Someone has invited you to %{application}, you can accept it through the link below.
Copy link
Contributor

Choose a reason for hiding this comment

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

Aaand this? xD

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ditto

@@ -45,6 +45,18 @@ en:
admin:
exports:
registrations: Registrations
invite_join_meeting_mailer:
invite:
invited_you_to_join_a_meeting: "%{invited_by} has invited you to join a meeting at %{application}, you can accept it through the link below."
Copy link
Contributor

Choose a reason for hiding this comment

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

Please change this as per corrections suggested above 👍

Copy link
Contributor

@josepjaume josepjaume left a comment

Choose a reason for hiding this comment

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

I actually didn't want to approve but to request changes 🗡

mrcasals
mrcasals previously approved these changes Sep 21, 2017

helper_method :routes

def invite(user, meeting, invited_by)
Copy link
Contributor

Choose a reason for hiding this comment

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

Docs?

@beagleknight beagleknight dismissed josepjaume’s stale review September 25, 2017 12:42

I made the changes you requested.

@beagleknight beagleknight merged commit 8a13dc6 into master Sep 25, 2017
@beagleknight beagleknight deleted the invite-to-join-meetings branch September 25, 2017 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants