diff --git a/README.md b/README.md new file mode 100644 index 0000000..992a69b --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +# Overview + +This repository includes a prototype 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. + +To access the tool use the following link: +https://abunai-dev.github.io/UncertaintySourceArchive/ + + +# Functions +![Table View](screenshot_table_total.png) +![Search and Filter](screenshot_search_filter.png) +Table View: +F2: Sort Table Ascending/Descending +F3: Filter Table by Multiple Properties +F4: Search for specific Uncertainty +F5: Reset Filters and Search + + +![Uncertainty Detail Information](screenshot_uncertainty_top.png) +![Uncertainty Detail Classification](screenshot_uncertainty_classification.png) +![Uncertainty Detail Example and Discussion](screenshot_uncertainty_bottom.png) +Uncertainty Detail View: +F6: Show Definition +F7: Show Keywords +F8: Show Classification Properties +F9: Show Example +F10: Show Related Uncertainties +F11: Link to Discussion on GitHub + +![Classification Category Information](screenshot_classification_top.png) +![Classification Category Description](screenshot_classification_bottom.png) +Classification Detail View: +F12: Show Description +F13: Show Options +F14: Show Graphic Representation +F15: Filter Table by Option +F16: Link to Discussion on GitHub +Table 5.1: Features included in prototype + + + + diff --git a/screenshot_classification_bottom.png b/screenshot_classification_bottom.png new file mode 100644 index 0000000..78e1f10 Binary files /dev/null and b/screenshot_classification_bottom.png differ diff --git a/screenshot_classification_top.png b/screenshot_classification_top.png new file mode 100644 index 0000000..2e6e57d Binary files /dev/null and b/screenshot_classification_top.png differ diff --git a/screenshot_search_filter.png b/screenshot_search_filter.png new file mode 100644 index 0000000..2fabbf5 Binary files /dev/null and b/screenshot_search_filter.png differ diff --git a/screenshot_table_total.png b/screenshot_table_total.png new file mode 100644 index 0000000..4a22a19 Binary files /dev/null and b/screenshot_table_total.png differ diff --git a/screenshot_uncertainty_bottom.png b/screenshot_uncertainty_bottom.png new file mode 100644 index 0000000..1f4d51a Binary files /dev/null and b/screenshot_uncertainty_bottom.png differ diff --git a/screenshot_uncertainty_classification.png b/screenshot_uncertainty_classification.png new file mode 100644 index 0000000..9fe4623 Binary files /dev/null and b/screenshot_uncertainty_classification.png differ diff --git a/screenshot_uncertainty_top.png b/screenshot_uncertainty_top.png new file mode 100644 index 0000000..dbc766e Binary files /dev/null and b/screenshot_uncertainty_top.png differ