{# Spec 151 - chip replacing the spec-148 full layout-recommendation card. The full analysis now lives on /recommendations/layout/ - a dedicated page that consolidates the per-table view across every opportunity that touches the table. We render one chip per qualifying target. The detail-page route looks up the latest ``LayoutRecommendation`` row per target and passes it in via ``layout_chip_targets`` (list of full table names that have a recommendation in the latest scan). ``layout_recommendations`` (the spec-148 in-memory list) is still passed by the route for backward compatibility, but we ignore it for rendering - the link target is the persisted-row identifier so the chip works even when the in-memory recommender abstains for this particular opportunity. #} {% if layout_chip_targets %}

Partition & Cluster recommendations

{% for target in layout_chip_targets %} {{ target }} · view recommendation → {% endfor %}
{% endif %}