• Radch-enko's avatar
    Refactor: modularize fast booking feature and relocate DeleteBookingUseCase
    · 29c75771
    Radch-enko создал
    - Moved `DeleteBookingUseCase` to `core/domain` module for better reuse across features.
    - Extracted `FastEvent` logic into a new `fastBooking` module with dedicated DI setup and updated dependencies.
    - Renamed `FastEventComponent` to `FastBookingComponent` for improved clarity and consistency.
    - Updated references and file paths for `FastEvent` to align with the new `fastBooking` module.
    - Adjusted Gradle and DI configurations to support the modularized `fastBooking` feature.
    29c75771