TheProlog / prolog-use_cases

Use-case layer for Meldd/Prolog application.
0 stars 0 forks source link

Summarise Articles by Author #37

Closed jdickey closed 8 years ago

jdickey commented 8 years ago

Implements the Summarise Articles by Author use case.

Will also be a test bed for our use of Dry::Types and `Dry::Validation. (Pinging Issue #28)

"As this is a variation on the Summarise Content use case, it should be very straightforward", he said, rashly.

jdickey commented 8 years ago

Here's the thing: Commit edf8e1c basically completes the use case but, in doing so, we now have a new class defined in our tests that looks like it "ought" to be at least the basis of a new Article value object, likely (eventually) replacing Prolog::Core::Article.

A reminder issue for this has been opened as #39, leaving this issue and its corresponding PR (#38) safe to close and merge, respectively.