Skip to content

Commit

Permalink
2014-09-01
Browse files Browse the repository at this point in the history
----------

* Many improvements on viewsite
    - Explicit flow registration on viewsite
    - Process details, task and queus views
    - Permission base filtering
* New example: custom flow node and dynamic splitting
* Celery dependecy optional and moved to contrib package
* Examples available live at http://examples.viewflow.io
* Started introduction video series - https://vimeo.com/104701259
  • Loading branch information
kmmbvnr committed Sep 1, 2014
1 parent a038ce4 commit c4b23f2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ And add it into INSTALLED_APPS settings
Quick start
===========
See the introduction video_ or read below:

.. _video: http://vimeo.com/m/104701259

Let's define basic Hello Process where one could start hello world request, another person approves it,
and as soon as the request is approved it should be send into background.

Expand Down Expand Up @@ -138,6 +142,18 @@ License
Changelog
=========

0.5.0 2014-09-01
----------------

* Many improvements on viewsite
- Explicit flow registration on viewsite
- Process details, task and queus views
- Permission base filtering
* New example: custom flow node and dynamic splitting
* Celery dependecy optional and moved to contrib package
* Examples available live at http://examples.viewflow.io
* Started introduction video series - https://vimeo.com/104701259

0.4.0 2014-08-01
-----------------

Expand Down Expand Up @@ -174,3 +190,11 @@ Changelog

* Initial public prototype
* Basic set of tasks support (View, Job, If/Switch, Split/Join)


Roadmap
=======

* 0.5.0 going to be the last alpha release
* 0.6.0 at 1st October would have considered first release with stable API
* 1.0.0 LTS estimated at January/February 2015 would have lifetime support same as django 1.6

0 comments on commit c4b23f2

Please sign in to comment.