mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 02:06:23 +02: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
|
- 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)
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user