Releases: instedd/cdx
Releases · instedd/cdx
0.22.4
0.22.3
Features
- Upload CSV for new box with samples by @leandroradusky and @bolom in #1903
Fixes
- Same order for inventory and label printing for boxes by @leandroradusky in #1950
- UI glitch in the settings of roles and policies #1785 by @bolom in #1937
- Adapt form error UI to design by @bolom in #1939
- Improve batch selection in box form by @leandroradusky in #1949
Tech Debt
- Setup Standard and Rubocop by @bolom in #1933
- Bump rack from 2.2.6.2 to 2.2.6.3 in #1924
- Use bundle exec for rake command so it doesn't fail on a version mismatch by @nthiad in #1926
Full Changelog: 0.22.2...0.22.3
0.22.2
0.22.1
Adds required new RAILS environment variables to the docker image.
0.22.0
New features for Boxes V2
- New box form with the option of adding samples from inventory #1731
- Allow to add 1 to N batches & 1 to N concentrations within the box #1732
- Allow to save a box of samples to be created #1733
- Download inventory & print labels #1786
- Allow to reopen batch details when creating a box #1846
- Changing the sources empties the contents #1778
New features for Visualizations
- Define the SamplesReport entity, views and logic #1809
- Allow to upload measured concentrations with a CSV file #1618
- Allow to download csv template file #1812
- Automatic unblinding #1735
- LOD visualization #1820
- Challenge visualization #1821
- Variants visualization #1822
- Allow to share measurement reports #1555
- Tests SamplesReportController #1837
- Add SamplesReports permissions to predefined roles #1853
Improvements
Bug fixes
- Concentration's field data should not be removed. #1885
- Upload results informing wrong not-found-uuid count if repeated samples in csv file #1891
- Show custom confirm message on samples result upload #1808
- Wrong "Delete Confirmation" message for Boxes. #1881
- Wrong alignment for uploaded samples text. #1883
- Did not allowing to download PDF file from Box Reports.
- Showing wrong count for "Boxes". #1858
- Box label mismatch between PDF and UI #1826
- Error occurs while uploading CSV Results. #1874
- Delete Box Report pop up message is not clear. #1872
- Box Report Pdf file is not behaving correctly. #1884
- There should be more space between sample UUID's as in Invision. #1852
- Should not allow to create Report with empty result.
- Can't create Box Report for transferred Box #1854
- Reduced the Space in Result Upload Error pop up screen. #1851
- Keep uploaded batches information if SamplesReport creation throw error #1845
- Should not allow to add Batch with empty "Contcentrations" . #1859
- Align the "Add file" button on the upload results form #1833
Technical debt
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
0.21.6
0.21.5
This release wasn't deployed to Prod.
New features
- Defend against spam for public account registration #1696
- Move the blind check box to the box detail #1769
- Downloading and printing boxes #1775
- Printing blinded labels #1776
- Allow to edit the box: just the blind check box #1772
- Show date last modified date in Samples #1598
- Add a copy button for the UUIDs of Samples, Batches and Boxes #1728
Improvements
- Improve flexibility for defining sample's concentrations #1753
- Validate the input of the concentration field in the Sample #1795
- Logic for blinded boxes #1771
- Samples can be in only 1 box at a time #1774
- The UI of the box label should be the same than the sample's label #1765
- Add Culture media #1730
Tech debt
- Recover specs #1767
- Revert changes to printing box labels for both sender/recipient #1766
- Upgrade to ruby 2.3 #1782