Skip to content

Commit 7548884

Browse files
authored
restructuring of projects and adds first research project along with applying eslint/prettier (#13)
1 parent 5f19bdd commit 7548884

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+46899
-1956
lines changed

backend/api/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"corsheaders",
5353
"actions_dashboard",
5454
"webhook",
55+
"dataset",
5556
]
5657

5758
MIDDLEWARE = [

backend/api/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
urlpatterns = [
2222
path("", include("actions_dashboard.urls")),
2323
path("", include("webhook.urls")),
24+
path("", include("dataset.urls")),
2425
]

backend/data/monthly_nitrate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"April": 4.614287815496616,
3+
"May": 8.844175959894379,
4+
"June": 16.394273152080324,
5+
"July": 22.651752342149276,
6+
"August": 20.596808084517406,
7+
"September": 14.254186200619598,
8+
"October": 7.307861545175117
9+
}

backend/data/nitrate_data_2014.json

Lines changed: 782 additions & 0 deletions
Large diffs are not rendered by default.

backend/data/nitrate_data_2015.json

Lines changed: 2576 additions & 0 deletions
Large diffs are not rendered by default.

backend/data/nitrate_data_2016.json

Lines changed: 2888 additions & 0 deletions
Large diffs are not rendered by default.

backend/data/nitrate_data_2017.json

Lines changed: 4630 additions & 0 deletions
Large diffs are not rendered by default.

backend/data/nitrate_data_2018.json

Lines changed: 2160 additions & 0 deletions
Large diffs are not rendered by default.

backend/data/nitrate_data_2019.json

Lines changed: 3200 additions & 0 deletions
Large diffs are not rendered by default.

backend/data/nitrate_data_2020.json

Lines changed: 1848 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)