19 lines
1.3 KiB
Markdown
19 lines
1.3 KiB
Markdown
- [ ] Fix tests.
|
|
- [ ] Reorganize wastewater artic parser.
|
|
- [ ] Streamline addition of new kits by moving as much into DB as possible.
|
|
- [X] Large scale refactor (2023-07-24).
|
|
- [x] Make plate details from html, same as export.
|
|
- [x] Put in SN controls I guess.
|
|
- [x] Code clean-up and refactor (2023-07).
|
|
- [X] Migrate context settings to pydantic-settings model.
|
|
- [x] Insert column into reagent type to indicate if reagent is required for kit.
|
|
- Needed to keep interchangeable bead plates from being forced into forms.
|
|
- [x] Migrate the parser.sub dictionary to pydantic models.
|
|
- [x] Move type_decider to metadata based method rather than excel map.
|
|
- [x] Solve bug for plate mapping when two samples of same name are in different rows.
|
|
- Try importing "L:\Robotics Laboratory Support\Submissions\Wastewater\2023\2023-06-21\RSL-WW-20230621-1.xlsx" for example.
|
|
- [x] Improve plate mapping by using layout in submission forms rather than PCR.
|
|
- [x] Create a method for creation of hitpicking .csvs because of reasons that may or may not exist.
|
|
- [x] Create a method for commenting submissions.
|
|
- [x] Create barcode generator, because of reasons that may or may not exist.
|
|
- [x] Move bulk of functions from frontend.__init__ to frontend.functions as __init__ is getting bloated. |