Frontmatter
| id | 3151 |
| title | data.Model: fields => mapping property |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 13, 2022, 11:40 AM |
| updatedAt | Jun 13, 2022, 11:59 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3151 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 13, 2022, 11:59 AM |
it would be nice to map nested API values to top level model fields.
example:
{ name : 'id', mapping: 'foo.bar.baz.id' }to get this working, we will need to adjust
data.RecordFactory.