This is a feature request from @solveigmo
She would like to have the option to review lab comments registered for a sample. This came up today when Solveig wanted to review the reason for sample withdraw from the queue.
I see two options:
Option 1:
A button that activates a function to query the lims using api. Using the api we should be able to traverse the history of that sample and return all comment fields. The comments will be presented to the user in a pop-up window (modal).
Option 2:
Add the comments into the sqlite db. Make each sample row clickable to show a popup modal window with all the comments in it.
Time usage:
Not sure. But not that many hours. I think option 1 is the fastest to implement since I wouldnt have to touch the database structure. Option 2 is probably more robust, but will require a database update.
Another smaller development thing, @karinlag.
This is a feature request from @solveigmo
She would like to have the option to review lab comments registered for a sample. This came up today when Solveig wanted to review the reason for sample withdraw from the queue.
I see two options:
Option 1:
A button that activates a function to query the lims using api. Using the api we should be able to traverse the history of that sample and return all comment fields. The comments will be presented to the user in a pop-up window (modal).
Option 2:
Add the comments into the sqlite db. Make each sample row clickable to show a popup modal window with all the comments in it.
Time usage:
Not sure. But not that many hours. I think option 1 is the fastest to implement since I wouldnt have to touch the database structure. Option 2 is probably more robust, but will require a database update.
Another smaller development thing, @karinlag.