evomimic / map-holons

3 stars 1 forks source link

Implement get_relationships_from_links #105

Closed evomimic closed 3 months ago

evomimic commented 3 months ago

This enhancement retrieves and parses SmartLinks from the persistence tier and returns them via a RelationshipMap. Additionally, this enhancement simplifies the RelationshipMap data structures.

Current State

Dependencies

Issue #110

Proposal

NOTE: I edited the body of this proposal rather significantly from each original description to take into account the unification of SmartCollection and StagedCollection into HolonCollection and the replacement of RelationshipTarget with HolonCollection.

Add get_relationships_from_links to SmartLinksManager

_In the smart_linkmanager.rs file:

Testing

No separate test cases will be defined. Full testing of this capability will be handled in #107 .

Definition of Done

evomimic commented 3 months ago

@dauphin3 : I added a new issue #110 . If you work that issue first, then I think #105 becomes easier. Let me know if you have any questions.