Skip to content

Commit

Permalink
Stats Icons Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Momin Imtiaz committed Oct 6, 2024
1 parent 0fd3b42 commit 9e5736e
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion ckanext/showcase/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ def filter_by_date(cls, query, created_start=None, created_end=None):

@classmethod
def filter_by_creator_user_id(cls, query, creator_user_id=None):
print('DEBUG99', creator_user_id)
if creator_user_id:
query = query \
.filter(model.Package.creator_user_id == creator_user_id)
Expand Down
Binary file added ckanext/showcase/public/images/r1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ckanext/showcase/public/images/r2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ckanext/showcase/public/images/r3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ckanext/showcase/public/images/r4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ckanext/showcase/public/images/r5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<div class="col-md-3 mt-3">
<div class="innerindicators">
<img src="/images/DR4.png">
<img src="/images/r2.png">
<p class="sectortitle">{{_('Pending')}}</p>
<p class="sectorcounter">
{{ statistics.status_breakdown.a or 0 }}
Expand All @@ -22,7 +22,7 @@

<div class="col-md-3 mt-3">
<div class="innerindicators">
<img src="/images/DR7.png">
<img src="/images/r3.png">
<p class="sectortitle">{{_('Rejected')}}</p>
<p class="sectorcounter">
{{ statistics.status_breakdown.c or 0 }}
Expand All @@ -35,7 +35,7 @@
<div class="col-md-3 mt-3">

<div class="innerindicators">
<img src="/images/DR6.png">
<img src="/images/r5.png">
<p class="sectortitle">{{_('Needs Revision')}}</p>
<p class="sectorcounter">
{{ statistics.status_breakdown.b or 0 }}
Expand All @@ -48,7 +48,7 @@
<div class="col-md-3 mt-3">

<div class="innerindicators">
<img src="/images/DR5.png">
<img src="/images/r4.png">
<p class="sectortitle">{{_('Approved')}}</p>
<p class="sectorcounter">
{{ statistics.status_breakdown.d or 0 }}
Expand Down

0 comments on commit 9e5736e

Please sign in to comment.