TheProlog / prolog-use_cases

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

RegisterNewMember should actually persist the new User. #9

Closed jdickey closed 8 years ago

jdickey commented 8 years ago

Oops.

RegisterNewMember#call creates a new User entity, but does nothing to persist it. It really ought to; "sign up as a new member" rather implies that the new member should be able to authenticate afterwards, and without persistence, that's highly unlikely.

This easily justifies a 0.2.1 Gem release :disappointed: