-
-
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
Code Faucet Page #184
Comments
note: you may wish to rely on the github integration coded here #156 |
This issue now has a funding of 0.13 ETH (89.98 USD) attached to it.
|
The funding of 0.13 ETH (89.98 USD) attached has been claimed by @usulix. @usulix, please leave a comment to let the funder (@owocki) and the other parties involved your implementation plan. If you don't leave a comment, the funder may expire your claim at their discretion.
|
Thanks |
yes pls
you can use the default django admin view for the list.. copying some of the patteresn from |
@owocki
ie. for that error... "Thank you for your interest in receiving a faucet distribution, but you have more ether currently in your wallet than the distribution." So, unless it is a problem, I am creating a new (ZF1 I would call it a module.. not sure about Django name for it) section under app with dashboard, marketing, retail.. etc called faucet... that way the views and models can be modular and contained there [while staying as DRY as possible, of course].. sound ok ? |
yes that sounds right. you shouldnt need any of the |
It’s for the former
On Fri, Dec 29, 2017 at 5:03 PM usulix ***@***.***> wrote:
@owocki <https://github.com/owocki> - I see comments in the model...
should that be an optional field on the form for users to put in something
like "I am going to claim issue #184
<#184>" ?... or is it for admin
notes at some point ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#184 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAfXiaTs4v8Im20tguytuVXVFpCwilqnks5tFX25gaJpZM4ROpbt>
.
…_________________________________________
check out what i'm building on github <http://github.com/owocki>
or what i'm shooting on photoshelter <http://photography.owocki.com/>
or find me on twitter <http://www.twitter.com/owocki>, facebook
<http://www.facebook.com/kevinowocki>, instagram
<http://instagram.com/owocki>, linkedin <http://www.linkedin.com/in/owocki>,
and owocki.com <http://www.owocki.com/?utm_source=emailsig>.
see you around teh internets!
PS -- Come to the next Boulder Blockchain
<https://www.meetup.com/Boulder-Blockchain/> meetup. Be there or be ^ 2.
PPS -- Have I mentioned that *G**itcoin is live?* More @ https://gitcoin.co
|
@owocki , I will need to take a look at the client side setup and add that to the template in admin. I have obligations Tuesday but should be able to finish Wednesday. Regards, |
thanks for the update..
i wonder if we could get around this with some simple javascript.. just something simple that submits the tx to web3 and submits the HTML form after it has. |
i think i need to review @usulix 's PR :) |
@owocki Did you get to this? An exciting feature worth a small content piece, whenever ready - IMHO :) |
yes i am waiting on @usulix to turnaround my comments on the PR |
per @usulix message on slack.. he is super busy at work and needs some help getting this across the finish line.. i need to confirm with him, but i think yall should split the ETH. anyone want? @ethikz @thelostone-mc ? |
I've added his repo as a remote and cloned it. Just trying to catch up on what's going. If @thelostone-mc gets to it before me then awesome, if not I'll let you know once I go through everything. |
@ethikz thanks. and any questions, I can probably field a couple. as far as I recall... it is basically just in need of
|
@ethikz this one is yours! |
@usulix awesome! thanks for letting me know and saving me some more reading time lol. Hopefully, I won't have too many if any questions but I'll be sure to reach out if I do! @thelostone-mc haha ok. I'll spend some time on it this weekend but will be traveling to multiple destinations for a bit so won't be able to really work on anything then. |
@usulix so the page Am I understanding that correctly? |
Yes, there are comps at https://github.com/gitcoinco/web/files/1599926/Gitcoin_Faucet.2.zip attached to that ticket |
The comps are different than the pages so I wanted to make sure before I started making all the UI changes lol. Thanks! |
It worked for me last time I ran it... No errors or oddities. I will check again this weekend and let you know if I get different results.
…Sent from my iPhone
On Jan 31, 2018, at 7:44 AM, Josh Christensen ***@***.***> wrote:
@usulix Did you run into an issue when running docker?
print request.POST.get('destinationAccount')
web_1 | ^
web_1 | SyntaxError: invalid syntax
I fixed that by adding () around it but now there is another error
File "/code/app/faucet/views.py", line 10, in <module>
web_1 | from models import FaucetRequest
web_1 | ModuleNotFoundError: No module named 'models'
=
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@usulix Are you on Gitcoin slack? |
Oh ok, didn't find your username. So for sake of going back and forth can you just message me when you get on. |
i moved this over to a new place => #407 once that scope is completed, i will pay out both bounties |
Spec
Very often, I get people who want to claim an issue on Gitcoin but can't because they don't have ETH. Either there are no exchanges in their area, or they dont have the mone yto spend on gas.
Pursuant to making ethereum and Gitcoin accessible to everyone as broadly as possible, I would like to design a page entitled 'faucet' in which a user can go to the page and submit an application to receive a small amount of ETH.
Functional spec:
web3.eth.coinbase
address, and should be validated as an ethereum address.FaucetApplication
( a new model)settings.SERVER_EMAIL
notifying the admin of the faucet application.New database model proposal
FaucetApplication
-pk
References
#173 (comment)
frontend design for this page: #184
Bounty
Please only claim this bounty if you can turn it around in the next 3 days.
The text was updated successfully, but these errors were encountered: