Code Monkey home page Code Monkey logo

user-story-vis's People

Contributors

kemaltulum avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

user-story-vis's Issues

Meeting @06.05.2019

I have been working on creating different kind of trees and storing them on the database. I dealt with the problem of storing trees but there are missing implementation details.

Things to do for this week

  • Create is-a relations between actors like Staff Member and Zoning Staff Member
    Status Detail: The backend part is almost complete but the frontend is missing.
    A sample tree will be provided

  • Add new level to the tree containing objects
    Status Detail: This is done. Sample tree is given below
    story-tree

  • Comment the code.
    Status Detail: I will provide a general perspective of the architecture with necessary comments and challenges explained. I am writing some inline codes where explanation needed.

  • Show related user story where a node is clicked
    Status Detail: The data structure needed for this functionality is prepared. The frontend implementation is missing

  • Detect the objects of actions
    Status Detail: This is completed.
    An example story:

{
    "_id": {
        "$oid": "5ccfb0f50698f365bf49e435"
    },
    "error_status": {
        "errors": []
    },
    "full_text": "As a Staff member, I want to Send a Formal Response to Applicant, so that I can satisfy communication and records responsibilities.",
    "is_parsed": true,
    "actor": "Staff member",
    "tokens": {
        "action": {
            "main_verb": "send",
            "main_object": {
                "text": "Response",
                "chunk": "a Formal Response"
            }
        }
    },
    "benefit": "I can satisfy communication and records responsibilities",
    "action": "Send a Formal Response to Applicant",
    "project_id": {
        "$oid": "5ccfa1271f380456213beb68"
    },
    "order": 1,
    "id_user": "1",
    "__v": 0,
    "createdAt": {
        "$date": "2019-05-06T03:58:46.882Z"
    },
    "updatedAt": {
        "$date": "2019-05-06T03:58:46.883Z"
    }
}
  • Add new stories to the top of other stories
    Status Detail: Done

  • Generate user stories automatically
    Status Detail: Done

Project Initialization: To-Do List

  • List the type of visualizations that will be used in the project
  • Put user story data to graph database
  • Draw component diagram
  • Complete project description

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.