Solved typos

This commit is contained in:
Kevin Frantz 2019-02-08 10:59:27 +01:00
parent e65568bcb5
commit 0fcd4c93bd
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ This software should offer a cloud based application\\framework for GUI and REST
- Support of mixtures between executables and data - Support of mixtures between executables and data
- Versioning of every state of the used data - Versioning of every state of the used data
- Automized transparency for users about their data and use - Automized transparency for users about their data and use
- Expanding the standard program paradigma of classes and objects through [sources](application/symfony/src/Entity/Source/README.md); - Expanding the standard program paradigma of classes and objects through [sources](application/symfony/src/Entity/Source/README.md).
- Implementation of all big standard applications via API to manage them over one interface - Implementation of all big standard applications via API to manage them over one interface
- High scalability (IaaS compatible) - High scalability (IaaS compatible)

View File

@ -1,5 +1,5 @@
# Source # Source
Entities are the core component of infinito. Sources are the core component of infinito.
## Purpose ## Purpose
The whole domain logic just processes sources. This allows a high layer of abstraction. The whole domain logic just processes sources. This allows a high layer of abstraction.
### Functions ### Functions
@ -7,7 +7,7 @@ The whole domain logic just processes sources. This allows a high layer of abstr
- Connect data of APIS, executable, and static documents - Connect data of APIS, executable, and static documents
- High scalability of rights - High scalability of rights
- Versioning of every state of a source - Versioning of every state of a source
- Process different kinds of types through a identical core of domain logic. - Process different kinds of types through a identical core of domain logic
- Easy to modify and to expand - Easy to modify and to expand
## UML ## UML
@ -16,7 +16,7 @@ The following UML shows the context of source entities.
## Types ## Types
### Primitive ### Primitive
Just contain one MySql native data type. Just contain out of one [MySQL native data type](https://dev.mysql.com/doc/refman/8.0/en/data-types.html).
### Complex ### Complex
Contain out of other sources. E.g. primitives and executables. Contain out of other sources. E.g. primitives and executables.
#### Executable #### Executable