-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation #4
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some minor suggestions, but other than those the documentation looks great!
@@ -0,0 +1,3 @@ | |||
1. [User Interface](./Documentation/01_UserInterface.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. [User Interface](./Documentation/01_UserInterface.md) | |
1. [User Interface](./01_UserInterface.md) |
@@ -0,0 +1,3 @@ | |||
1. [User Interface](./Documentation/01_UserInterface.md) | |||
2. [Building Blocks: Objects, Agents and Tasks](./Documentation/02_BuildingBlocks.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2. [Building Blocks: Objects, Agents and Tasks](./Documentation/02_BuildingBlocks.md) | |
2. [Building Blocks: Objects, Agents and Tasks](./02_BuildingBlocks.md) |
@@ -0,0 +1,3 @@ | |||
1. [User Interface](./Documentation/01_UserInterface.md) | |||
2. [Building Blocks: Objects, Agents and Tasks](./Documentation/02_BuildingBlocks.md) | |||
2. [Writing Custom Tasks](./Documentation/03_CustomTasks.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2. [Writing Custom Tasks](./Documentation/03_CustomTasks.md) | |
2. [Writing Custom Tasks](./03_CustomTasks.md) |
|
||
 | ||
|
||
The most important function of PresentationObjects is to enforce the interface between domain and presentation layer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The most important function of PresentationObjects is to enforce the interface between domain and presentation layer. |
|
||
The most important function of PresentationObjects is to enforce the interface between domain and presentation layer. | ||
|
||
For a single component that interface is represented by an actual PHP interface. So let's start with that: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For a single component that interface is represented by an actual PHP interface. So let's start with that: |
--- | ||
|
||
<div align="center"> | ||
<a href="./02_BuildingBlocks.md">< 2. Building Blocks ></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<a href="./02_BuildingBlocks.md">< 2. Building Blocks ></a> | |
<a href="./02_BuildingBlocks.md">< 2. Building Blocks</a> |
@@ -0,0 +1,60 @@ | |||
<div align="center"> | |||
<a href="./02_BuildingBlocks.md">< 2. Building Blocks ></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<a href="./02_BuildingBlocks.md">< 2. Building Blocks ></a> | |
<a href="./02_BuildingBlocks.md">< 2. Building Blocks</a> |
--- | ||
|
||
<div align="center"> | ||
<a href="./01_UserInterface.md">< 1. User Interface</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<a href="./01_UserInterface.md">< 1. User Interface</a> | |
<a href="./01_UserInterface.md">< 1. User Interface</a> |
@@ -0,0 +1,67 @@ | |||
<div align="center"> | |||
<a href="./01_UserInterface.md">< 1. User Interface</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<a href="./01_UserInterface.md">< 1. User Interface</a> | |
<a href="./01_UserInterface.md">< 1. User Interface</a> |
No description provided.