Implement a comment/discussion system in GraphSpace#426
Open
yash170106065 wants to merge 96 commits intoMurali-group:comment-systemfrom
Open
Implement a comment/discussion system in GraphSpace#426yash170106065 wants to merge 96 commits intoMurali-group:comment-systemfrom
yash170106065 wants to merge 96 commits intoMurali-group:comment-systemfrom
Conversation
…into comment-system
Collaborator
|
adbharadwaj
requested changes
Jun 30, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
The aim of this project is to implement a real-time comment/discussion system that will allow users to comment on graphs and discuss ideas with each other using the GraphSpace web interface. This is the feature of Graphspace is used for discussions inside the group. This feature allows users to create discussions about some particular topic so that members of the group will join the discussions and discuss the topic. This feature helps researchers to discuss some ideas and issues.
Features of this discussion system in Groups
Add discussions.Create comments on it.Edit and Delete.discussion and commentsClose and Open discussions.Realtime functionality for all features.Search functionality.Read-more functionality for longer comments.Reaction system for comments.Test Cases
Features of this Comment system on Graphs
Add Comments.Create comments on specific nodes, edges, subgraph, and graphEdit and Delete commentsResolve and Re-open discussions.Realtime functionality for all features.Label for comments for identifying(#Nodes #Edges, #Graph )Read-more functionality for longer comments.Reaction system for comments.