Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-22 | Provide database cursor as argument for TheSpecies and Chromosomes | Frederick Muriuki Muriithi | |
Provide the database cursor as an argument to the methods of the two classes: * wqflask.base.species.TheSpecies * wqflask.base.species.Chromosomes Also update dependent code to initialise and pass the cursor where these classes are used. | |||
2022-09-20 | Decompose file into separate modulesrefactor-data_set_py-20220920 | Frederick Muriuki Muriithi | |
To ease future refactors on the code, decompose the file into a module with multiple modules that can be refactored semi-independently. |