Pods with Properties settable in another Pod
-
Apologies if the title was confusing – I couldn’t think of a concise way to ask this.
In our system, we have a Taxonomy Buildings, to which we link Amenities (e.g. Pool, Gym, Function Room etc). We want to be able to create properties for these amenities (opening hours, booking process, hire cost), but have the values settable for each Building.
So:
Building 1:
— Pool
—- Open: 0700
—- Close: 2200— Gym
—- Open: 0600
—- Close: 2200
—- Access: Use Building Access Card— Tennis Courts
—- Open: 0800
—- Close: 2100
—- Booking Required: Yes
—- How to Book: Ask at the management office
—- Hire cost: $0Building 2:
— Pool
—- Open: 0700
—- Close: 2200— Tennis Courts
—- Open: 0700
—- Close: 2000
—- Booking Required: Yes
—- How to Book: Use the tenant app
—- Hire cost: $0— Function Room
—- Slot 1: 1000 – 1500
—- Slot 2: 1600 – 2100
—- Booking Required: Yes
—- How to Book: Ask at the Mgmt Office
—- Hire Cost: $150 deposit
—- Restrictions: One booking per unit per monthWhat is the best way for us to achieve this?
Many thanks
- The topic ‘Pods with Properties settable in another Pod’ is closed to new replies.