Commit Graph

24 Commits

Author SHA1 Message Date
7982fac365 Fix month navigation columns display 2023-01-15 22:47:42 +01:00
ee6fc48c90 Display results only for the current month 2023-01-15 22:43:39 +01:00
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
0ab8b99e4f Do not show points on line graph 2022-08-21 23:47:59 +02:00
0e58cb1142 Show current prices on webapp (table + graph) 2022-08-21 23:42:25 +02:00
45cbfa6775 Fix typo 2022-08-16 00:43:16 +02: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
b5e981291f Fix quotes (black) 2022-08-16 00:38:39 +02:00
907bb882a4 Plot prices using plotly 2022-08-06 22:38:08 +02:00
0f35f0ff91 Default to fr_FR.UTF8 locale if accept-language is broken 2022-08-05 22:18:31 +02:00
db44b051fb Show dates in more readable way in webapp 2022-07-31 18:23:35 +02:00
e749128b16 Sort imports with isort 2022-07-21 00:40:45 +02:00
d52c8df6f3 Fix crontab in README 2022-07-21 00:32:05 +02:00
c153aceaea Fix MySQLDatabase missing import 2022-07-21 00:31:27 +02:00
bffba8d70f Add README with installation instructions 2022-07-20 23:54:11 +02:00
62d691dd7a Add systemd service file 2022-07-20 23:53:51 +02:00
25c5a4179c Database: allow mysql, config in ini file
Also check for ini file existence at startup
2022-07-20 23:31:12 +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