From bf85ce7a2be9c59e688bfdf6bb4f4c08cf50c39b Mon Sep 17 00:00:00 2001
From: RoryPTB <47696929+RoryPTB@users.noreply.github.com>
Date: Thu, 18 Jan 2024 18:44:28 +0100
Subject: [PATCH] Metadata form fresh start 1
---
src/components/DiscoveryMetadataForm.vue | 810 ++------------
src/components/DiscoveryMetadataFormOld.vue | 1055 +++++++++++++++++++
2 files changed, 1124 insertions(+), 741 deletions(-)
create mode 100644 src/components/DiscoveryMetadataFormOld.vue
diff --git a/src/components/DiscoveryMetadataForm.vue b/src/components/DiscoveryMetadataForm.vue
index cce8efa..446d46f 100644
--- a/src/components/DiscoveryMetadataForm.vue
+++ b/src/components/DiscoveryMetadataForm.vue
@@ -2,20 +2,19 @@
-
+
+
Datasets
-
-
-
-
-
+
+
-
+
+
@@ -179,7 +178,9 @@
-
+
+
Reset
@@ -192,17 +193,18 @@
+ :disabled="!formFilledAndValidated" v-if="validated" append-icon="mdi-arrow-down-bold-box-outline">
Export
+ :disabled="!formFilledAndValidated" v-if="metadataValidated" append-icon="mdi-cloud-upload">
Submit
-
+
+
{{ message }}
@@ -212,11 +214,12 @@
\ No newline at end of file
diff --git a/src/components/DiscoveryMetadataFormOld.vue b/src/components/DiscoveryMetadataFormOld.vue
new file mode 100644
index 0000000..0eec824
--- /dev/null
+++ b/src/components/DiscoveryMetadataFormOld.vue
@@ -0,0 +1,1055 @@
+
+
+
+
+
+ Datasets
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Reset
+
+
+
+
+
+ Validate
+
+
+
+ Export
+
+
+
+ Submit
+
+
+
+
+ {{ message }}
+
+
+
+
+
+
+
\ No newline at end of file