Skip to content

Commit

Permalink
Fixed readme typo. Replaced 'Bar' with 'Place' in UML.
Browse files Browse the repository at this point in the history
  • Loading branch information
picamator committed Nov 4, 2016
1 parent aac6f1a commit 6de6429
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
CHANGELOG
=========

0.1.1 (2016-11-04)
------------------
* Fixed readme type
* Replaced `Bar` to `Place` in UMLs

0.1.0 (2016-11-01)
------------------
* Prototype
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -116,7 +116,7 @@ PlaceSearchApi has those layers:

1. Framework: Silex
2. Application: App
3. Domain: Search, Engine, Command
3. Domain: Search, Engine
4. Core Domain: Model

Extensibility
Expand Down Expand Up @@ -153,7 +153,7 @@ PlaceSearchApi does not have Framework dependency:
* domain does not use Frameworks components

### 3-rd party dependency
PlaceSearchApi uses own Interfaces and wrappers over 3-rd party applications additionally it's catch and resent own Exceptions.
PlaceSearchApi uses own Interfaces and wrappers over 3-rd party applications additionally it's catch and resend own Exceptions.

### Code coupling
Having layer architecture additional with composition bring independent and clear communication between modules.
Expand Down
6 changes: 0 additions & 6 deletions dev/docker/README.md
Expand Up @@ -45,12 +45,6 @@ Please configure you `host` in you host machine:
1. Add line `place-search.dev 0.0.0.0`
2. Open `http://place-search.dev:8080` in your browser

### MongoDB
in-progress

### RabbitMQ
in-progress

Configuration IDE (PhpStorm)
----------------------------
### Remote interpreter
Expand Down
Binary file modified doc/uml/activity.diagram.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/uml/activity.diagram.zargo
Binary file not shown.
Binary file modified doc/uml/class.diagram.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/uml/class.diagram.zargo
Binary file not shown.

0 comments on commit 6de6429

Please sign in to comment.