pyDatView icon indicating copy to clipboard operation
pyDatView copied to clipboard

Towards more separation of GUI and data

Open ebranlard opened this issue 4 years ago • 0 comments

Some of the issues:

  • Testing the GUI is difficult, and wx fails on Travis.
  • Too much interdependency of GUI/Data makes it difficult to potentially change GUI framework (qt for instance).

That's a continuous task, to:

  • Isolate "generic" code that manipulates data, reducing the "GUI" code to layout, callbacks and calls to the "generic" code.
  • Add more tests for the "generic" code.

ebranlard avatar Oct 10 '20 18:10 ebranlard