From 8a612c60fb0b7bfa3622e08bc81369d7d813cc46 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 31 May 2022 08:35:26 +0200 Subject: [PATCH] add components AutomaticCreation, AutomaticCreationForm, AutomaticCreationList --- admin/src/ContributionLinks.json | 8 -- admin/src/components/AutomaticCreation.vue | 40 +++++++ .../src/components/AutomaticCreationForm.vue | 70 +++++++++++ .../src/components/AutomaticCreationList.vue | 34 ++++++ admin/src/components/ContributionsForm.vue | 53 ++++++++ admin/src/pages/Overview.vue | 113 ++---------------- 6 files changed, 207 insertions(+), 111 deletions(-) delete mode 100644 admin/src/ContributionLinks.json create mode 100644 admin/src/components/AutomaticCreation.vue create mode 100644 admin/src/components/AutomaticCreationForm.vue create mode 100644 admin/src/components/AutomaticCreationList.vue create mode 100644 admin/src/components/ContributionsForm.vue diff --git a/admin/src/ContributionLinks.json b/admin/src/ContributionLinks.json deleted file mode 100644 index 55cac89bf..000000000 --- a/admin/src/ContributionLinks.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "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/components/AutomaticCreation.vue b/admin/src/components/AutomaticCreation.vue new file mode 100644 index 000000000..0d087c233 --- /dev/null +++ b/admin/src/components/AutomaticCreation.vue @@ -0,0 +1,40 @@ + + diff --git a/admin/src/components/AutomaticCreationForm.vue b/admin/src/components/AutomaticCreationForm.vue new file mode 100644 index 000000000..543995ea9 --- /dev/null +++ b/admin/src/components/AutomaticCreationForm.vue @@ -0,0 +1,70 @@ + + diff --git a/admin/src/components/AutomaticCreationList.vue b/admin/src/components/AutomaticCreationList.vue new file mode 100644 index 000000000..7094f1b68 --- /dev/null +++ b/admin/src/components/AutomaticCreationList.vue @@ -0,0 +1,34 @@ + + diff --git a/admin/src/components/ContributionsForm.vue b/admin/src/components/ContributionsForm.vue new file mode 100644 index 000000000..ec59f8a78 --- /dev/null +++ b/admin/src/components/ContributionsForm.vue @@ -0,0 +1,53 @@ + + diff --git a/admin/src/pages/Overview.vue b/admin/src/pages/Overview.vue index 590089e54..edfd12686 100644 --- a/admin/src/pages/Overview.vue +++ b/admin/src/pages/Overview.vue @@ -28,121 +28,28 @@ -
{{ ContributionLinks }}
- - - + New Contribution - - - -

New Contribution

- - - - - - - - - - - - -
- - - - - - -
-
- Anlegen - Reset -
-
-
-
- - - - - - - - -
+