Feat: Child items
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 52
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 82
Description
Is your feature request related to a problem? Please describe.
Many structured data models require at least one grouping.
It can expressed as an abstract parent-child relation defined with two tables.
As a simple example would be the "To-Do" table for multiple projects.
A single "To-Do" table could be created/duplicated for each project
or it could be expressed in as an project-table where each entry
has a relationship to a child-table with a different schema.
Describe the solution you'd like
An option to create a single child table with a fixed relation ship.
The child records should be displayable with expandable rows
and child records should be movable between parent rows (drag&drop).
Aggregation functions (min,max,status etc.) for read only column could be provided.
Describe alternatives you've considered
The current tables app make has little difference to a spreadsheet open in collabora online.
Additional context
No response
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. Begin by reviewing the existing tables app and defining the scope for fixed parent-child relations, expandable child rows, moving children between parents, and read-only aggregation; done requires an agreed design and working behavior for the requested capabilities.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100