Task #1122
Mis à jour par Matthieu Decorde il y a plus de 10 ans
Help users to associate a description to a corpus
h3. Solution 1
Name : 'Description' -> 'Description (complete name, author, date, license, comment...)'/'Description (nom complet, auteur, date, license, commentaire...)' *OK*
Content :
<pre>
- name: <corpus name>
- author: <account name>
- date: <locale date>
</pre>
The content will be wrapped in a "pre" HTML element.
h3. Solution2
Add a switch button to enable explicit HTML tags rendering.
[✓] HTML
if the switch is selected, the description content is considered as HTML content instead of raw text (is not wrapped in a "pre" HTML element).
h3. Solution 3
Previous solutions are not satisfactory if a corpus is reimported (the description is not refreshed)
# Add new read-only fields, that are updated at each import :
#* author: <account name>
#* date: <locale date>
# Don't generate automatically the description field
h3. Solution 1
Name : 'Description' -> 'Description (complete name, author, date, license, comment...)'/'Description (nom complet, auteur, date, license, commentaire...)' *OK*
Content :
<pre>
- name: <corpus name>
- author: <account name>
- date: <locale date>
</pre>
The content will be wrapped in a "pre" HTML element.
h3. Solution2
Add a switch button to enable explicit HTML tags rendering.
[✓] HTML
if the switch is selected, the description content is considered as HTML content instead of raw text (is not wrapped in a "pre" HTML element).
h3. Solution 3
Previous solutions are not satisfactory if a corpus is reimported (the description is not refreshed)
# Add new read-only fields, that are updated at each import :
#* author: <account name>
#* date: <locale date>
# Don't generate automatically the description field