I will explain this as an Album application problem.
I want to create a new Album but the Artist of that Album is not created yet.
There are 2 solutions to solve this problem:
- Create the
Artistfirst, then create theAlbum - When creating the
Album, check if theArtistis created. If theArtistis not created, then create a newArtistand save that information to theAlbum.
I chose solution 2 and I want to present this using Event Storming.
I don't know how to present the solution correctly in timeline order.
So I have come to this.
I don't know if my solution is correct or not :(
And if it isn't, how to correctly present this?
