TheProlog / prolog-use_cases

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

Generate and return application-summary information. #3

Closed jdickey closed 8 years ago

jdickey commented 8 years ago

The first business case, as described and discussed in Issue #2.

Makes use of entities from Prolog::Core, external services (persistence, etc) communicated with via Wisper messages. Will certainly expand the list of such external-service messages presently defined (find User by name, find Article by title). OCP FTW; these additions should require no changes to the underlying Prolog::Core entities, though a compendium of such messages Really Ought to be defined and maintained.