Skip to content

Resolve "Parcel status list"

Mael Gaonach requested to merge 282-parcel-status-list into main

Closes #282 (closed)

Note: I assume real users will have lesser parcels than this. I tested the user's view with admin because principalInvestigator does not have any parcel. Anyways, they are ordered by investigation's distance from now, and when it is too much to fit the screen, they can scroll horizontally to see the more distant one.

Note2: Currently there is no way to filter the parcels on anything on the backend's side, so I request the 100 first parcels and do the filtering on the front-end. Implementing filter by status icat-plus#466 (closed) would greatly improve the speed. It would also be interesting to replace the ordering by last status update, so that the last thing that changed shows up first icat-plus#467.

As user , you can see all your parcels except those returned/destroyed: image

Edited by Mael Gaonach

Merge request reports