Skip to content

0.22.0

Compare
Choose a tag to compare
@diegoliberman diegoliberman released this 07 Feb 13:08
· 57 commits to main since this release
fd33bda

New features for Boxes V2

  1. New box form with the option of adding samples from inventory #1731
  2. Allow to add 1 to N batches & 1 to N concentrations within the box #1732
  3. Allow to save a box of samples to be created #1733
  4. Download inventory & print labels #1786
  5. Allow to reopen batch details when creating a box #1846
  6. Changing the sources empties the contents #1778

New features for Visualizations

  1. Define the SamplesReport entity, views and logic #1809
  2. Allow to upload measured concentrations with a CSV file #1618
  3. Allow to download csv template file #1812
  4. Automatic unblinding #1735
  5. LOD visualization #1820
  6. Challenge visualization #1821
  7. Variants visualization #1822
  8. Allow to share measurement reports #1555
  9. Tests SamplesReportController #1837
  10. Add SamplesReports permissions to predefined roles #1853

Improvements

  1. Validate samples when creating boxes #1877

Bug fixes

  1. Concentration's field data should not be removed. #1885
  2. Upload results informing wrong not-found-uuid count if repeated samples in csv file #1891
  3. Show custom confirm message on samples result upload #1808
  4. Wrong "Delete Confirmation" message for Boxes. #1881
  5. Wrong alignment for uploaded samples text. #1883
  6. Did not allowing to download PDF file from Box Reports.
  7. Showing wrong count for "Boxes". #1858
  8. Box label mismatch between PDF and UI #1826
  9. Error occurs while uploading CSV Results. #1874
  10. Delete Box Report pop up message is not clear. #1872
  11. Box Report Pdf file is not behaving correctly. #1884
  12. There should be more space between sample UUID's as in Invision. #1852
  13. Should not allow to create Report with empty result.
  14. Can't create Box Report for transferred Box #1854
  15. Reduced the Space in Result Upload Error pop up screen. #1851
  16. Keep uploaded batches information if SamplesReport creation throw error #1845
  17. Should not allow to add Batch with empty "Contcentrations" . #1859
  18. Align the "Add file" button on the upload results form #1833

Technical debt

  1. Upgrade to Ruby 2.4 #1806
  2. Create custom confirm component #1807

Upgrading

When upgrading you must run the following rake tasks for the policy system to account for the new SamplesReport resource (see #1853):

$ bin/rails policy:add_samples_report_permissions
$ bin/rails policy:calculate_computed