Skip to content
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

Temporarily removes advanced payout as an option #2295

Merged
merged 1 commit into from
Sep 28, 2018

Conversation

SaptakS
Copy link
Contributor

@SaptakS SaptakS commented Sep 28, 2018

Description

Temporarily remove advanced payout option until it is fixed both backend and frontend

Checklist
  • linter status: 100% pass
  • changes don't break existing behavior
  • commit message follows commit guidelines
Affected core subsystem(s)
Testing
Refers/Fixes

@codecov
Copy link

codecov bot commented Sep 28, 2018

Codecov Report

Merging #2295 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2295   +/-   ##
=======================================
  Coverage   27.77%   27.77%           
=======================================
  Files         142      142           
  Lines       11492    11492           
  Branches     1558     1558           
=======================================
  Hits         3192     3192           
  Misses       8189     8189           
  Partials      111      111
Impacted Files Coverage Δ
app/app/urls.py 86.04% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 535801f...5286eb9. Read the comment docs.

@@ -68,7 +68,7 @@ <h5>{% trans "Basic Payout." %}</h5>
</span>
</a>
</div>
<div class="w-100">
<!-- <div class="w-100">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance we can switch this to {% comment %} and the closure to {% endcomment %}

@@ -88,7 +88,7 @@
url(r'^new/?', dashboard.views.new_bounty, name='new_funding_short'),
path('issue/fulfill', dashboard.views.fulfill_bounty, name='fulfill_bounty'),
path('issue/accept', dashboard.views.accept_bounty, name='process_funding'),
path('issue/advanced_payout', dashboard.views.bulk_payout_bounty, name='bulk_payout_bounty'),
# path('issue/advanced_payout', dashboard.views.bulk_payout_bounty, name='bulk_payout_bounty'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@thelostone-mc thelostone-mc merged commit 4175acb into gitcoinco:master Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants