ai-cfia / nachet-frontend

Frontend application for seed classification of images acquired from digital microscopes
MIT License
2 stars 2 forks source link

123 body index refactor modularization #124

Closed ChromaticPanic closed 1 month ago

ChromaticPanic commented 1 month ago

This PR moves majority of the algorithms out of the Body component into a common module so that unit testing of these functions and debugging is less complicated.

Common Module

Hooks Module

Quality of life changes Pure Functions

Body Component

directory_list

Unit Tests

Fixes