Saturday, 5 May 2012

Separation of concerns

Spent most of the day building out functionality by adding the ability to mark a manuscript found, from the smart search results list.

I don't want the smart search to know anything about individual domain entities such as jobs and manuscripts.  I want the view-model to work with the abstract EntityBase.  I used the EventAggregator to publish actions that the relevant modules could subscribe to.

No comments:

Post a Comment