From c5f8534bd896781f64beb6d558b8d7ffd25fd91a Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 30 May 2022 15:37:22 +0200 Subject: [PATCH] add list, json, show, edit, delete and add form --- admin/src/ContributionLinks.json | 8 +++ admin/src/pages/Overview.vue | 107 +++++++++++++++++++++++++++++++ 2 files changed, 115 insertions(+) create mode 100644 admin/src/ContributionLinks.json diff --git a/admin/src/ContributionLinks.json b/admin/src/ContributionLinks.json new file mode 100644 index 000000000..55cac89bf --- /dev/null +++ b/admin/src/ContributionLinks.json @@ -0,0 +1,8 @@ +{ + "fields": ["Name", "Text", "GDD", "startDate", "endDate", "delete", "edit", "show"], + "ContributionLinks":[ + {"Name":"John1", "Text":"Doe1 ", "GDD":"200", "startDate":"", "endDate":""}, + {"Name":"John2", "Text":"Doe2", "GDD":"300", "startDate":"", "endDate":""}, + {"Name":"John3", "Text":"Doe3", "GDD":"400", "startDate":"", "endDate":""} + ] +} \ No newline at end of file diff --git a/admin/src/pages/Overview.vue b/admin/src/pages/Overview.vue index ed7ac8ad7..590089e54 100644 --- a/admin/src/pages/Overview.vue +++ b/admin/src/pages/Overview.vue @@ -28,14 +28,121 @@ +
{{ ContributionLinks }}
+ + + + New Contribution + + + +

New Contribution

+ + + + + + + + + + + + +
+ + + + + + +
+
+ Anlegen + Reset +
+
+
+
+ + + + + + + + +