-
Notifications
You must be signed in to change notification settings - Fork 16
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
Allow a user to pause their swapping availability #466
Comments
/cc @baob |
Also update db/schema.rb. This is a first step towards solving swapmyvote#466.
@baob commented on June 13, 2021 9:57 PM:
That sounds great to me! |
Also update db/schema.rb. This is a first step towards solving swapmyvote#466.
relates to #620 |
Reviewing this as part of #561, as the issue is linked from the FAQ. Can I check that the 'set both willing and preferred to the same party' hack no longer works? |
Doubly correct: it no longer works, and also yes, you can check that simply by trying it 😜 |
Previously, we relied on an ugly hack where users could pause their swapping availability by setting their preferred and willing parties to the same party. However we needed to ditch that in order to address the obvious usability problems that causes, as mentioned in #70.
So let's split the pause functionality out into this separate issue, to work on later.
The text was updated successfully, but these errors were encountered: