Skip to content

Commit 550e4ac

Browse files
authored
[Review Entries] Refactor table with material-react-table (#2881)
1 parent 94f89f9 commit 550e4ac

File tree

86 files changed

+3713
-4168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+3713
-4168
lines changed

.gitlint

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[title-min-length]
2+
min-length=4
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

docs/user_guide/assets/licenses/frontend_licenses.txt

Lines changed: 173 additions & 368 deletions
Large diffs are not rendered by default.

docs/user_guide/docs/goals.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,47 @@
44

55
The Review Entries table shows all of the entries in the selected project.
66

7-
### Sorting and Filtering Columns
7+
### Columns
88

9-
The columns are: Edit, Vernacular, Senses, Glosses, Domains, Pronunciations, Note, Flag, and Delete.
9+
The columns are: Edit (no header), Vernacular, Number of Senses (#), Glosses, Domains, Pronunciations
10+
(![Review Entries pronunciations column header](images/reviewEntriesColumnPronunciations.png){width=28}), Note, Flag
11+
(![Review Entries flag column header](images/reviewEntriesColumnFlag.png){width=16}), and Delete (no header).
1012

1113
![Review Entries column headers](images/reviewEntriesColumns.png)
1214

13-
At the top of a column with predominantly text content (Vernacular, Glosses, Domains, Note, or Flag), you can sort
14-
alphabetically or filter with a text search.
15-
16-
At the top of either the Senses or Pronunciations column, you can sort or filter by the number of senses or recordings
17-
that entries have.
15+
To show/hide columns or rearrange their order, click on the
16+
![Review Entries columns edit icon](images/reviewEntriesColumnsEdit.png){width=25} icon in the top corner.
1817

1918
Due to the nature of Rapid Word Collection, [Data Entry](dataEntry.md) in The Combine does not support the addition of
2019
definitions or parts of speech. However, if the project has imported data in which definitions or parts of speech were
21-
already present, additional columns will automatically be added to the Review Entries table.
20+
already present, additional columns will be available in the Review Entries table.
21+
22+
#### Sorting and Filtering
23+
24+
There are icons at the top of each column to
25+
![Review Entries column filter icon](images/reviewEntriesColumnFilter.png){width=20} filter and
26+
![Review Entries column sort icon](images/reviewEntriesColumnSort.png){width=20} sort the data.
27+
28+
In a column with predominantly text content (Vernacular, Glosses, Note, or Flag), you can sort alphabetically or filter
29+
with a text search.
30+
31+
In the Number of Senses column or Pronunciations column, you can sort or filter by the number of senses or recordings
32+
that entries have. In the Pronunciations column, you can also filter by speaker name.
33+
34+
In the Domains column, sorting is numerical by each entry's least domain id. To filter by domain, type a domain id with
35+
or without periods. For example, "8111" and "8.1.1.1" both show all entries with a sense in domain 8.1.1.1. To also
36+
include subdomains, add a final period to your filter. For example, "8111." includes domains "8.1.1.1", "8.1.1.1.1", and
37+
"8.1.1.1.2". Filter with just a period (".") to show all entries with any semantic domain.
2238

2339
### Editing Entry Rows
2440

25-
You can record, play, or delete an entry's audio recordings by using the icons in the Pronunciations column. You can
26-
delete an entire entry by using the icon in the Delete column.
41+
You can record, play, or delete an entry's audio recordings by using the icons in the Pronunciations column.
42+
43+
To edit any other part of an entry, click the ![Review Entries row edit icon](images/reviewEntriesRowEdit.png){width=20}
44+
edit icon in the initial column.
2745

28-
To edit an entry's vernacular form, senses (including glosses and domains), note, or flag, click the icon in the Edit
29-
column.
46+
You can delete an entire entry by clicking the
47+
![Review Entries row delete icon](images/reviewEntriesRowDelete.png){width=20} delete icon in the final column.
3048

3149
## Merge Duplicates {#merge-duplicates}
3250

0 commit comments

Comments
 (0)