1.1 KiB
1.1 KiB
- Think about trying to migrate required column in reagenttypes to reagenttypes_kittypes
- In case reagent type is required for one kit, but not another. Possible?
- Insert column into reagent type to indicate if reagent is required for kit.
- Needed to keep interchangeable bead plates from being forced into forms.
- Migrate context settings to pydantic-settings model.
- Migrate the parser.sub dictionary to pydantic models.
- Move type_decider to metadata based method rather than excel map.
- 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.
- Improve plate mapping by using layout in submission forms rather than PCR.
- Create a method for creation of hitpicking .csvs because of reasons that may or may not exist.
- Create a method for commenting submissions.
- Create barcode generator, because of reasons that may or may not exist.
- Move bulk of functions from frontend.init to frontend.functions as init is getting bloated.