deep-foundation / deep-packages

This is repository for packages that are published only in NPM.
https://github.com/orgs/deep-foundation/projects/12
The Unlicense
0 stars 0 forks source link

Add Client handler to create Value links #45

Open FreePhoenix888 opened 6 months ago

FreePhoenix888 commented 6 months ago

There is no client handler that can create Value link. How I see user interaction with it

  1. Insert Type or its subtypes
  2. A user wants to set its value type by creating value link. The user has to query , for example, String link and then create value link. Now imagine if the user has more types that must have values. It would be more comfortable to have client handler to create value links Option A: Add that client handler for Value. Question: Is it fine? Does not it break single responsibility principle? Option B: Create "ValueManager" link and client handler for it
LiKissDmd commented 4 months ago

I take this)