From 1801fdb052558a04b77c357dedfc07ba49038df5 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Sun, 29 Oct 2023 19:35:35 +0100 Subject: [PATCH] Add project creation details component. This is not usable at the moment as the backend requires even more details, such as binning parameters, which this dialogue does not provide. It might be a matter of relaxing the rules on the backend or, perhaps more likely, rethinking the project creation / editing frontend. Maybe refactoring the frontend so that saves are done in one go for the whole configuration as opposed to piecemeal as currently done might make it easier to work on a configuration (especially a new one) fully offline. --- .../project-settings/name-id-geodetics.vue | 94 +++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 lib/www/client/source/src/components/project-settings/name-id-geodetics.vue diff --git a/lib/www/client/source/src/components/project-settings/name-id-geodetics.vue b/lib/www/client/source/src/components/project-settings/name-id-geodetics.vue new file mode 100644 index 0000000..cfd9da5 --- /dev/null +++ b/lib/www/client/source/src/components/project-settings/name-id-geodetics.vue @@ -0,0 +1,94 @@ + + +