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

[feature] Build a chain of comments #4

Open
b-pos465 opened this issue Aug 7, 2019 · 0 comments
Open

[feature] Build a chain of comments #4

b-pos465 opened this issue Aug 7, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@b-pos465
Copy link
Member

b-pos465 commented Aug 7, 2019

Currently, there is a 1:n relation between issues and comments.

It could make things clearer when we create a chain of comments. Something like:

(Issue) -[:HAS_COMMENT]-> (Comment) -[:FOLLOWED_BY*]-> (Comment)

JJRC gives us an Iterable<Comment>. To make sure they are in the correct order we should sort them by their creation date.

@b-pos465 b-pos465 added enhancement New feature or request good first issue Good for newcomers labels Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant