Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Text based road maps of things that are either "not started", "in progress" or "done", and may have inter-dependencies, rendered as dot

chids/roadmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Maintenance Intended

If you find this interesting you might want to check out:


Roadmap

Text based road maps of things that are either "not started", "in progress" or "done", and may have inter-dependencies, rendered as dot

I like visualizing stuff. This is a quick hack prototype of how to visualize "road maps". Groups of stuff that are to be done in some sort of sequence and might be interdependent such that Foo must be done in order for us to do thing Bar.

Example

name: "Project Name"
sections:
    - section:
        name: dev:development
        items:
            - java6:x
            - maven:x
            - jenkins
            - java7
            - sonar
    - section:
        name: infra:infrastructure
        items:
            - scp:x
            - ansible
                -> dev:maven
                -> meta:deft
            - chef
    - section:
        name: meta:process
        items:
            - roadmap:-
            - deft
            - jira

Example roadmap

Acknowledgements


Dropwizard

Copyright 2011-2012 Coda Hale and Yammer, Inc.

This product includes software developed by Coda Hale and Yammer, Inc.


Graphviz-Api

Copyright Kohsuke Kawaguchi


About

Text based road maps of things that are either "not started", "in progress" or "done", and may have inter-dependencies, rendered as dot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages