You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/about/introduction/knowledge-model.rst
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ Validation is used to define some rules for the answers in Value question type.
153
153
Reference
154
154
---------
155
155
156
-
References are used to provide additional information for :ref:`questions<question>`. There are two types of references. :ref:`Resource page reference<resource-page>` and :ref:`URL reference<url-reference>`. resource page references are gathered in the resource collections.
156
+
References are used to provide additional information for :ref:`questions<question>`. There are three types of references. :ref:`Resource page reference<resource-page>`, :ref:`URL reference<url-reference>`, and :ref:`Cross reference<cross-reference>`. resource page references are gathered in the resource collections.
157
157
158
158
.. _resource-collection:
159
159
@@ -176,6 +176,13 @@ URL Reference
176
176
177
177
A URL reference is a simple link to any website. It has **URL** which is the actual link and a **label** that describes what the reference is about. URL reference is set up on a level of question, not on a level of knowledge model.
178
178
179
+
.. _cross-reference:
180
+
181
+
Cross Reference
182
+
^^^^^^^^^^^^^^^
183
+
184
+
A cross reference is a link to another question within the same knowledge model. It has **question** which is the referenced question selected from dropdown list and a **description** that describes what the reference is about.
Copy file name to clipboardExpand all lines: docs/applications/admin-center/settings/system/locales/create.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ We can create a new locale directly in |project_name| by pressing :guilabel:`Cre
5
5
6
6
Finally, a POT files can be downloaded here. From them, we can create PO files in a standard (`gettext <https://www.gnu.org/software/gettext/>`__-based) way. There is a POT file for each app of FAIR Wizard and also for the emails.
7
7
8
-
We can :download:`download localization files here<./create/fw-4-23-0-locales.zip>`.
8
+
We can :download:`download localization files here<./create/fw-4-24-0-locales.zip>`.
Copy file name to clipboardExpand all lines: docs/applications/data-management-planner/projects/list/detail/questionnaire.rst
+29-16Lines changed: 29 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Questionnaire is the first tab of the project detail. This is the most important
11
11
Current Phase
12
12
=============
13
13
14
-
If the :ref:`knowledge model<knowledge-model>` we use for the :ref:`project<project>` has :ref:`phases<phase>` defined, we can see a phase selection in the questionnaire detail. Different questions become desirable based on the selected phase. For example, some should be answered before submitting the proposal, while others can be filled later.
14
+
If the :ref:`knowledge model<knowledge-model>` we use for the :ref:`project<project>` has :ref:`phases<phase>` defined, we can see a phase selection in the questionnaire detail. Different questions become desirable based on the selected phase. For example, some should be answered before submitting the proposal, while others can be filled later. The phase progress is also visible.
15
15
16
16
.. figure:: questionnaire/phase-selection.png
17
17
:width:299
@@ -207,6 +207,20 @@ All of value question types (except for color) can have validations set on them.
207
207
208
208
Warnings referring to questions with invalid values.
209
209
210
+
.. _todos:
211
+
212
+
TODOs
213
+
=====
214
+
215
+
When we are filling in the questionnaire, we can stumble upon a question that we don't know how to answer yet, but we don't want to forget to come back to that question. We can click on :guilabel:`+ Add TODO` to add a TODO to the question.
216
+
217
+
We can then open the :guilabel:`TODOs` tab from the questionnaire menu to see the list of all questions with assigned TODO in the questionnaire. By clicking on a question there, we can quickly jump back to that question and fill it.
218
+
219
+
.. figure:: questionnaire/todos.png
220
+
:width:334
221
+
222
+
List of TODOs.
223
+
210
224
211
225
Comments
212
226
========
@@ -267,21 +281,6 @@ Editor Notes
267
281
Besides comments there are also editor notes which work the same way as comments but they are visible only to project editors and owners. We can use editor notes to internal communication with our team while working on the DMP and then comments to gather the feedback from supervisor or reviewer.
268
282
269
283
270
-
.. _todos:
271
-
272
-
TODOs
273
-
=====
274
-
275
-
When we are filling in the questionnaire, we can stumble upon a question that we don't know how to answer yet, but we don't want to forget to come back to that question. We can click on :guilabel:`+ Add TODO` to add a TODO to the question.
276
-
277
-
We can then open the :guilabel:`TODOs` tab from the questionnaire menu to see the list of all questions with assigned TODO in the questionnaire. By clicking on a question there, we can quickly jump back to that question and fill it.
278
-
279
-
.. figure:: questionnaire/todos.png
280
-
:width:334
281
-
282
-
List of TODOs.
283
-
284
-
285
284
Version History
286
285
===============
287
286
@@ -325,3 +324,17 @@ We can also revert a questionnaire to an older version. We can simply find the d
325
324
.. WARNING::
326
325
327
326
Reverting to an older version cannot be undone. It is therefore recommended to create a copy of the project before reverting.
327
+
328
+
329
+
Search
330
+
======
331
+
332
+
Search is accessible from the questionnaire menu bar by clicking on the :guilabel:`🔍` button. A search side panel opens where we can type in our search query. The search works in real-time, so while we are typing, the results are displayed below. We can fulltext search in questions and answers. In questions not only the question name but also description and references. The search is case insensitive.
333
+
334
+
We can click on any of the search results to quickly navigate to that question in the questionnaire.
0 commit comments