-
If I have a BaseNode with Map type relationships defined with a base class
``` java
@Node
public class BaseNode {
@Id
@GeneratedValue
private UUID id;
@Relationship(directio…
-
## Context
Based on my work on #212, I've realized the current extra complexity of the entire Organization structure in the Fertiscan Architecture. It is important to note, the information stored b…
-
Overview : I need to have the ability to parameterize the trust relationships for the runner role. I'd like to add a config variable to take in JSON formatted trust relationships to add to the automat…
-
Implement a UI to create federation relationships
- A sub link **Create Federation Relationships** that helps to create Federation Relationships using the tornjak UI
- Use backend apis below to cr…
-
A field for **In-Laws** under FAMILY RELATIONSHIP would be useful as I'm bumping into that a bunch.
-
Create settings for dynamic visibility for both the parent and child relationship. I am requesting this as I have a relationship where the same CPT is both the parent and child, and they should only …
-
| --- | --- |
| Bugzilla Link | [558675](https://bugs.eclipse.org/bugs/show_bug.cgi?id=558675) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Dec 29, 2019 05:27 EDT |
| Modified | Dec…
-
To test how this looks in v0.60
![image](https://github.com/inbo/collective-access/assets/98969825/98812cdf-bdc0-479a-b0ff-a27c8c821a6b)
-
Right now we only display `biolink:subclass_of` relationships in the Hierarchy section, we should include `biolink:part_of` as well
-
Set up Foreign Key relationships between the Book and Author models.