JSON API: Included - consider nested associations
Open
relates-to: grails-views
- Dominant language
- Groovy
- Stars
- 2.9k
- Forks
- 975
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 92
Description
Add support for an entities nested associations up to one level like an Aritcles' `comments.author` in the following example:
http://jsonapi.org/format/#fetching-includes
Contributor guide
Research direction
Start by reading the JSON:API include specification linked in the issue, then locate Grails' JSON API include-handling entry point. Trace how a direct association is currently processed and determine where one-level nested paths such as comments.author would be handled. Done means nested associations up to one level are supported and covered by appropriate tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100