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
+
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 @@
Guide
-
- ARC
3N is a collection of uncertainties regarding confidentiality in software
- development. It integrates into an eclipse tool. More information can be found in the
-
guide and on
Github.
-
-
-
-
ARC3N
- In the archive you can find a list of all uncertainties
- in the database. Clicking a row leads to a more detailed view of the uncertainty giving a more
- detailed description and other related uncertainties.
- An overview of the classes can be found here.
- Click on a category to get to a more detailed view.
- The uncertainties are managed through Github issues. They are used as a discussion forum. To
- create a new issue according to the template you can use the
- creation page.
-
-
-
-
Eclipse tool
-
+
Work in progress. ETA 2025.
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.