From 0d8cf1bc17690de63ebbcf7b9f77b07770b8cca4 Mon Sep 17 00:00:00 2001 From: oleg Date: Sat, 9 May 2015 18:32:23 +0300 Subject: [PATCH] add todo for 1.0 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index fdd6aa0..287cdee 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,19 @@ nci - Continuous integration server written in node.js work in progress... +## TODO for release 1.0 + +* Dashboard(builds list, projects autocomlete) +* Build page (build info, console) +* Url for trigger build run +* YAML project configs +* Persistent builds +* Project relations (blocks, triggers, etc) +* Mail and jabber notifications (with commits, current step and error) +* Work with git and mercurial (build every commit, commit with tag, etc) +* Awesome build output (very close to terminal) +* Semantic versioning and plugins + ## Roadmap