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 +
+
+
+
+ + + + + + + + +