Use Object.assign() in js models
Open
Front End
good first issue
- Dominant language
- C#
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Use [Object.assign()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign) instead of manually mapping each field to key-value pair.
Complex types such a references to other models classes can be created by first popping the dict with the complex type and creating it seperately.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.