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

Delete a Relation between Nodes #5

Closed
1 task done
code-inflation opened this issue Oct 15, 2018 · 2 comments
Closed
1 task done

Delete a Relation between Nodes #5

code-inflation opened this issue Oct 15, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@code-inflation
Copy link
Contributor

code-inflation commented Oct 15, 2018

Description of problem
There should be a way for a user to delete connections between a content-node and a concept-node.

Solution
Provide the possibility for the user to delete existing connections between content and generated or manually added nodes.
Add a small delete button is displayed on the concept.

Additional context

Criteria for acceptance

  • The user can delete unwanted connections between nodes
@disperate
Copy link
Contributor

How can we prevent auto generated connections to reappear? Are all deleted connections persisted as some kind of blacklist for the concept node to content node mapping?

@code-inflation
Copy link
Contributor Author

How can we prevent auto generated connections to reappear? Are all deleted connections persisted as some kind of blacklist for the concept node to content node mapping?

On the relationship between the article nodes in neo4j there is now a property that represents if the relationship is hidden from the user.
The conceptrunner does not override this property when the tf_idf values get updated.

@issue-sh issue-sh bot added review and removed in progress labels Dec 6, 2018
@disperate disperate changed the title delete a connection between a content-node and a concept-node Delete a Relations between Nodes Jan 2, 2019
@disperate disperate changed the title Delete a Relations between Nodes Delete a Relation between Nodes Jan 2, 2019
@issue-sh issue-sh bot closed this as completed Jan 16, 2019
@issue-sh issue-sh bot removed the review label Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants