Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gusentanan authored Dec 25, 2024
1 parent bfb4492 commit 17bdade
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,12 @@ The architecture of this app is complies with each of 3 following points:

## Modules
<table>
<td><img src="https://github.com/gusentanan/moviee/assets/68723002/4e6fa048-95bc-4ca1-8884-614aa501fdf1" width=380></td>
<td><img src="https://github.com/user-attachments/assets/935d9ed5-abcf-41da-9ef9-e1d535971457" width=380></td>
</table>


Above graph shows the app modular structure.
- The `:app` module has a direct dependency on the `:core` and `:common-ui` module. Additionally, `:app` indirectly depends on the `:feature` module
- `:feature` modules depends on `:core`, `:common-ui` and `utility`.
- The `:app` module has a direct dependency on the `:core` and `:common-ui` module. Additionally, `:app` directly depends on the `:feature` module
- `:feature` modules depends on `:core`, `:common-ui` and indirectly depends on `utility`.
- Both `:core` and `:app` modules may have dependencies on the `:utility` module, but only if there is a need for specific utilities.
- The `:utility` and `:common-ui` module does not have any external dependencies.
<br></br>
Expand Down

0 comments on commit 17bdade

Please sign in to comment.