-
-
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
Share amount and tokens #6927
Share amount and tokens #6927
Conversation
|
||
for ele in grants_data: | ||
# new format will support amount and token in the URL separated by ; | ||
grant_data = ele.split(';') |
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.
is this backwards compatible with the old links that have already been shared out in the wild?
https://bits.owocki.com/RBuq96nd hmm it isnt working for me for some reason. i had 2 DAI grants and 1 ETH grant in my cart |
hmmm yeah it just seems to clear my cart. derp https://gitcoin.co/grants/cart/bulk-add/351;1;283,237;5;283,15;1;283,13;5;283,:owocki |
The current "share My cart" prefills automatically the domain with gitcoin.co, it needs substitute manually the domain of your host in testing |
just tested this and it works fine. looks like its backwards compartible with the old style links too ( http://localhost:8000/grants/cart/bulk-add/567,143,:owocki ) cool! |
Description
https://www.loom.com/share/092a487867f44753a6e56c43c80a00d2
Refers/Fixes
Testing