Opened 13 years ago

Closed 13 years ago

#1573 closed enhancement (fixed)

Display number of free (used) wells on a plate (bioplate list view)

Reported by: Jari Häkkinen Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 2.17
Component: web Version:
Keywords: Cc:

Description

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)

comment:1 by Nicklas Nordborg, 13 years ago

Milestone: BASE 2.17
Priority: majorminor

comment:2 by Nicklas Nordborg, 13 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:3 by Nicklas Nordborg, 13 years ago

(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.

comment:4 by Nicklas Nordborg, 13 years ago

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)

comment:5 by Nicklas Nordborg, 13 years ago

Resolution: fixed
Status: assignedclosed

(In [5566]) Fixes #1573: Display number of free (used) wells on a plate (bioplate list view)

Note: See TracTickets for help on using tickets.