This adds comments and additional ticket types to src/chunithm/static/charge.ts, without making any changes to which tickets are currently enabled or their cost. (This should probably still be made configurable at some point but I haven’t really given it much thought yet).
Tau had asked if there were additional ticket types we should add when submitting the original ticket functionality, and I did not know how the charge item data was stored at the time. Now that I do, here it is :)
In GitLab by @GRIM.657 on Jun 2, 2021, 19:43
Merges comments -> master
Originally from !31, separated by request.
This adds comments and additional ticket types to
src/chunithm/static/charge.ts
, without making any changes to which tickets are currently enabled or their cost. (This should probably still be made configurable at some point but I haven’t really given it much thought yet).Tau had asked if there were additional ticket types we should add when submitting the original ticket functionality, and I did not know how the charge item data was stored at the time. Now that I do, here it is :)