rabblerouser / core

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

Convert branch persistence to event sourcing #145

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 branches using events.

pameck commented 7 years ago

This is a drawing of how creating/updating/deleting a branch works with events. branches-with-events