- 31.07.2025 1 коммит
-
-
Vitaly.Smirnov создал
-
- 30.07.2025 1 коммит
-
-
Vitaly.Smirnov создал
* feat: Add localization for Russian and English * refactor: Improve date localization and formatting
-
- 18.07.2025 1 коммит
-
-
Radch-enko создал
Introduce an `isEditable` property in booking-related models, DTOs, and UI components. This flag determines if a booking can be edited or deleted within the tablet client. Adjusted UI behavior and backend logic to account for this property.
-
- 17.07.2025 2 коммита
-
-
Radch-enko создал
- Correct button clipping order in `FastBookingRightSide.kt`. - Update error string for time selection in `strings.xml`.
-
Radch-enko создал
- Added `NotificationDeduplicator` to prevent duplicate notifications. - Integrated Google Calendar `Event` updates for recent changes with a deduplication mechanism. - Enhanced `CalendarNotificationsController` with robust event handling and resource state validation. - Refactored public endpoints configuration using a centralized `PublicEndpoints` object for better management. - Updated Firebase topics and associated flows to align with new naming conventions. - Removed redundant timers and outdated logging to simplify codebase and improve maintainability. - Adjusted Gradle dependencies for `notifications` and related modules. - Improved logging configuration in `application.yml` for better debugging in non-production environments.
-
- 15.07.2025 1 коммит
-
-
KrugarValdes создал
-
- 11.07.2025 1 коммит
-
-
Radch-enko создал
- Integrated `CheckSettingsUseCase` in `RootComponent` for settings validation during initialization. - Removed `onSettings` callback and associated navigation logic in `MainComponent`. - Updated `RoomsResult` to calculate room index based on settings. - Eliminated `isSettings` state and redundant settings handling in `State` and `MainScreen`. - Improved `SettingsManager` initialization to prevent redundant assignments.
-
- 07.07.2025 1 коммит
-
-
Radch-enko создал
- Deleted `DefaultEventRepositoryMediator`, `EventManagerRepositoryImpl`, and related interfaces (`EventManagerRepository`, `EventRepositoryMediator`) for improved modularity. - Replaced redundant repository implementations with `LocalBookingRepositoryImpl` and `BookingRepositoryImpl`. - Introduced specialized use cases (`GetRoomsInfoUseCase`, `GetCurrentRoomInfosUseCase`) to simplify domain logic and reduce coupling. - Updated existing components (`FreeUpRoomUseCase`, etc.) to utilize the new repository and use case structure. - Removed outdated Xcode scheme configurations to streamline the project build settings.
-
- 06.07.2025 4 коммита
-
-
Radch-enko создал
- Removed `modalWindowSlot` navigation in `RootComponent`, `MainComponent`, and related components to simplify logic and improve maintainability. - Replaced modal navigation calls with direct method invocations (`openBookingDialog`, `onFastBooking`, and `onOpenFreeRoomModal`) for better modularity. - Deleted unused dependencies (`BookingEditorComponent`, `FastBookingComponent`, `SlotUseCase`, etc.) and redundant imports. - Updated `build.gradle.kts` files to streamline dependency management for better project organization. - Simplified `iosApp.xcscheme` by removing outdated configurations.
-
Radch-enko создал
- Added `isError` state tracking in `State` to improve error identification and handling. - Introduced `ErrorView` and updated `FastBooking` composables to display error UI when necessary. - Refactored `LoadingView` for better clarity and modularity. - Improved `FastBookingComponent` logic for room availability checks, error handling, and state management. - Updated `FreeSelectRoomComponent` to use `FreeUpRoomUseCase` directly and removed redundant event handling logic. - Added error string resource for better localization handling.
-
Radch-enko создал
- Added a timer to reset the selected date every minute in `MainComponent`. - Fixed `RoomsResult` logic to use the correct room index from the current state.
-
Radch-enko создал
- Replaced `first` with `minByOrNull` for safer event list start time handling. - Refactored `UpdateUseCase` to remove redundant `Clock` and `TimeZone` usage, simplifying time management logic. - Consolidated redundant code and improved readability in `MainComponent` by modularizing state updates and event listeners. - Updated `currentInstant` logic in `LocalDateTimeUtils` for better consistency with `LocalDateTime` utilities. - Removed fixed button width in `BusyRoomInfoComponent` for more flexible UI design. - Simplified `iosApp.xcscheme` by removing unused configurations and streamlining build settings.
-
- 05.07.2025 1 коммит
-
-
Radch-enko создал
- Added error state tracking (`isLoadUpdate`, `isErrorUpdate`, `isLoadCreate`, `isErrorCreate`) to the booking editor. - Refactored update and create event logic to handle errors and loading states properly. - Updated UI components to display loader or error messages for create and update operations. - Improved organizer selection logic with fallback handling for non-matching input. - Adjusted date and duration validation to ensure proper time range for events.
-
- 04.07.2025 2 коммита
-
-
Radch-enko создал
- Modularized platform-specific logic by introducing iOS-specific initializers and root components. - Enhanced date handling consistency by standardizing `LocalDateTime` usage across components and fixing `dayOfMonth` references. - Exported and updated Gradle dependencies (`decompose`, `datetime`, `calf-ui`). - Improved iOS app structure by integrating `RootHolder`, `RootView`, and `AppDelegate`. - Updated Xcode scheme settings and project files for enhanced build and test configurations.
-
Radch-enko создал
- Replaced `LocalDate` with `LocalDateTime` in `SlotComponent`, `MainComponent`, and related intents for better consistency. - Improved `updateSlots` logic by migrating to cleaner coroutine handling and state updates. - Fixed `DatePickerView` and `DateTimePickerComponent` to standardize month handling and date manipulation. - Updated `NetworkEventRepository` to retain hour and minute components when resetting time.
-
- 03.07.2025 10 коммитов
-
-
Radch-enko создал
- 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.
-
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.
-
Radch-enko создал
- Moved `CreateBookingUseCase` and `UpdateBookingUseCase` to the `core/domain` module for better cross-module reusability. - Extracted `BookingEditor` logic into a new `bookingEditor` module with di setup and updated dependencies. - Replaced `UpdateEventComponent` with `BookingEditorComponent` across the main module to streamline event management. - Consolidated shared UI components into the `core/ui` module to avoid duplication. - Updated Gradle files and DI modules for consistent dependency management. - Improved naming and organization of string resources for booking-related views.
-
Radch-enko создал
- Added key-based item rendering in `RoomInfoLeftPanel` for efficient slot updates. - Introduced `animateItem` modifier for smoother slot animations. - Refactored `updateEvent` logic to utilize a dedicated `IO` coroutine scope for better thread handling.
-
Radch-enko создал
Refactor: replace `Instant` with `LocalDateTime` for improved date management and interface consistency - Updated all references of `Instant` to `LocalDateTime` in the `Main` module and associated components. - Removed unused intents (`OnUpdate`, `OnResetSelectDate`) in `MainComponent`. - Enhanced date handling logic with new `currentDate` state and validation to prevent past date selections. - Refactored `DateTimeView` structure with reusable composable functions for better readability. - Improved date transition animations and formatting in `DateTimeView`.
-
Radch-enko создал
- Added `checkEnableButton` call to ensure button state updates dynamically after organizer selection.
-
Radch-enko создал
- Added null safety checks in `MainComponent` to prevent potential crashes during room selection. - Replaced `ExposedDropdownMenuBox` with a custom `DropdownMenu` implementation for streamlined organizer selection. - Adjusted dropdown menu width dynamically based on `TextField` size. - Fixed UI inconsistencies in `EventDurationView` by using `stringResource` for all string references. - Updated `UpdateEventComponent` to expand dropdown automatically when filtering organizers.
-
Radch-enko создал
- Added null safety checks in `MainComponent` to prevent potential crashes during room selection. - Replaced `ExposedDropdownMenuBox` with a custom `DropdownMenu` implementation for streamlined organizer selection. - Adjusted dropdown menu width dynamically based on `TextField` size. - Fixed UI inconsistencies in `EventDurationView` by using `stringResource` for all string references. - Updated `UpdateEventComponent` to expand dropdown automatically when filtering organizers.
-
Radch-enko создал
- Updated `HttpRequestUtil`: Added fallback for empty response bodies and support for `SuccessResponse` in HTTP status codes `201` and `204`. - Improved `SlotComponent`: Refactored slot update logic into a reusable `updateSlots` function. - Modified DI setup: Changed `Collector` to `single` scope and passed it to API implementations (`BookingApiImpl`, `UserApiImpl`, `WorkspaceApiImpl`). - Cleaned up redundant initialization in `MainComponent` and `UpdateEventComponent` with improved coroutine scope usage and updated state handling.
-
Radch-enko создал
- Implemented `UpdateEventComponent` with structured state and intent handling for updating events. - Added `UpdateBookingUseCase` and `DeleteBookingUseCase` for managing booking changes. - Introduced mapper utilities (`EventInfoMapper`, `UpdateEventComponentStateToEventInfoMapper`) for transforming state and domain models. - Enhanced `MainComponent` with `onDeleteEvent`, `onBooking`, and `onUpdateEvent` logic. - Integrated `Calf-UI` library for improved date picker functionality. - Replaced `EpicDatePicker` with `AdaptiveDatePicker` for streamlined UI. - Refactored Gradle dependencies and removed unused `epic-calendar-compose` library. - Updated `BusyRoomInfoComponent` to use `toFormattedString` for better time display. - Added reusable `FailureSelectRoomView` for handling room selection errors.
-
- 01.07.2025 4 коммита
-
-
Radch-enko создал
- Introduced `FastEventComponent` with state management, modal navigation, and room selection logic. - Added `CreateFastBookingUseCase` and `RemoveFastBookingUseCase` for handling fast bookings. - Implemented reusable UI components: `SuccessFastSelectRoomView`, `FailureFastSelectRoomView`, and `FreeBookingButtonView`. - Enhanced string resources and vector drawables to support booking confirmation and failure states. - Updated Gradle build scripts with required dependencies and ensured compatibility with the main module. - Refined domain utilities (`cropSeconds`) for improved timestamp precision.
-
Radch-enko создал
- Deleted `RoomInfo` and `SelectRoom` feature modules along with associated `build.gradle.kts` files. - Merged reusable logic and resources from `RoomInfo` and `SelectRoom` into `Main` feature. - Introduced `FreeUpRoomUseCase` and modularized modal navigation support in `MainComponent`. - Moved and refactored string resources from deleted modules to `Main`. - Enhanced `Main` module with new modal components (`FreeSelectRoomComponent`, `FastEventComponent`, `UpdateEventComponent`). - Updated DI setup with additional use cases and dependencies for `MainScreenModule`. - Adjusted Gradle build files and removed entries for deleted modules in `settings.gradle.kts` and `composeApp`.
-
Radch-enko создал
- Replaced `slotState` with `SlotComponent` for more structured state handling. - Integrated `collectAsState` for slot state observation in `RoomInfoLeftPanel`. - Improved `SlotView` with clickable slot and delete slot intents. - Adjusted padding and background modifiers for better UI alignment. - Fixed `updateSelectDate` logic to handle both increment and decrement date changes.
-
Radch-enko создал
- Removed old `MainComponent` and `MainScreenView` implementations. - Added modular `presentation`, `domain`, and `uiComponent` packages to `Main` feature for better separation of concerns. - Introduced reusable slot-related components: `CommonSlotView`, `DeletedSlotView`, `LoadingSlotView`. - Created `SlotUiMapper` and domain use cases: `GetSlotsByRoomUseCase`, `GetRoomIndexUseCase`. - Simplified `OfficeTime` utility functions and enhanced slot calculation logic. - Updated DI with `mainScreenModule` for better dependency management.
-
- 30.06.2025 2 коммита
-
-
Radch-enko создал
- Deleted redundant theme files (`Color.kt`, `Theme.kt`, `Theme.android.kt`). - Introduced `SettingsComponent` and related UI elements (`GridRooms`, `CardRoom`) for room management. - Added vector drawable resources for icons: `arrow_to_right`, `tv`, `allert`, and `power_socket`. - Enhanced Gradle build scripts with new dependencies (`settings`, `slf4j-android`) and packaging configurations. - Integrated new API key management via `BuildKonfig`. - Updated `MainComponent` to handle empty settings gracefully and improved modal window navigation.
-
Radch-enko создал
- Added `MainScreenView` with support for room selection, fast booking, and event cancellation. - Introduced `Intent`, `State`, and `Label` sealed interfaces for structured state management. - Implemented `MainComponent` to handle intents, manage state, and fetch room data. - Integrated `epic-calendar-compose` library for date and time selection. - Added vector drawable resources for UI elements (e.g., arrow, calendar, loader). - Updated Gradle build script to include compose resource generation and necessary dependencies. - Enhanced multilanguage support with Russian string resources for booking and room UI elements.
-
- 26.06.2025 1 коммит
-
-
Radch-enko создал
- Introduced `Settings` feature module with corresponding components and screens. - Implemented navigation between `Main` and `Settings` screens using `RootComponent`. - Updated dependencies to include `Decompose` and `Essenty` libraries for state management. - Enhanced `App` setup to accept root navigation for streamlined screen handling. - Improved Gradle build scripts to include the new module and required dependencies.
-