-
Notifications
You must be signed in to change notification settings - Fork 37
TAN-6049 Claiming mechanism FE #12781
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
Closed
luucvanderzee
wants to merge
37
commits into
TAN-6041-sign-up-after-participation
from
TAN-6049-claiming-mechanism-FE
Closed
TAN-6049 Claiming mechanism FE #12781
luucvanderzee
wants to merge
37
commits into
TAN-6041-sign-up-after-participation
from
TAN-6049-claiming-mechanism-FE
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gate account-less posting of ideas and proposals behind a feature flag.
Introduces the claim_tokens table and ClaimToken model for the participation claiming mechanism. Allows guests to claim their contributions after creating an account.
The `idea` variable was defined but never used in the native survey phase context. Cleaning it up to improve code clarity and reduce clutter.
Replaces `json_parse` usage with more `response_data` and `json_response_body` helpers.
When users sign up via email/password, they can pass claim_tokens to associate participation data they created as guests before registration. � Conflicts: � back/spec/acceptance/users_spec.rb
The base branch (TAN-5742/prep-work) replaced the ConfirmUser interactor with UserConfirmationService. Our previous claiming logic in ConfirmUser was lost during the rebase, so we re-add `ClaimTokenService.complete(user)` to the new `confirm_user!` method.
Allows to self-heal and automatically completes pending claims if the `user_confirmation` flag is turned off.
…iming-mechanism-FE
…iming-mechanism-FE
Collaborator
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog