User's actions on entry page
Please add to the entry page two tables, one with actions in progress and one with pending actions of the current user and the groups the user belongs to. The tables should list all the different types of actions (inventory actions, accession actions, order request actions, ...)
The table layout should be based what we already use today, but must include a column for the type of action (model name).
The tables should use a pagination control for first, previous, (page - 2, page - 1, page, page + 1, page + 2), next and last page. No infinite loading.
This requires a new API endpoint that loads actions assigned to the user or to any of the groups the user belongs to (e.g. { assignee: [ user, ...groupsOfUser ] } }) across AccessionAction, InventoryAction, etc.