MedicOneSystems / MedicOneSystems/livewire-datatables
optional aggregated subquery for relationship of a 'many' type
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
I have a HasMany relationship column, and I would like to return an array of the relationship ids, for example 'child.id'. However currently this would return a aggregated count as its a 'many' type. Is there a good way of returning the ids as array to do something with on a call back?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Trace how HasMany relationship columns are converted into aggregate queries and callback values, then define the expected array-of-IDs behavior and add coverage for that case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100