From c20c72abb1772bfaa577ec81331e7df5bdd9a547 Mon Sep 17 00:00:00 2001 From: Martijn Dirkse Date: Thu, 13 Jun 2024 16:47:03 +0200 Subject: [PATCH] Follow a review comment --- misc/LADYBUG_USER_STORIES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/LADYBUG_USER_STORIES.md b/misc/LADYBUG_USER_STORIES.md index af3f6bde..adf5db1e 100644 --- a/misc/LADYBUG_USER_STORIES.md +++ b/misc/LADYBUG_USER_STORIES.md @@ -148,7 +148,9 @@ NOTE: We implement story **120** because Frank developers can write Spring confi # I want to configure whether my Frank application does produce reports -**4000:** As a service manager I want the option to turn off the report generator. When the report generator is off, my Frank application should not invoke Ladybug when processing messages. This might reduce the execution time. +**4000:** As a service manager I want the option to turn off the report generator, so that I can reduce the execution time of my application. + +**4002:** Given is that my application is not performing well. As a service manager I want the option to turn on the report generator, so that I will get reports that allow me to investigate my issue. **4010:** As a service manager I want the option to create reports for only some adapter executions that match my search criterion. TODO: How to make this user-friendly?