Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Redesign image.
Browse files Browse the repository at this point in the history
  • Loading branch information
philwinder committed Aug 12, 2016
1 parent b7d938e commit e0486aa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Binary file added Orders-flow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
[![Build Status](https://travis-ci.org/microservices-demo/shipping.svg?branch=master)](https://travis-ci.org/microservices-demo/shipping) [![Coverage Status](https://coveralls.io/repos/github/microservices-demo/shipping/badge.svg?branch=master)](https://coveralls.io/github/microservices-demo/shipping?branch=master)
[![Build Status](https://travis-ci.org/microservices-demo/shipping.svg?branch=master)](https://travis-ci.org/microservices-demo/shipping)
[![Coverage Status](https://coveralls.io/repos/github/microservices-demo/shipping/badge.svg?branch=master)](https://coveralls.io/github/microservices-demo/shipping?branch=master)

# shipping

A microservices-demo service that provides shipping capabilities.

This build is built, tested and released by travis.

# Test
`./test/test.sh < python testing file >`. For example: `./test/test.sh unit.py`

`./test/test.sh < python testing file >`. For example: `./test/test.sh
unit.py`

# Build

`GROUP=weaveworksdemos COMMIT=test ./scripts/build.sh`

# Push

`GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh`

## Redesign

This microservices will shortly go through a redesign to allow for
multi-step checkouts. A rough sketch of the flow is below:

![Orders flow](./Orders-flow.png)

0 comments on commit e0486aa

Please sign in to comment.