Commit Graph

10 Commits

Author SHA1 Message Date
48391ee808 Retrieve max_quantity and check if quantity belongs to interval
This is because min_level was adjusted recently. Now we check if 500L
and 1000L belongs to the given intervals, and we do not assum they are
lower bounds of such intervals.
2022-11-19 22:13:54 +01:00
10d288f3c1 Add prices for lower quantities (500-999L)
Don't forget to run the migratedb command
2022-08-16 00:39:22 +02:00
e749128b16 Sort imports with isort 2022-07-21 00:40:45 +02:00
7f33df91ef Add CLI command to init database 2022-07-20 23:28:45 +02:00
083451d506 Store graphql query inside function + rename function 2022-07-20 22:44:37 +02:00
49d8004b71 Show last 10 prices by default in CLI 2022-07-20 22:36:13 +02:00
b190eebe46 Show prices through a minimal webapp 2022-07-10 23:12:26 +02:00
577ad61cf2 Add CLI arguments 2022-07-10 22:21:48 +02:00
6222214a89 Save prices to database (sqlite) 2022-07-10 21:07:06 +02:00
dfb8edc01b First version, get current price with CLI 2022-07-10 20:34:35 +02:00