TheProlog / prolog-use_cases

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

Re-implement "Register a New Member" Use Case. #69

Closed jdickey closed 7 years ago

jdickey commented 8 years ago

This is an analogue to Issue #68; where that issue concerned a reimplementation of the Publish a New Article Use Case, this issue addresses the Register a New Member Use Case.

It also writes to the (User) Repository. It also makes use of an ActiveModel-quacking form object rather than a Result object, and therefore creates an ActiveModel-quacking #errors Hash rather than the array-of-individual-error-Hash-items convention we've adopted since.

To close this issue, we need:

jdickey commented 7 years ago

Just to point out the obvious, the mentioned Register a New Member Use Case spec now exists.