valueflows

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

commit 4a749dba676f0b0139ff48633aa43bcb5d109587
parent 48892af2d30997634b53d550403e492986f81f42
Author: Paul Mackay <pauljmackay@gmail.com>
Date:   Mon,  7 Dec 2015 07:21:51 +0000

Split bike use cases into separate files

Diffstat:
Ause-cases/circular-economy/broken-bike-give-away.md | 32++++++++++++++++++++++++++++++++
Ause-cases/circular-economy/broken-bike-recycle.md | 28++++++++++++++++++++++++++++
Ause-cases/circular-economy/broken-bike-repair.md | 35+++++++++++++++++++++++++++++++++++
Duse-cases/circular-economy/broken-bike.md | 86-------------------------------------------------------------------------------
4 files changed, 95 insertions(+), 86 deletions(-)

diff --git a/use-cases/circular-economy/broken-bike-give-away.md b/use-cases/circular-economy/broken-bike-give-away.md @@ -0,0 +1,32 @@ +# Bicycle + +John has a broken bike and is not sure what to do with it. He lives in Haringey, London. + + +## Give away on local exchange network + +### Entities + +**Agents** + +* John +* Alice who is looking for a cheap bike and can repair it herself +* Exchange network + +**ResourceTypes** + +* Bicycle +* Exchange network ?? + +**Resources** + +* John’s bike with a dodgy brake +* Local online Freecycle group + +### Resource flows + +* John finds the Freecycle group via a local index +* John posts a notice (intent?) about the bike on Freecycle +* Alice replies saying she would like the bike +* They arrange a time/place and John gives the bike to Alice + diff --git a/use-cases/circular-economy/broken-bike-recycle.md b/use-cases/circular-economy/broken-bike-recycle.md @@ -0,0 +1,28 @@ +# Bicycle + +John has a broken bike and is not sure what to do with it. He lives in Haringey, London. + + +## Take to local recycling centre + +### Entities + +**Agents** + +* John + +**ResourceTypes** + +* Bicycle +* Household waste recycling centre + +**Resources** + +* John’s bike with a dodgy brake +* The Haringey Recycling Centre. It takes many forms of waste. Some items suitable for reuse are passed onto other organisations. + +### Resource flows + +* John drops off the bike at the recycling centre. + + diff --git a/use-cases/circular-economy/broken-bike-repair.md b/use-cases/circular-economy/broken-bike-repair.md @@ -0,0 +1,35 @@ +# Bicycle + +John has a broken bike and is not sure what to do with it. He lives in Haringey, London. + + +### Entities + +**Agents** + +* John +* Dave, runs a bike shop that does repairs. + +**ResourceTypes** + +* Bicycle +* Bike shop + +*Resources* +* John’s bike with a dodgy brake +* Dave’s bike shop that provides a repair service + +### Resource flows + +* Exchange + * John gives Dave the bike +* Process + * Dave repairs bike +* Exchange + * Dave gives the bike back to John + * John pays money for the repair. + +### Issues + +* _Is this a process of repair or a temporary exchange?_ +* _Is the repair service a property of the shop or a skill of Dave?_ diff --git a/use-cases/circular-economy/broken-bike.md b/use-cases/circular-economy/broken-bike.md @@ -1,86 +0,0 @@ -# Bicycle - -John has a broken bike and is not sure what to do with it. He lives in Haringey, London. - -## Take for repair - -### Entities - -**Agents** - -* John -* Dave, runs a bike shop that does repairs. - -**ResourceTypes** - -* Bicycle -* Bike shop - -*Resources* -* John’s bike with a dodgy brake -* Dave’s bike shop that provides a repair service - -### Resource flows - -* Exchange - * John gives Dave the bike -* Process - * Dave repairs bike -* Exchange - * Dave gives the bike back to John - * John pays money for the repair. - -### Issues - -* _Is this a process of repair or a temporary exchange?_ -* _Is the repair service a property of the shop or a skill of Dave?_ - -## Give away on local exchange network - -### Entities - -**Agents** - -* John -* Alice who is looking for a cheap bike and can repair it herself - -**ResourceTypes** - -* Bicycle -* Exchange network - -**Resources** - -* John’s bike with a dodgy brake -* Local Freecycle group - -### Resource flows - -* John finds the Freecycle group via a local index -* John posts a notice (intent?) about the bike on Freecycle -* Alice replies saying she would like the bike -* They arrange a time/place and John gives the bike to Alice - -## Take to local recycling centre - -### Entities - -**Agents** - -* John - -**ResourceTypes** - -* Bicycle -* Household waste recycling centre - -**Resources** - -* John’s bike with a dodgy brake -* The Haringey Recycling Centre. It takes many forms of waste. Some items suitable for reuse are passed onto other organisations. - -### Resource flows - -* John drops off the bike at the recycling centre. - -