Updated Project Architecture (markdown)

Aurora Lahtela 2022-05-15 19:11:31 +03:00
parent 83f7281bf7
commit c55b1a4a29
1 changed files with 1 additions and 3 deletions

@ -47,11 +47,10 @@ From the build order, the dependencies between the modules should be apparent.
## Level 3: Package level overview
### Structure outline of `common`-module
![Overview](https://raw.githubusercontent.com/plan-player-analytics/Plan/master/Plan_architecture_overview.png)
#### Package structure
### Structure outline of `common`-module
Below are *packages* that are in package `common/src/java/com.djrapitops.plan`
@ -96,7 +95,6 @@ Package | Role
`utilities.logging` | Error logging code
`version` | System that checks for new version
### Dagger & Dependency Injection
Dagger (https://dagger.dev/) is used extensively around the project.