Residential Tower Project - Structure Revision

Quick revision of the main nodes and their relationships before coding:

🏒 Tower β†’ Floor β†’ Apartment β†’ Contract β†’ Rules

1️⃣ Tower

2️⃣ Floor

3️⃣ Apartment

4️⃣ Contract

5️⃣ Rules

⚑ Key Ideas

Structure Diagram (Conceptual)

Tower
 └─ Floors
      └─ Apartments
           └─ Current Contract
                └─ Rules / limitations
    

Notes:

βœ… This revision serves as a reference for coding the project, ensuring consistency and clarity.