-
Notifications
You must be signed in to change notification settings - Fork 53
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
Proposal transfers #62
Comments
An urgent requirement is for the review team to transfer a proposal to a different user. Can we start with a simpler version of the above spec, where a review team member, can transfer a proposal to a given lastuser account without requiring the latter to confirm? |
Funnel can now benefit from automatic scope introduced in hasgeek/lastuser#166 in Feb 2016. There is no longer an AuthToken problem. |
Closed in #451. |
Owners of a proposal (
speaker_id
column if set, elseuser_id
) can transfer proposals to any other user who has a Lastuser account. Funnel will make a holding account for them if they have never logged into Funnel before.A user who has been assigned a proposal can also decline it, restoring ownership to the user who proposed it.
Caveats: Funnel will now have the same problem as HGTV: it won't be notified if the user edits their account without ever logging into Funnel.
TODO: Can Accept/Decline be a UI element? Can an assignment to another user be proposed without confirmation? Perhaps this requires a new
transferred_id
column that stores the user it has been transferred to until they accept it.The text was updated successfully, but these errors were encountered: