issues
search
jaydenwindle
/
decode2017
One awesome shopify giveaway app developed at decode 2017!
Apache License 2.0
4
stars
1
forks
source link
Changed win logic
#30
Closed
jaydenwindle
closed
7 years ago
jaydenwindle
commented
7 years ago
Fixes:
Added a
winners
list to the giveaway model so we can persist the list of winners
Added
item_won
to user model to store the product id if the user wins
Changed
show
route to list participants if giveaway is still ongoing, otherwise list all the winners and the things they won
Disabled the ajax participant count update in
dash_main.js
because it was running too often and causing shopify to reject subsequent API calls
Fixes:
winners
list to the giveaway model so we can persist the list of winnersitem_won
to user model to store the product id if the user winsshow
route to list participants if giveaway is still ongoing, otherwise list all the winners and the things they wondash_main.js
because it was running too often and causing shopify to reject subsequent API calls