stefan8893 / simple-trading

MIT License
1 stars 0 forks source link

Remove SelectedProfile from UserSettings #20

Closed stefan8893 closed 3 months ago

stefan8893 commented 3 months ago

Right now, the user settings take care of the current profile that is in use. But this dependency may introduce problems in the future. So get rid of it and let the profile entity know about the current profile.

In this way the UserSettings Aggregate becomes independent of the Profile entity.