federatedbookkeeping / task-tracking

This repo contains the artefacts tracking work done on the Federated Task-Tracking project, funded by NLnet and the NGI Assure Programme.
MIT License
5 stars 2 forks source link

Dealing with different model structures #33

Open michielbdejong opened 5 months ago

michielbdejong commented 5 months ago

Suppose one system has 'labels' as an array of strings, and another one has it as a model in itself.

Then probably BridgeBot should treat it as a model, but when pushing to that system that uses array of strings, not push the labels, and instead just edit the strings array.

When pulling from that system, use the string value (or a content-addressable hash identifier of it) as the 'local' identifier, convert that to universal in an LriMap, etc.