From 8c4eff7a4e95adaa150f73e4fe010dc5ee113051 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Mon, 1 May 2017 19:39:35 +0200 Subject: [PATCH] add missing help dialog for daily summary --- app-src/scripts/dialogs/help/help-daily-summary.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app-src/scripts/dialogs/help/help-daily-summary.html diff --git a/app-src/scripts/dialogs/help/help-daily-summary.html b/app-src/scripts/dialogs/help/help-daily-summary.html new file mode 100644 index 0000000000..5826345b42 --- /dev/null +++ b/app-src/scripts/dialogs/help/help-daily-summary.html @@ -0,0 +1,3 @@ +

Daily Summary

+

You find an overview of your days work here. This include all tasks you worked on today and also a list of your distractions if you saved any. You can also export a list of your tasks.

+

Once your done reviewing click on the button below. This will move all finished tasks to your done backlog and close the app.

\ No newline at end of file