Now that I have the standard events working with drag and drop reordering, I need to propagate events to each meet. My thinking has been that a meet will start by importing the standard events and then add, delete, edit, and reorder as necessary to support a specific swim meet.
While I have had this model in my head, my first look at actually implementing it raised a bunch of questions – where I do put it? How does it work? The event management isn’t as simple as other meet management tasks so it sort of breaks in the way that I implemented the meet data. I have an idea how to solve it but it will take some experimenting to see if it will work.