evomimic / map-proto1

Initial Proof-of-Concept of MAP Layer 0
Other
3 stars 0 forks source link

Code & Test Create (empty) HolonDescriptor fn #5

Closed evomimic closed 1 year ago

evomimic commented 2 years ago

As a HI Developer... I have a working API that allows me to create a new (empty) HolonTypeDescriptor.

Per the Metaspace Design Spec this capability requires implementing the following functions from the DescriptorBuilder trait:

NOTE: For this story... the HolonTypeDescriptor will have populated TypeHeader attributes (uuid, type_name, description, semantic_type, version, created_at, is_dependent) but not any properties, actions or relationships.

evomimic commented 1 year ago

Closing this issue as it is outdated. Will re-open a new issue that clarifies the exact work that needs to be done here.