diff --git a/docs/eln/ui/lists.mdx b/docs/eln/ui/lists.mdx index 6f1ae23e..41bc1f2c 100644 --- a/docs/eln/ui/lists.mdx +++ b/docs/eln/ui/lists.mdx @@ -22,7 +22,36 @@ Thus, the image representing the molecule (and therewith the samples) changes if The list of samples contains further information. -### Sorting of the samples list +### Filtering of the sample list + +Filtering can be done according to a date, filtering the lists using structure search or text search. + +This option does not sort the sample list. It only sets a parameter for filtering and the filtering will be done based +on the specified date range in the From and To fields. + +When it shows `currently filtered by creation date` then it will show all the entries that were created in the specified +date range. + +Similarly when it shows `currently filtered by update date` then it will show all the entries that were updated in the +specified date range. + +![sample_filtering](/img/sample_filtering.gif) -Sorting can be done by filtering according to a date, filtering the lists using structure search or text search. To be continued... + +### Sorting of the sample list + +Currently, the sample list is sorted by the updated date, by default. It is in our ToDo to implement the +option to sort this list based on various other parameters, like creation date, etc. + +## Lists for reactions +Initially, the reaction list will remain sorted by the descending order of creation date. + +### Sorting of the reaction list + +It is possible to sort the reaction list based on various parameters. Initially, it is sorted by the descending order +of creation date, which, later on, can be changed to update date. The sorting direction can also be changed to +ascending or descending order. Additionally, when the reaction list has been +[grouped](elements/grouping#reaction-grouping), then the list can be further sorted by RInChI, reaction type, etc. + +![reaction_sorting](/img/reaction_sorting.gif) diff --git a/static/img/reaction_sorting.gif b/static/img/reaction_sorting.gif new file mode 100644 index 00000000..4769ed95 Binary files /dev/null and b/static/img/reaction_sorting.gif differ diff --git a/static/img/sample_filtering.gif b/static/img/sample_filtering.gif new file mode 100644 index 00000000..652ace72 Binary files /dev/null and b/static/img/sample_filtering.gif differ