issues
search
aics-int
/
napari-allencell-annotator
Other
0
stars
1
forks
source link
Add model refactor
#36
Closed
memeramita
closed
4 months ago
memeramita
commented
4 months ago
Context
Refactor code according to MVC architecture.
Changes
Create images_model.py with class ImagesModel for managing file data.
Refactor code in images_model.py, images_controller.py, and files_widget.py.
Update num_files_label when adding or removing files from the model in images_controller.py by calling a function in images_view.py
Context
Refactor code according to MVC architecture.
Changes