From 52ed45bccaf0109477851bab0c96d1113eddcb21 Mon Sep 17 00:00:00 2001 From: oleg Date: Thu, 13 Aug 2015 21:31:06 +0300 Subject: [PATCH] update readme --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f359430..6d5e783 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ work in progress... ## TODO for release 0.9 -* Dashboard (builds list, projects autocomlete) -* Build page (build info(dates, changes, etc), console) -* Awesome build output (very close to terminal) +* ~~Dashboard (builds list, projects autocomlete)~~ +* ~~Build page (build info(dates, changes, etc), console)~~ +* ~~Awesome build output (very close to terminal)~~ * ~~Url for trigger build run~~ * ~~YAML project and server(executors count, etc) configs~~ * ~~Persistent build and console output information~~ @@ -24,6 +24,24 @@ work in progress... * ~~Compile client for production~~ * Semantic versioning and plugins +Ui fixes + +* speed up console output +* projects autocomplete +* add time ago at build list +* show scm changes on build page +* react says many many time to console: + Warning: setState(...): Can only update a mounted or mounting component. + This usually means you called setState() on an unmounted component. + This is a no-op. +* show duration details (steps duration) on build page +* speed up build points animation at ff +* current successfully streak icons at project page +* don't appear build from onther project on project page +* update project info changes (avg duration, etc) on the fly - project page +* long commit comment breakes build card makeup +* comment start/duration should be on same place during all steps + ## Roadmap * Responsive ui (persistent connection via socketio or something else +