Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display a warning if a document consists of multiple pages #157

Open
ErkanBasar opened this issue Oct 22, 2019 · 0 comments
Open

Display a warning if a document consists of multiple pages #157

ErkanBasar opened this issue Oct 22, 2019 · 0 comments

Comments

@ErkanBasar
Copy link
Contributor

Summary

Currently, the FLAT can be configured to limit the number of sentences/paragraphs loaded at once. If a document is longer than the limit, it is sliced into multiple pages which can be navigated via the page dropdown on the top-left of the editor view.

Problem

The page is too small and the total number of pages are not displayed anywhere. So, after the first page is annotated, the rest of the pages are easy to be missed by the annotators (especially if they are not familiar with FLAT).
Additionally, setting the limit too high (e.g. 500 paragraphs) causes FLAT to slice the document at an arbitrary point (e.g. middle of a sentence) and does not display the rest of the document.

Solution Ideas

  • A visible warning that basically says "There are more than one pages, please switch to the next one." can be placed at the end of each page.
  • A Next Page > button can be placed at the bottom of the document to directly navigate to the next pages, if there are any.
@proycon proycon self-assigned this Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants