Open r-ferrier opened 8 months ago
Events can have Places, which are references to Partners. This is so that Events can have both a "promoter" and "venue" distinction, when the venue exists within PlaceCal.
This was less confusing when Partners and Places were separate things in the code base but now yeah is very confusing.
Before starting this we should define desired functionality again.
Description
Place
is a record that used to exist in the system. We still have lots of references to it that are now pointed at partners, which makes understanding the flow of the system confusing at times. It would be really helpful for my own comprehension if we could rename these attributes to better reflect the models they are actually referencing.