Skip to content

History

Revisions

  • Updated Google Workspace and Calendar Integration (markdown)

    @Radch-enko Radch-enko committed Sep 26, 2025
    bb8107c
  • docs: fix relative link in Development Guide Update the link to "Getting Started with Effective Office" in `Development Guide.md` to ensure proper navigation and accessibility.

    @Radch-enko-College Radch-enko-College committed Jul 28, 2025
    7d1debc
  • Merge remote-tracking branch 'origin/master' # Conflicts: # Development Guide.md

    @Radch-enko-College Radch-enko-College committed Jul 28, 2025
    904e363
  • docs: fix relative link in Development Guide Update the link to "Getting Started with Effective Office" in `Development Guide.md` to ensure proper navigation and accessibility.

    @Radch-enko-College Radch-enko-College committed Jul 28, 2025
    7a7b61f
  • docs: fix relative link in Development Guide Update the link to "Getting Started with Effective Office" in `Development Guide.md` to ensure proper navigation and accessibility.

    @Radch-enko-College Radch-enko-College committed Jul 28, 2025
    f3425a8
  • docs: remove outdated Documentation Structure section Remove the deprecated "Documentation Structure" section from `Home.md` to streamline content and improve relevance.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    c4bc3d1
  • docs: fix broken link to "Getting Started with Effective Office" Update the internal link in `Home.md` to point to the correct relative path for the "Getting Started with Effective Office" guide.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    b6bdff2
  • docs: add guide for setting up Effective Office project Include a new "Getting Started with Effective Office" guide in the documentation to assist developers in setting up and running the project locally. Update internal links in `Home.md` and `Development Guide.md` for improved navigation and referencing.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    bb7525f
  • docs: add guide for setting up Effective Office project Include a new "Getting Started with Effective Office" guide in the documentation to assist developers in setting up and running the project locally. Update internal links in `Home.md` and `Development Guide.md` for improved navigation and referencing.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    2ff6bf2
  • docs: fix relative image paths in Core Features documentation Correct relative paths for diagrams in Room Booking Workflow, Fast Booking System, and Real-time Availability Workflow files. Ensure proper rendering and consistent navigation across documentation.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    112f2a0
  • docs: add detailed workflows for Core Features Introduce comprehensive documentation for Room Booking Workflow, Real-time Availability System, and Fast Booking Feature. Include step-by-step processes, state management details, validation logic, and backend integration methods. Add related diagrams and update Home.md for improved navigation and referencing.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    5c188a8
  • docs: add Google Workspace & Calendar Integration guide Introduce comprehensive documentation for integrating Google Workspace and Google Calendar with the system. Include step-by-step instructions for setting up meeting rooms, users, service accounts, domain-wide delegation, and calendar sharing. Update related internal links in `Deployment and Operations.md`, `Home.md`, `Booking Management.md`, and `Database And Configuration.md` to ensure proper referencing and navigation.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    54ec7f6
  • docs: remove iOS Integration section from Home.md Remove outdated reference to iOS-specific implementation in documentation to improve relevance and accuracy.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    0495545
  • docs: fix relative image paths in tablet client documentation Update relative paths for diagrams in `Room Display and Slot Management.md`, `Navigation and App Structure.md`, and `Ui Components.md` to simplify navigation and ensure proper rendering.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    5b1a03f
  • docs: add diagrams for navigation and real-time update mechanisms Add SVG diagrams illustrating component structure, dependencies, and real-time update mechanisms for the tablet client. Update related internal links in `Tablet Client Application.md` to ensure proper referencing and navigation.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    4a92a77
  • docs: fix relative image paths across documentation Update relative image paths for diagrams in multiple files to reflect the reorganized folder structure. Ensure consistent and correct navigation throughout the documentation.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    df8191e
  • docs: update internal links and fix relative image paths Simplify internal links for backend system components in Home.md and correct the relative image path in Project Structure.md for consistency and improved navigation.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    91cc978
  • docs: add booking domain structure diagram Add a new SVG diagram illustrating the booking domain structure to enhance system documentation. This provides better clarity for understanding the backend system's booking management module.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    7a6c89d
  • docs: add Data Layer and Repository documentation Introduce comprehensive documentation for the data layer architecture and repository pattern implementation. Detail clean architecture principles, data flow strategies, and time-based retrieval methods. Include visual diagrams illustrating repositories, data transformation pipelines, dependency injection setups, and resource management patterns for better clarity.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    898be8a
  • docs: add Domain Use Cases documentation and links Introduce comprehensive documentation on Domain Use Cases, detailing business logic implementation, clean architecture principles, and use case patterns. Add visual diagrams for use case architecture, booking management, and room selection logic. Update Home.md with the new section link for better navigation.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    4206253
  • docs: fix relative image paths in Configuration Management and Docker Deployment Update relative paths for images in Configuration Management and Docker Deployment documentation to reflect the reorganized folder structure. Ensure consistent navigation and correct diagram display.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    a37d025
  • docs: update documentation links and image paths Standardize internal link structure and update image paths across documentation for consistency. Adjust relative paths in `Build System and Tooling.md`, `Development Guide.md`, and `Project Structure.md` to reflect folder reorganization.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    a183bfe
  • docs: add Build System and Tooling documentation Introduce detailed documentation on Gradle configuration, multiplatform setup, and development tooling. Include visual diagrams for build logic, platform targets, and plugin application flow. Update Home.md to incorporate the new section link.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    1d41d51
  • docs: add diagrams for project dependency and client module structures Include detailed SVG flowcharts illustrating overall project dependency management and client module structures to enhance clarity in project documentation.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    5303cbf
  • docs: add backend feature structure and module dependencies diagrams Include detailed SVG flowcharts illustrating backend feature structure and module dependencies to provide better clarity in the development guide.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    d79c5db
  • docs: simplify links in Docker Deployment.md Update internal links in Docker Deployment.md to enhance readability and maintain consistency with simplified link format across documentation.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    9808b3e
  • docs: Configuration Management documentation

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    8422c1d
  • docs: add Docker deployment architecture diagrams Include visual flowcharts illustrating Docker deployment strategies and architecture. Update Deployment and Operations documentation with simplified links for better navigation and consistency.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    abd9982
  • docs: add Deployment and Operations documentation Introduce detailed Deployment and Operations documentation covering containerized architecture, production setup, monitoring, and operational procedures. Include relevant environment configurations, health checks, and notification flow explanations, along with associated visual diagrams.

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    21de699
  • docs: correct file name typo in Data and Domain Architecture doc

    @Radch-enko-College Radch-enko-College committed Jul 24, 2025
    6e0b490