Skip to content

Commit

Permalink
chore: add 2024 edition store redeemables (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo authored Feb 5, 2024
1 parent 04aa484 commit 1a616cf
Show file tree
Hide file tree
Showing 28 changed files with 14 additions and 21 deletions.
19 changes: 0 additions & 19 deletions data/redeemables.csv

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added data/redeemables/images/spin-ticket.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 data/redeemables/images/stickers-24.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 data/redeemables/images/tshirt-cesium-23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
12 changes: 12 additions & 0 deletions data/redeemables/redeemables.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name,price,stock,max_per_user,description,is_redeemable,path_to_image
Varsity Jacket,300,7,1,Varsity Jacket LEI. Limitado ao stock existente.,yes,data/redeemables/images/varsity.png
Meias Brancas,75,5,1,Meias CeSIUM.,yes,data/redeemables/images/meias-brancas.png
Meias Laranja,75,5,1,Meias CeSIUM.,yes,data/redeemables/images/meias-laranja.png
T-shirt CeSIUM '23,200,30,1,T-shirt CeSIUM '23. Limitado ao stock existente.,yes,data/redeemables/images/tshirt-cesium-23.png
Hoodie SEI '22,400,10,1,Limitado ao stock existente.,yes,data/redeemables/images/hoodie-sei-22.png
Caneca SEI '23,300,20,1,Caneca SEI '23,yes,data/redeemables/images/caneca-sei-23.png
Caneca SEI '22,300,10,1,Caneca SEI '22,yes,data/redeemables/images/caneca-sei-22.png
Bloco SEI '23,125,100,1,Bloco SEI '23,yes,data/redeemables/images/caneca-sei-23.png
Bilhete da Roleta SEI RETRO,100,9999,9999,Bilhete pode ser utilizado para rodar a roleta SEI RETRO onde o participante se habilita a ganhar um prémio.,yes,data/redeemables/images/spin-ticket.png
Pack de Stickers,50,300,1,(Imagem Exemplificativa),yes,data/redeemables/images/stickers-24.png
T-shirt SEI '23,100,3,1,Limitado ao stock existente.,yes,data/redeemables/images/tshirt-sei-23.png
Binary file removed data/store/caneta-sei22.png
Binary file not shown.
Binary file removed data/store/square-bloco-caneta-trans.png
Binary file not shown.
Binary file removed data/store/square-caneta-trans.png
Binary file not shown.
Binary file removed data/store/square-chocolates-trans.png
Binary file not shown.
Binary file removed data/store/square-coderboy-trans.png
Binary file not shown.
Binary file removed data/store/square-codergirl-trans.png
Binary file not shown.
Binary file removed data/store/square-hoodie-dojo-trans.png
Binary file not shown.
Binary file removed data/store/square-hoodie-laranja-trans.png
Binary file not shown.
Binary file removed data/store/square-hoodie-preto-trans.png
Binary file not shown.
Binary file removed data/store/square-tshirt-2122-trans.png
Binary file not shown.
Binary file removed data/store/square-tshirt-2223-trans.png
Binary file not shown.
Binary file removed data/store/stickers.png
Binary file not shown.
Binary file removed data/store/tshirt-2021-trans.png
Binary file not shown.
2 changes: 1 addition & 1 deletion priv/repo/seeds/accounts.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule Safira.Repo.Seeds.Accounts do
end

defp seed_companies do
Companies.run(["data/sponsors.csv"])
Companies.run(["data/sponsors/sponsors.csv"])
end

defp seed_staffs do
Expand Down
2 changes: 1 addition & 1 deletion priv/repo/seeds/store.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defmodule Safira.Repo.Seeds.Store do
end

defp seed_redeemables do
Redeemables.run(["data/redeemables.csv"])
Redeemables.run(["data/redeemables/redeemables.csv"])
end

defp seed_buys do
Expand Down

0 comments on commit 1a616cf

Please sign in to comment.