rename Application to CategoryCollection #40
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
- Event driven as in components simply listens to events from the state and act accordingly.
|
||||
- **Application Layer**
|
||||
- Keeps the application state
|
||||
- The [state](src/application/Context/State/ApplicationState.ts) is a mutable singleton & event producer.
|
||||
- The [state](src/application/Context/State/CategoryCollectionState.ts) is a mutable singleton & event producer.
|
||||
- The application is defined & controlled in a [single YAML file](src/application/application.yaml) (see [Data-driven programming](https://en.wikipedia.org/wiki/Data-driven_programming))
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user