haritsfahreza/libra

[NEW] Support Object Unique ID

haritsfahreza opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
As a developer, I want to know which object from my struct is changed based on the unique ID that I defined before.

Describe the solution you'd like

  • Add ability to define the unique ID tagging of the struct
  • Add field Object ID to keep the Object Unique ID information in Diff
  • Enhance the process to read the tagging
  • Only one field that tagged as unique ID per struct permitted

Describe alternatives you've considered
None

Additional context
None