From 020afbb4195c58d7efa2aeae155dd8941d05a55d Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Sun, 1 Oct 2023 13:42:40 +0200 Subject: [PATCH] [TASK] add csv --- .gitignore | 2 +- frontend/static/csv/stats.csv | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 frontend/static/csv/stats.csv diff --git a/.gitignore b/.gitignore index 911a738..d17d371 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ db.sqlite .history/ Rocket.toml frontend/node_modules/* -static/ +/static/ diff --git a/frontend/static/csv/stats.csv b/frontend/static/csv/stats.csv new file mode 100644 index 0000000..8fafae2 --- /dev/null +++ b/frontend/static/csv/stats.csv @@ -0,0 +1,15 @@ +date,km +2023-01-01,5 +2023-02-01,24 +2023-03-01,56 +2023-04-01,122 +2023-04-13,232 +2023-05-01,456 +2023-06-01,567 +2023-07-01,765 +2023-08-01,801 +2023-09-01,903 +2023-10-01,1002 +2023-11-01,1100 +2023-12-01,1203 +2023-12-30,1340 \ No newline at end of file