huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
242 stars 80 forks source link

[IX] - Group by context + accept all #7042

Open txau opened 3 months ago

txau commented 3 months ago

Consider the scenario in the screenshot. The current workflows involves a lot of scrolling up and down plus accepting with page refreshing and loosing context.

An ideal approach would be to group suggestions by context (all the suggestions having the exact same context appear in the same row and a single accept all button.

This approach would need the means to opt out from some wrong suggestions. False negatives are ok since it needs to be handled apart nevertheless.

Also the UI refresh and the jumpy table makes this task more difficult for users, it would be great to be able to accept suggestions without these visual side effects.

image