In the Inbox tab, we want to display all books which require user attention.
This means quarantine (as of today) and staging (to be added) books.
Also display there books which needs a file operation (even if they do not require user action, but having them centralized in a single view is convenient) and books which have errors.
Books should be sorted for better readability:
- first by status:
has_error then quarantine then staging then needs_file_operation
- then by
created_at (descending, i.e. most recent books first)
In the Inbox tab, we want to display all books which require user attention.
This means quarantine (as of today) and staging (to be added) books.
Also display there books which needs a file operation (even if they do not require user action, but having them centralized in a single view is convenient) and books which have errors.
Books should be sorted for better readability:
has_errorthenquarantinethenstagingthenneeds_file_operationcreated_at(descending, i.e. most recent books first)