From bb2e14ac0dbe687dd147b5266ba4da8ae4788f36 Mon Sep 17 00:00:00 2001 From: Sebastian Hahner Date: Mon, 22 Apr 2024 14:33:56 +0200 Subject: [PATCH] Hide guide. Format export preview. --- README.md | 7 ------ .../src/components/NavBar.vue | 8 ------- .../encoder/UncertaintyIssueEncoder.ts | 3 +-- UncertaintySourceArchive/src/router/index.ts | 5 ++--- .../src/views/ExportView.vue | 12 +++++----- .../src/views/GuideView.vue | 22 +------------------ .../src/views/HomeView.vue | 5 ++++- 7 files changed, 13 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index a4701a7..7abbe51 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,5 @@ This repository hosts a webtool for collecting uncertainties in software designs It allows a comprehensive overview of known uncertainties that can impact data confidentiality. Additionally, software architects can collaborate on the knowledge through GitHub issues, which can be accessed from within the tool. -For more information see the [guide](arc3n.abunai.dev/guide). - To access the tool use the following link: https://arc3n.abunai.dev/ - - - - - diff --git a/UncertaintySourceArchive/src/components/NavBar.vue b/UncertaintySourceArchive/src/components/NavBar.vue index 7d02ec7..313166a 100644 --- a/UncertaintySourceArchive/src/components/NavBar.vue +++ b/UncertaintySourceArchive/src/components/NavBar.vue @@ -41,14 +41,6 @@ })) " /> -

- For more information on how to use the data, please refer to the - guide - and + For more information on how to use the data, please refer to abunai.dev. @@ -41,15 +39,15 @@

-
-

File Preview

+
+

> cat data.json

+ >
diff --git a/UncertaintySourceArchive/src/views/GuideView.vue b/UncertaintySourceArchive/src/views/GuideView.vue index 0658a35..a68e8e3 100644 --- a/UncertaintySourceArchive/src/views/GuideView.vue +++ b/UncertaintySourceArchive/src/views/GuideView.vue @@ -1,27 +1,7 @@ diff --git a/UncertaintySourceArchive/src/views/HomeView.vue b/UncertaintySourceArchive/src/views/HomeView.vue index 7363c7e..4b9321c 100644 --- a/UncertaintySourceArchive/src/views/HomeView.vue +++ b/UncertaintySourceArchive/src/views/HomeView.vue @@ -32,7 +32,10 @@ ARC3N is part of the ABUNAI research project which provides a comprehensive process of uncertainty-aware confidentiality analysis [3]. To - learn more about the project, visit the project website. + learn more about the project, visit the + project website.