Open cfisher-scottlogic opened 1 year ago
Started working on this whilst I was waiting for #25 to be reviewed. Now that's been merged I'll be focusing on #66, so this can be picked up by someone else.
Branch (WIP): https://github.com/ScottLogic/finos-vuu/tree/VUU81-jsonnode-in-layout
Background
Layout definitions are currently being transferred to and from the server as raw string values in a single JSON field. Since the layout is defined in a JSON format, we want to embed this as a fully formed node within the request/response.
Work Required
definition
fields in all layout DTOs and entities fromString
toJsonNode
(import from Jackson databind)@Convert
to make use of the existingJsonNodeConverter
Notes