In the project uses:
Android SDK:OJetpack ComposeRoomDagger - HiltMVVM- Single Screen Pattern
All db relationship represent in Relationship.kt
Physical database model:
| ------------ | db model | ------------- |
|---|---|---|
![]() |
Now the project is in its final state in terms of logic
Actual problems:
- Performance issues on the AddDishScreen (because screen infinitely update image (I guess))
- Storing images in a database
- Lack of some CRUD operations on entities
- Very bad design
