Skip to content

Conversation

@laravdiemen
Copy link
Contributor

@laravdiemen laravdiemen commented Dec 15, 2025

Dit is een eerste opzet voor de frontend van de connection control.

Voor nu worden alle posttypes ingeladen en die komen dan onder filters als volgt te staan. Uiteindelijk is de bedoeling dat hier alleen de posttypes worden ingeladen die een connectie hebben met de geselecteerde posttype. Dat moet ik nog ergens van kunnen ophalen.
image

@SimonvanWijhe zo sla ik op wat er geselecteerd is, de value is de post id.

{
    "yard-event-venue": [
        {
            "value": 404,
            "label": "Yard Digital Agency"
        }
    ],
    "testimonial": [
        {
            "value": 220,
            "label": "VOORBEELD: Verhaal D"
        },
        {
            "value": 221,
            "label": "VOORBEELD: Verhaal C"
        }
    ],
    "yard-event": [
        {
            "value": 385,
            "label": "Event A"
        }
    ],
    "yard-event-schedule": [
        {
            "value": 416,
            "label": "Event F"
        }
    ]
}

@SimonvanWijhe om yard-event-venue in dit lijstje te krijgen moet public op true staan, dat staat standaard op false omdat er over het algemeen geen detailpagina van hoeft te zijn.

@github-actions
Copy link

Coverage report for commit: 9efc15f
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ███████████████████████ │ 42.9%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ████████░░░░░░░░░░░░░░░ │ 14.3%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ████████░░░░░░░░░░░░░░░ │ 14.3%
 100% │ ████████████████░░░░░░░ │ 28.6%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 27.36% | Methods: 60.42%
FilesLinesMethodsBranches
src/Block
   Block.php--100.00%
   BlockAttributes.php91.84%96.43%100.00%
src/Casts
   IntCast.php50.00%-100.00%
src/Query
   PostQuery.php--100.00%
   QueryInterface.php100.00%100.00%100.00%
src
   QueryBlockServiceProvider.php--100.00%
src/Traits
   Helpers.php100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

1 similar comment
@github-actions
Copy link

Coverage report for commit: 9efc15f
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ███████████████████████ │ 42.9%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ████████░░░░░░░░░░░░░░░ │ 14.3%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ████████░░░░░░░░░░░░░░░ │ 14.3%
 100% │ ████████████████░░░░░░░ │ 28.6%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 27.36% | Methods: 60.42%
FilesLinesMethodsBranches
src/Block
   Block.php--100.00%
   BlockAttributes.php91.84%96.43%100.00%
src/Casts
   IntCast.php50.00%-100.00%
src/Query
   PostQuery.php--100.00%
   QueryInterface.php100.00%100.00%100.00%
src
   QueryBlockServiceProvider.php--100.00%
src/Traits
   Helpers.php100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

@laravdiemen
Copy link
Contributor Author

Ik sluit deze PR omdat het in #112 zit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants