fullstack-lang / gong

Gong (go+ng) is a go sub-language that compiles to go and angular. All valid go is valid gong and vice versa. Gong enables fast development of web applications. Gong is model centric and by default, a UML diagram editor of the model is embedded in each application.
MIT License
11 stars 1 forks source link

Develop another method for updating objects #458

Closed thomaspeugeot closed 7 months ago

thomaspeugeot commented 8 months ago

Current implementation in the front mixes fields and pointer encoding.

Problem:

When updating, this forces the erasure of pointers fields (slice also) before the update and the redeeming after. The front might detect the changes which causes problems

Solution: