diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.project b/.project deleted file mode 100644 index 797684b..0000000 --- a/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - openfasttrace-demo - - - - - - - - diff --git a/OpenFastTrace_in_20_minutes.odp b/OpenFastTrace_in_20_minutes.odp new file mode 100644 index 0000000..2671a30 Binary files /dev/null and b/OpenFastTrace_in_20_minutes.odp differ diff --git a/README.md b/README.md index ac96dd8..e54b290 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,4 @@ We prepared "screenplays" for you that help you get across the important points * [Elevator pitch](oft-elevator-pitch.md) (3 min) * [Medium live demonstraction](oft-live-demo-medium.md) (1 h) +* [OpenFastTrace in 20 minutes (presentation)](OpenFastTrace_in_20_minutes.odp) \ No newline at end of file diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md new file mode 100644 index 0000000..7485828 --- /dev/null +++ b/doc/changes/changelog.md @@ -0,0 +1,3 @@ +# Changelog + +* [1.0.0](changes_1.0.0.md) \ No newline at end of file diff --git a/doc/changes/changes_1.0.0.md b/doc/changes/changes_1.0.0.md new file mode 100644 index 0000000..30b090f --- /dev/null +++ b/doc/changes/changes_1.0.0.md @@ -0,0 +1,15 @@ +# OpenFastTrace Demo 1.0.0 - 2024-01-30 + +In this release we added a [20-minute presentation](../../OpenFastTrace_in_20_minutes.odp) to the OFT demo. + +This presentation covers: + +* why you would want to have requirements and requirement tracing. +* what a requirement chain is +* how to trace a requirement chain +* examples of how to use OFT +* extension points + +## Documentation + +* #4: Added OFT presentation \ No newline at end of file