nsidc / usaon-benefit-tool

Application for configuring USAON Benefit Tool value tree analysis surveys and gathering input from respondents
https://usaon-benefit-tool.readthedocs.io/
MIT License
0 stars 3 forks source link

Enforce allowed links #267

Closed rmarow closed 3 months ago

rmarow commented 3 months ago

With the new data model linking is allowed on all types. This issue is to add limitations for linking to follow:

flowchart LR
    A[Observing Systems]--> |supports| B[Intermediate Products]
    A --> |self| A
    B --> |supports| C(End Products)
    B --> B
    C --> C
    C --> |supports| D[Societal Benefit Areas]

excluding linking to self at this time