Skip to content

Commit

Permalink
remove 'draft' status from data standard
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed May 20, 2016
1 parent 3aaa586 commit 5306eea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/source/standard/contract.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Schema

Possible values are:

* `draft` - this contract has been transferred (from the tender system), but is not yet in force.
* `active` - this contract has been signed by all the parties, and is
now legally in force.
* `terminated` - this contract was signed and in force, and has now come
Expand Down Expand Up @@ -103,11 +102,9 @@ Workflow
.. graphviz::

digraph G {
A [ label="draft*" ]
B [ label="active"]
C [ label="terminated"]
A [ label="active*" ]
B [ label="terminated"]
A -> B;
B -> C;
}

\* marks initial state

0 comments on commit 5306eea

Please sign in to comment.