rabblerouser / core

Pluggable, extensible membership database for community organising
GNU Affero General Public License v3.0
17 stars 10 forks source link

Convert admin persistence to event sourcing #146

Closed camjackson closed 7 years ago

camjackson commented 7 years ago

Currently some of our data is stored using events, and some of it is in a relational database. This task is to store admins using events (using the events from #149).