-
-
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
As a user, I would like to be able to request money from someon, so I can get paid and remind a forgetful funder. #6220
Conversation
What happens when a user isn't logged? Should be redirected to the login page? @owocki |
yes
…On Fri, Mar 13, 2020 at 3:59 AM Miguel Angel Gordián < ***@***.***> wrote:
What happens when a user isn't logged? Should be redirected to the login
page? @owocki <https://github.com/owocki>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6220 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD5PCN3FLM2QSODOVX3OXDRHH7ZNANCNFSM4LG6ZNVQ>
.
_________________________________________
gitcoin is live and has generated over $3.5mm for Open Source Software - see
our results <https://gitcoin.co/results>
|
ee16b8d
to
511a31b
Compare
Codecov Report
@@ Coverage Diff @@
## master #6220 +/- ##
==========================================
+ Coverage 27.58% 28.23% +0.65%
==========================================
Files 282 278 -4
Lines 26116 25459 -657
Branches 3847 3726 -121
==========================================
- Hits 7203 7189 -14
+ Misses 18649 17989 -660
- Partials 264 281 +17
Continue to review full report at Codecov.
|
$('#request').on('click', function(e) { | ||
e.preventDefault(); | ||
if ($(this).hasClass('disabled')) | ||
return; |
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.
you need to validate that the user has accepted the TOS
@@ -1773,6 +1773,26 @@ def __str__(self): | |||
return f"tip: {self.tip.pk} profile: {self.profile.handle}" | |||
|
|||
|
|||
class FundRequest(SuperModel): |
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.
can you add this model to dashboard/admin
import economy.models | ||
|
||
|
||
class Migration(migrations.Migration): |
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.
CommandError: Conflicting migrations detected; multiple leaf nodes in the migration graph: (0093_auto_20200324_1653, 0095_hackathonevent_visible in dashboard).
To fix them run 'python manage.py makemigrations --merge'
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.
we are avoiding "merge" on this cases where the migration is on a Pr need to be deleted and recreated.
@zoek1 just left a few small comments. looking really good! this will save a lot of time and heartache and reduce miscommunication i think @danlipert @gitcoinco/engineers any chance this can get an 👀 pls? |
looks great; very impressive art AND you read the instructions and delivered an svg that matches the spec :) yay!!! anything i should put in your bio on-site for delivering this avatar? |
shit i hit merge on the wrong PR (this one). here is a PR that reverts my merge #6386 |
@zoek1 now this was reverted, can you recreate this PR ? |
Sure @Octavio, also i'll add the requests changes 🙂 |
No problem :) I'm finishing another task for the hackathon view and after that, I'll add the requested changes here |
@zoek1 can you link the new PR here? im keen to get this live sono! |
*soon |
Working on it right now, I think in a couple of hours it will be finished 😄 |
thanks :)
…On Thu, Apr 9, 2020 at 1:03 AM Miguel Angel Gordián < ***@***.***> wrote:
New PR @owocki <https://github.com/owocki> #6411
<#6411>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6220 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD5PCOBAY3SZKS5MKDOL5DRLVXLPANCNFSM4LG6ZNVQ>
.
_________________________________________
gitcoin is live and has generated over $4.0mm for Open Source Software - see
our results <https://gitcoin.co/results>
|
Description
Refers/Fixes
As a user, I would like to be able to request money from someon, so I can get paid and remind a forgetful funder. #6193
Testing
Demo: https://www.dropbox.com/s/3jmejmc052hyjfy/2020-03-24%2011-56-28.flv?dl=0
Email template