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

  1. Create images_model.py with class ImagesModel for managing file data.
  2. Refactor code in images_model.py, images_controller.py, and files_widget.py.
  3. Update num_files_label when adding or removing files from the model in images_controller.py by calling a function in images_view.py