Refactor: modularize slot feature and relocate related logic
- Extracted `Slot` functionality into a new `slot` module with dedicated DI setup and updated dependencies. - Moved `GetSlotsByRoomUseCase` and `SlotUiMapper` into the `slot` module for better modular structure. - Updated all references of `Slot` components and mappers for consistent integration across modules. - Consolidated and re-organized slot-related UI strings into the `core/ui` module for reuse. - Adjusted Gradle files and dependency configurations to support the new `slot` module.
Пожалуйста, зарегистрируйтесь или войдите чтобы прокомментировать