Track coupons
This commit is contained in:
parent
bcab0d3a2a
commit
c5984b53d2
7 changed files with 53 additions and 5 deletions
|
@ -38,10 +38,9 @@ Python scripts to generate a mobile-friendly static site for tracking tcg cards
|
|||
#+END_SRC
|
||||
- Save a header image to =build/assets/header.png=
|
||||
- Save each stage of a filled sketchpad to =build/assets/sketch/=, as =00.gif=, =01.gif=, etc.
|
||||
- Save coupons to =build/assets/coupons/=, with filenames that match the codes you’ve given them in =log.py=.
|
||||
- Add level images manually to =build/assets/levels/=
|
||||
- Add custom CSS to =build/user.css=
|
||||
*** Updating and building
|
||||
- For each transaction, add a dictionary ={}= to the =log= list like in the example (removing any of ="received"=, ="lost"=, ="crayons"=, ="decks"= that aren’t relevant).
|
||||
- For each transaction, add a dictionary ={}= to the =log= list like in the example (removing any of ="received"=, ="lost"=, ="crayons"=, ="decks"=, ="coupons">= that aren’t relevant).
|
||||
- Run =./build.sh= in this directory to download the relevant card images and then upload everything to the server.
|
||||
** Currently unaccounted for
|
||||
- Coupons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue