From 7c52d3f392a24c19cade098964532e349ca5618a Mon Sep 17 00:00:00 2001
From: Patrick Jentsch <p.jentsch@uni-bielefeld.de>
Date: Tue, 14 Jun 2022 12:00:22 +0200
Subject: [PATCH] Add Hint on how to store your job data

---
 app/templates/main/dashboard.html.j2 | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/app/templates/main/dashboard.html.j2 b/app/templates/main/dashboard.html.j2
index 6141e5d8..d82ca9f5 100644
--- a/app/templates/main/dashboard.html.j2
+++ b/app/templates/main/dashboard.html.j2
@@ -76,10 +76,17 @@
 
     <div class="col s12 nopaque-ressource-list" data-ressource-type="Job" data-user-id="{{ current_user.hashid }}" id="jobs">
       <h3>My Jobs</h3>
-      <p>A job is the execution of a service provided by nopaque. You can create any number of jobs and let them be processed simultaneously.</p>
+      <p>
+        A job is the execution of a service provided by nopaque. You can
+        create any number of jobs and let them be processed simultaneously. We
+        <b>strongly recommend</b> that you create a folder on your computer where you
+        save the various files that nopaque provides you with after each
+        pre-processing step. You will need the result of each step for the
+        next step.
+      </p>
+      <p><b>Where is my Job data?</b> Don't worry, please read <a href="{{ url_for('main.news', _anchor='april-2022-update') }}">this news</a> entry</p>
       <div class="card">
         <div class="card-content">
-          <p><b>Where is my Job data?</b> Don't worry, please read <a href="{{ url_for('main.news', _anchor='april-2022-update') }}">this news</a> entry</p>
           <div class="input-field">
             <i class="material-icons prefix">search</i>
             <input id="search-job" class="search" type="search"></input>
-- 
GitLab