deep-foundation / deep-foundation/deep-packages
Add Client handler to create Value links
- Dominant language
- No language data
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.