deltaDAO / nautilus

The Data Economy TypeScript Toolkit
https://nautilus.delta-dao.com
Apache License 2.0
4 stars 2 forks source link

[Enhancement] Edited files objects in services should not change the service id #61

Open Abrom8 opened 9 months ago

Abrom8 commented 9 months ago

Motivation / Problem

Currently the convention is to build the service id from a hash including the files object. Changing the files will result in a new id which makes it hard to manage services.

Solution

Find a new convention to set unique service ids which stay the same after editing the files.