Files
Submissions-App/CHANGELOG.md
2023-07-26 11:08:30 -05:00

89 lines
2.5 KiB
Markdown

## 202307.04
- Large scale refactor to clean up code.
- Settings now in the form of a pydantic object.
- Individual plate details now in html format.
## 202307.03
- Auto-filling of some empty cells in excel file.
- Better pydantic validations of missing data.
## 202307.02
- Better column counting for cost recovery purposes.
- Improvements to pydantic validations.
## 202307.01
- Fixed bug where date increment of controls not working for multiple same dates.
- Fixed bug by having lookup of reagents by lot *and* reagenttype instead of just lot.
- Added in pydantic to validate submission info.
- Moved parser to metadata based recognition of submission type.
## 202306.03
- Improve WW plate mapping by using layout in submission forms rather than PCR.
## 202306.02
- Addition of bacterial plate maps to details export.
- Change in Artic cost calculation to reflect multiple output plates per submission.
## 202306.01
- Large scale shake up of import and scraper functions.
- Addition of Artic scrapers.
## 202305.05
- Hitpicking now creates source plate map image.
- Hitpick plate map is now included in exported plate results.
## 202305.04
- Added in hitpicking for plates with PCR results
- Fixed error when expiry date stored as int in excel sheet.
## 202305.03
- Added a detailed tab to the cost report.
## 202305.02
- Added rudimentary barcode printing.
- Added ability to comment on submissions.
- Updated kit creation methods to keep pace with new cost calculations.
## 202305.01
- Improved kit cost calculation.
## 202304.04
- Added in discounts for kits based on kit used and submitting client.
- Kraken controls graph now only pulls top 50 results to prevent crashing.
- Improved cost calculations per column in a 96 well plate.
## 202304.01
- Improved function results output to ui.
- Added Well Call Assessment to PCR scraping.
## 202303.05
- Increased robustness of RSL plate number enforcement.
- Added in ability to scrape and include PCR results for wastewater.
## 202303.04
- Added in scraping of logs from the PCR table to add to wastewater submissions.
- Completed partial imports that will add in missing reagents found in the kit indicated by the user.
- Added web documentation to the help menu.
## 202303.03
- Increased robustness by utilizing PyQT6 widget names to pull data from forms instead of previously used label/input zip.
- Above allowed for creation of more helpful prompts.
- Added sorting feature to Submission summary.
- Reagent import dropdowns will now prioritize lot number found in a parsed sheet, moving it to the top of the list.