HackerExperience / Helix

GNU Affero General Public License v3.0
53 stars 10 forks source link

Add AccountCreatedEvent #335

Closed renatomassaro closed 6 years ago

renatomassaro commented 6 years ago

Some handlers:

[1] - This one is TODO. In fact, the first two bullets (set up server and storyline) should be done only after the email is verified, so it would also have to have a AccountVerifiedEvent).

renatomassaro commented 6 years ago

Actually it already exists :joy: but needs some improvements

renatomassaro commented 6 years ago

EntityCreatedEvent was also implemented, since some handlers require that the entity (and mainframe) be set up before it can continue, so this event acts as a synchronization step.