Skip to content

Commit

Permalink
Added ADR 0009 - Create Demos for complex Features.
Browse files Browse the repository at this point in the history
  • Loading branch information
Orchaldir committed Mar 10, 2019
1 parent 9fb47fc commit abacf16
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
18 changes: 18 additions & 0 deletions FantasyWorldSimulation/docs/adr/0009.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
= ADR 0009 - Create Demos for complex Features

*Status:* accepted

*Date:* 2019-03-10

== Context and Problem Statement

* How to easily test a feature during development?
* How to compare different implementations?
* How to showcase how a feature is used?

== Decision Outcome

*Chosen option:* Create a demo for complex features

* Use a simple gui to configure the feature.
* See PointDistributionDemo.
3 changes: 2 additions & 1 deletion FantasyWorldSimulation/docs/adr/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
* link:0005.adoc[ADR 0005 - Use SLF4J for logging]
* link:0006.adoc[ADR 0006 - Using AsciiDoc for documentation]
* link:0007.adoc[ADR 0007 - Version Number]
* link:0008.adoc[ADR 0008 - Use Mutation Testing with Pitest]
* link:0008.adoc[ADR 0008 - Use Mutation Testing with Pitest]
* link:0009.adoc[ADR 0009 - Create Demos for complex Features]
2 changes: 1 addition & 1 deletion FantasyWorldSimulation/docs/docu/release-notes/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ifndef::imagesdir[:imagesdir: ../images/]

== Release Notes

[%header,cols="1,4a"]
[%header,cols="^.<,4a"]
|===
| Release
| Notes
Expand Down

0 comments on commit abacf16

Please sign in to comment.