Display number of free (used) wells on a plate (bioplate list view)
It would be nice to see the number of free wells on a plate in the listing, and maybe, as additional service the complementary (used) number inside parentheses.
Change History
(5)
Milestone: |
→ BASE 2.17
|
Priority: |
major → minor
|
Owner: |
changed from everyone to Nicklas Nordborg
|
Status: |
new → assigned
|
Summary: |
Display number of used (free) wells on a plate (bioplate list view) → Display number of free (used) wells on a plate (bioplate list view)
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
(In [5565]) References #1573: Display number of used (free) wells on a plate (bioplate list view)
Added a column that displays free+total wells on a plate. The current solution is simply counting the wells for each plate as the table is generated which means that it is not possible to filter, sort or export the column.
Exporting should be possible to fix by implementing a custom DataLoader for that columns.
Filtering is probably possible by extending the capabilities of the PropertyFilter class with a new case.
Sorting will only be possible if we add a column to the bioplate table that acts as a counter of used wells. The core should be able to keep this counter synchronized with the actual situation. If this options is selected filtering and exporting doesn't require any special solutions.