Skip to content
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

Implement Trust Bonus Twitter Verification #7519

Merged
merged 3 commits into from
Sep 24, 2020

Conversation

apbendi
Copy link
Contributor

@apbendi apbendi commented Sep 24, 2020

Add's Twitter verification to the Trust Bonus tab.

Screen Shot 2020-09-23 at 10 04 12 PM

Adds two new fields to the Profile model: is_twitter_verified, which can be used for the CLR Matching functionality, and twitter_handle, which is the twitter name they verified as theres.

This PR does NOT add any interface for adding Twitter to your profile, or updating your Twitter. These features can be added at a later date.

On the Trust Bonus screen, there is a Vue based modal flow for sending the required tweet, entering your twitter name, and having the presence of the Tweet validated.

Screen Shot 2020-09-23 at 10 04 22 PM

Screen Shot 2020-09-23 at 10 04 44 PM

Screen Shot 2020-09-23 at 10 05 00 PM

* Add Twitter row to Active section of Trust bonus
  tab w/ conditional verify button
* Add fields to user Profile to track twitter verification
  status and the verified handle
* Implement Vue modal flow to have user Tweet a specific
  sentence, use Twitter API to validate that Tweet is there
@thelostone-mc thelostone-mc merged commit d5e5582 into gitcoinco:stable Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants