mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Solved typos
This commit is contained in:
parent
e65568bcb5
commit
0fcd4c93bd
@ -13,7 +13,7 @@ This software should offer a cloud based application\\framework for GUI and REST
|
||||
- Support of mixtures between executables and data
|
||||
- Versioning of every state of the used data
|
||||
- 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
|
||||
- High scalability (IaaS compatible)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Source
|
||||
Entities are the core component of infinito.
|
||||
Sources are the core component of infinito.
|
||||
## Purpose
|
||||
The whole domain logic just processes sources. This allows a high layer of abstraction.
|
||||
### 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
|
||||
- High scalability of rights
|
||||
- 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
|
||||
|
||||
## UML
|
||||
@ -16,7 +16,7 @@ The following UML shows the context of source entities.
|
||||
|
||||
## Types
|
||||
### 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
|
||||
Contain out of other sources. E.g. primitives and executables.
|
||||
#### Executable
|
||||
|
Loading…
Reference in New Issue
Block a user