-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
9987 kill quadratic lands w migrations #10137
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good with this approach !
Left a comment on the migration update but otherwise LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one small suggestion (non-blocker).
looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I've a left a comment about somewhere that might have been missed, but other than that, looking great! 🚀
Description
As a Gitcoin user
I want to only see the decentralized version of the Quadratic Lands site
So that I am only seeing the correct, community-owned information
Acceptance Criteria
GIVEN that I am on gitcoin.co
WHEN I try to visit https://gitcoin.co/quadraticlands
THEN I am sent to http://decentralized.quadraticlands.com/
we no longer should be maintaining this portion of the site. it is now managed by the DAO per https://gitcoin.co/issue/gitcoinco/skunkworks/239/100026286
Refers/Fixes
fixes: #9987
According to https://techstream.org/Bits/Remove-App-From-Django-Project its best to follow this up with another PR that fully removes the app from the monorepo. Still pretty new to django so open to suggestions on this 😄