Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a way to restrict relationships to be drawn between specific Node classes #81

Open
MasterMedo opened this issue Jan 23, 2022 · 1 comment
Labels
community community Effort - High Effort - High feature feature Frequency - Monthly Frequency - Monthly Priority - Later Priority - Later Reach - Some Reach - Some Severity - S3 Severity - S3

Comments

@MasterMedo
Copy link
Contributor

MasterMedo commented Jan 23, 2022

A user should be able to specify which node types valid for that Relationship class:

class User(Node):
    pass

class FriendWith(Relationship):
    _start_node: User
    _end_node: User
@g-despot g-despot added this to To do in Release v1.2 Mar 2, 2022
@katarinasupe
Copy link
Contributor

@g-despot I think this will not be in the release 1.2?

@katarinasupe katarinasupe added the good first issue good first issue label Mar 31, 2022
@katarinasupe katarinasupe removed this from To do in Release v1.2 Mar 31, 2022
@katarinasupe katarinasupe added the type: enhancement New feature or request label Mar 31, 2022
@g-despot g-despot removed the good first issue good first issue label May 23, 2022
@katarinasupe katarinasupe added feature feature community community Importance - I3 Importance - I3 Severity - S3 Severity - S3 Effort - High Effort - High and removed type: enhancement New feature or request labels Dec 28, 2023
@hal-eisen-MG hal-eisen-MG added Priority - Later Priority - Later and removed Priority - Later Priority - Later labels Feb 4, 2024
@hal-eisen-MG hal-eisen-MG added Priority - Later Priority - Later and removed Priority - Later Priority - Later labels Feb 18, 2024
@katarinasupe katarinasupe added Frequency - Monthly Frequency - Monthly Reach - Some Reach - Some and removed Importance - I3 Importance - I3 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community community Effort - High Effort - High feature feature Frequency - Monthly Frequency - Monthly Priority - Later Priority - Later Reach - Some Reach - Some Severity - S3 Severity - S3
Projects
Status: Todo
Development

No branches or pull requests

4 participants