Giter VIP home page Giter VIP logo

sygimgh's Introduction

sygimgh

Tracking project, visualize dependencies, housekeeping tasks.

Features

  • Visualize project tasks as nodes, task dependencies as lines between nodes, thus whole project is an Directed Acyclic Graph(DAG).
  • Node(task) has customized attributes.
  • Can add child node to node, ex: Add a new node B to node A, means Task A depends on Task B, child node inherits all customized attributes of parent node.
  • Can link parent node to exist child node, ex: Link node A to node B, means Task A depends on Task B.
  • Recursively tracing nodes(parent to children) and apply some aggregate/filter functions(children to parent) upon some atrribute.
  • Visualize the above tracing process as animated-updating number/bar/(some chart) on the node.
  • Housekeep the project by analyzing each node with some customized Housekeep Rules

Definitions

Node

  • A project, a task, an item, a component, anything that could have dependencies on other nodes.
  • A node can has child nodes, and depends on its child nodes.

Attribute

  • Defines a node's property.
  • Attribute's value is held in node.
  • Attribute's type and label defined in manual.
  • Can be bound to a reducing method in manual.

Manual

  • Attached to a node, used to define the node's attributes, reducing methods, and housekeeping rules.
  • If a node doesn't have a manual, the manual of its ascendants which has the shortest path to this node, will apply.

Reducing Methods

  • A group of functions that can be bind to an attribute and used to reduce the attribute's values of child nodes to that of parent node.

Housekeeping Rules

  • Customized rules to check if a node is in a "health" status.
  • If not, mark the node as "unhealthy" and report to user.
  • Defined in manual.

sygimgh's People

Contributors

yglin avatar

Watchers

 avatar

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.