You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Redemptions tab, we need to see the sum of all of Redemption Requests. i.e. 800$ or 1400$ etc.
Need a filter in Redemptions tab for Open/Closed redemptions.
Sorting on Columns (currently it's by date) but it's helpful to also be able to sort by Store. I can find out how many Amazon eGift cards I need to purchase!
Export Redemption Requests to CSV file.
Personal Profile: Everyone should be able to see the "points history" tab for all users. This will help motivate people.
The text was updated successfully, but these errors were encountered:
* Sum of all of Redemption Requests[#296]
A helper method added to print the total capital value of redeemable
points.
* Sum of all Redemption Requests [#296]
A helper method added to display the capital value of total redeemable points.
@gautamrege currently the third specification of sorting on columns is by store which is static
i.e
The records will be retrieved from the data base in sorted order on the basis of store then on
by date.
what sethu sir told me to implement is to load the table using StreamTable but the conflict is
StreamTable retrieves all records from db and perform pagination and sorting on columns on the client side.
The page is currently implemented using kaminari gem which performs pagination on server side.
So, how we have to implement this specification.
Here are some changes I need for admin access:
Personal Profile: Everyone should be able to see the "points history" tab for all users. This will help motivate people.
The text was updated successfully, but these errors were encountered: