valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

ex-planning.md (2899B)


      1 # Planning Examples
      2 
      3 1. [Simple plan](#simple-plan)
      4 1. [Simple plan from recipe](#simple-plan-from-recipe)
      5 1. [Fulfillment and satisfaction](#fulfillment-and-satisfaction)
      6 2. [Proposals to sell and give away](#proposals-to-sell-and-give-away)
      7 2. [Proposal in timebank](#proposal-in-timebank)
      8 2. [Proposal for barter](#proposal-for-barter)
      9 2. [Proposal for work commitment](#proposal-for-work-commitment)
     10 2. [Proposals for price list](#proposals-for-price-list)
     11 
     12 #### Simple plan
     13 
     14 A plan for creating two different resources needed for one campaign.  The first resource requires two chained processes.
     15 
     16 ![plan diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/simple-plan.png)
     17 
     18 [import, lang:"yaml"](../../examples/simple-plan.yaml)
     19 
     20 #### Simple plan from recipe
     21 
     22 A plan generated from a recipe, for making a component.
     23 
     24 ![plan from recipe diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/plan-recipe.png)
     25 
     26 [import, lang:"yaml"](../../examples/plan-from-recipe.yaml)
     27 
     28 #### Fulfillment and satisfaction
     29 
     30 Commitments satisfying intents, and economic events fulfilling commitments.
     31 
     32 ![fulfillment diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/ful-sat.png)
     33 
     34 [import, lang:"yaml"](../../examples/fulfill-satisfy.yaml)
     35 
     36 #### Proposals to sell and give away
     37 
     38 A simple proposal with reciprocity expected, then another one to give the item away.
     39 
     40 ![sell give diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/prop-sell-give.png)
     41 
     42 [import, lang:"yaml"](../../examples/simple-proposals.yaml)
     43 
     44 #### Proposal in timebank
     45 
     46 A simple proposal for a timebank.  The reciprocity is assumed based on the timebank policies.
     47 
     48 ![timebank diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/prop-timebank.png)
     49 
     50 [import, lang:"yaml"](../../examples/proposal-timebank.yaml)
     51 
     52 #### Proposal for barter
     53 
     54 A simple proposal for barter.
     55 
     56 ![barter diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/prop-barter.png)
     57 
     58 [import, lang:"yaml"](../../examples/proposal-barter.yaml)
     59 
     60 #### Proposal for work commitment
     61 
     62 A simple proposal requesting help for work on a planned production process.  The reciprocal intent (payment) is governed by a previous agreement, and based on the actual hours that will be worked.
     63 
     64 ![proposal work diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/prop-work.png)
     65 
     66 [import, lang:"yaml"](../../examples/proposal-plan.yaml)
     67 
     68 #### Proposals for price list
     69 
     70 A simple set of proposals that make up a price list.
     71 
     72 ![price list diagram](https://raw.githubusercontent.com/valueflows/valueflows/master/release-doc-in-process/prop-list.png)
     73 
     74 [import, lang:"yaml"](../../examples/proposal-list.yaml)