User Scenarios - SWE-574-Spring-2018/LinkyWay GitHub Wiki
This page contains user scenarios of the project.
Login, Creating Nodes and Edges, Adding Annotations
- Ali logs into the system using his Twitter account.
- He searches for the node "Christopher Manning" but he could not find that node.
- He creates the node "Christopher Manning".
- He finds out that node "Natural Language Processing" exists in the system.
- He creates and edge between the node he created "Christopher Manning" and "Natural Language Processing".
- While he is creating the edge, he chooses "P101 - field of work" from the Wikidata properties.
- He makes the direction of the edge as "Christopher Manning"-> field of work -> "Natural Language Processing".
- He creates another edge but he does not choose any Wikidata property while he is creating the edge. Instead, he provides free text as "worldwide authority" and chooses the direction as "Christopher Manning"-> worldwide authority -> "Natural Language Processing"
- He annotates the node with Wikidata item "Christopher D. Manning (Q22826132)".
- He finds an image from his computer, select some part of the image and annotates the node "Christopher Manning" with that part of the image.
- He finds another image from his computer and annotates the node with that image.
- He provides free text "The videos of Christopher Manning's online course Natural Language Processing with Deep Learning are available on Youtube." and annotates the node with that text.
- He finds a tweet and annotates the node with some of the text of that tweet.
- He finds a tweet and annotates the node with the full text of that tweet.
- He finds another tweet and annotates the node with the image of that tweet.
- He finds another tweet and annotates the node with some part of the image of that tweet.
Getting Data From the System
- The system provides an input field for node entry.
- The system verifies that there is no node existing on the node table in the system database with the specified name.
- The system saves the node to the node table with the specified name.
- The system lists the nodes present in the node table.
- The system provides 2 input fields for node selection.
- The system provides an input filed for direction selection for the selected nodes.
- The system provides an input field to select a Wikidata property edge.
- The system provides an input filed to enter free text for the edge.
- The system creates an edge on the edge table using the IDs of the specified two nodes and direction of the relation.
- The system provides an input field for tweet selection.
- The system provides an input field for text annotation if text is present within the tweet.
- The system provides an input field for image annotation if an image is present within the tweet.
- The system saves the annotation to the annotation table.
- The system saves the relation between the annotation and the node using IDs of the node and the annotation.