Nexus-Mods / NexusMods.App

Home of the development of the Nexus Mods App
https://nexus-mods.github.io/NexusMods.App/
GNU General Public License v3.0
537 stars 37 forks source link

Event Sourcing based dataModel Rewrite (ADR 0011) #733

Open Al12rs opened 6 months ago

Al12rs commented 6 months ago

Rewrite app backend to log user operations as series of events that can be undone, rather than series of immutable loadout snapshots. See ADR 0011 for more information.

Al12rs commented 6 months ago

Additional changes from #719 PR feedback: