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

Improve serialization for FilteringCategory #1

Open
TechnikEmpire opened this issue Mar 28, 2016 · 0 comments
Open

Improve serialization for FilteringCategory #1

TechnikEmpire opened this issue Mar 28, 2016 · 0 comments

Comments

@TechnikEmpire
Copy link
Owner

Presently, FilteringCategory objects are wrapped in a CategorizedFilteredRequestsViewModel object, which are pushed to ObservableCollections and served across multiple views to be displayed in sub-views.

Since creation of FilteringCategory objects is purely a user driven event, a control exists where the user can do this. Results are given through category creation events. This creates a problem for serialization, as we don't want to serialize the view model, but just the model. The model, however, is not directly publicly visible (or shouldn't be) from the view model. But, we've been very stOOPid and done just for the sake of allowing quick and dirty serialization of program state.

Fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant