stagecoachapp / Stagecoach

rails!
http://stagecoach.herokuapp.com/
2 stars 4 forks source link

Guest Invites #116

Closed chrnov closed 12 years ago

chrnov commented 12 years ago

When a user selects "guest" in inviting people to a project, there should be an opportunity to manually enter an email for the guest. Also, guest should be listed at the top of the list of contacts

jontonsoup commented 12 years ago

Or should we remove guest?

I'm not sure if this is something we want to keep up long-term (also forcing testers to use their gmail will come in handy with integration / real user feedback).

Jonathan Friedman Northwestern University | 2013 Computer Science 321.277.0866 | friedmanj@u.northwestern.edu

On May 1, 2012, at 4:54 PM, chrnov wrote:

When a user selects "guest" in inviting people to a project, there should be an opportunity to manually enter an email for the guest. Also, guest should be listed at the top of the list of contacts


Reply to this email directly or view it on GitHub: https://github.com/New-Media/nu-new-media-film-project/issues/116

mcafeeryan commented 12 years ago

I agree, I think we should remove the guest feature at least on the front-end. It doesn't hurt keeping it around on the back-end in case we ever want to use it internally, but we shouldn't let our testers use it.

gpeal commented 12 years ago

Guest shouldn't exist anymore because Google should work on any server (localhost, projectstagecoach, stagecoachdev, etc) and facebook should work on projectstagecoach and possibly heroku. The reason Guest is showing up is because there is a user called Guest (from the guest account). That also brings up the point that for now the invite to project shows ALL users on stagecoach because at the beginning nobody really has contacts so it was difficult to test... Thoughts?

jontonsoup commented 12 years ago

Guest exists on mobile?

Jonathan Friedman Northwestern University | 2013 Computer Science 321.277.0866 | friedmanj@u.northwestern.edu

On May 2, 2012, at 11:24 PM, gpeal wrote:

Guest shouldn't exist anymore because Google should work on any server (localhost, projectstagecoach, stagecoachdev, etc) and facebook should work on projectstagecoach and possibly heroku. The reason Guest is showing up is because there is a user called Guest (from the guest account). That also brings up the point that for now the invite to project shows ALL users on stagecoach because at the beginning nobody really has contacts so it was difficult to test... Thoughts?


Reply to this email directly or view it on GitHub: https://github.com/New-Media/nu-new-media-film-project/issues/116#issuecomment-5480757

gpeal commented 12 years ago

Yes, you can still log in as guest on mobile