Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor and improve project load/saving code #10812

Closed
NickDraper opened this issue Jul 21, 2014 · 1 comment
Closed

Refactor and improve project load/saving code #10812

NickDraper opened this issue Jul 21, 2014 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@NickDraper
Copy link
Contributor

This ticket is blocks : TRAC1042, TRAC2535, TRAC2536, TRAC5702, TRAC8252, TRAC8310, TRAC8517, TRAC9847, TRAC9935, TRAC9952, TRAC10121

All of the project loading/saving code has been inherited from QtiPlot and suffers from several issues:

  • Fragile - Users report crashes when loading/saving projects
  • Buggy - Users have reported numerous bugs with its behaviour
  • Difficult to maintain - The code is messy and does not conform to Mantid's code standards
  • Incomplete - Many windows are not loaded/saved as part of projects, or only partially saved.

This ticket aims to resolve the fragility and maintainability of the code.

Goals:

  • Mantid should not crash while loading/saving
  • Project files should remain backwards compatible
  • Project loading/saving code should be easy to comprehend and conform to Mantid's standards
  • It should be easy to extend loading/saving coverage in future
@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 9970

@NickDraper NickDraper added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@NickDraper NickDraper added this to the Release 3.3 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework
Projects
None yet
Development

No branches or pull requests

2 participants