-
Notifications
You must be signed in to change notification settings - Fork 2
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
Improve how we add speakers for talks that have two speakers #69
Comments
This is now done via the heroku console. Should have an interface for this! |
Speaker.create! :user_id => 305, :talk_id => 82 |
Would an appropriate solution be to let "any logged in user with a connection to the talk" add/remove speakers under the /talks/x/edit page? |
vote yes |
What about this? Given two registered users, Alice and Bob. Alice registers a new talk, Bob then requests to become co-speaker (Button on the talk-page?). Alice can then accept Bob as co-speaker or reject his request. Technically this could be done with a boolean-flag (e.g. "confirmed") on the Speaker model. |
sorry, wrong button. |
I've already told the github folks that the "comment & close" button should :) |
Oh yeah, and I think the solution you propose sounds like it could work. I haven't looked closely into what happens when Bob originally registers as a regular user (and pays) before requesting to co-host a talk though. I suspect that's a case we would normally not handle and if that is the case we should also add some instructions somewhere. |
This should be an automatic process, not requiring any work on our behalf.
The text was updated successfully, but these errors were encountered: