-
-
Notifications
You must be signed in to change notification settings - Fork 771
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
gitcoinbot tune up #596
Comments
ok finished up the first requiremnt http://bits.owocki.com/2r1n3c0V2G0Z/Screen%20Shot%202018-03-12%20at%2011.38.59%20AM.png removing this from the list now |
…ot responds and tells the user to install the app. to make this work, the plan was to poll gitcoinbot for notifications and respond to them #596
This issue now has a funding of 0.1 ETH (69.79 USD @ $697.88/ETH) attached to it.
|
Work has been started on the 0.1 ETH (42.23 USD @ $422.33/ETH) funding by: Please work together and coordinate delivery of the issue scope. Gitcoin doesn't know enough about everyones skillsets / free time to say who should work on what, but we trust that the community is smart and well-intentioned enough to work together. As a general rule; if you start work first, youll be at the top of the above list ^^, and should have 'dibs' as long as you follow through. On the above list? Please leave a comment to let the funder (@owocki) and the other parties involved what you're working, with respect to this issue and your plans to resolve it. If you don't leave a comment, the funder may expire your submission at their discretion.
|
@owocki any particular text message for |
@zoek1 just stub in copy that you think makes sense and ill update it before deploying to prod if i dislike it :) |
@owocki, this way to handle bounds it's ok for you? Handle bounds Also, the start work command should call the new_interest function in dashboard/views or show the link to call such method? Last, what criteria will be used to store the requests onto GitcoinBotResponses? This feature is for cache all requests ? |
cool! very elegant!
seems more elegant to pull up the bounty detail page and automatically click the link... but i could also see 'highlight'ing the link being okay too
i'm not sure i follow the question... no this feature is not meant to cache all requests. i intended it such that an admin could build functionality into the bot over time without changing the code. for example, i as an admin could enter a |
thanks for the bump. just commented! |
Work for 0.1 ETH (52.01 USD @ $520.1/ETH) has been submitted by: Submitters, please leave a comment to let the funder (@owocki) (and the other parties involved) that you've submitted you work. If you don't leave a comment, the funder may expire your submission at their discretion.
|
The funding of 0.1 ETH (46.39 USD @ $463.89/ETH) attached to this issue has been approved & issued to @zoek1.
|
please read this before responding to this issue => https://github.com/gitcoinco/web/tree/master/app/gitcoinbot
https://gitcoin.co/issue/org/repo/num
instead ofhttps://gitcoin.co/funding/details/?url=url
)@gitcoinbot bounty 0 ETH
-- better bounds checking -- this should not work. check for negatives.GitcoinBotResponses
model to thegitcoinbot/models.py
file which has arequest
andresponse
varchar(500) field. program the bot such that if a user queries gitcoinbot with@gitcoinbot <request>
(case insensitive) it will respond with@user_who_queried_me <response>
The text was updated successfully, but these errors were encountered: