Skip to content

feat: Added Hall field and integration with Event module

Momin Ali requested to merge feature/hall-integration into main

feat: Added Hall field and integration with Event module

  • New Field: Hall

    • Created a new field named "Hall" with the following details:
      • Hall Name
      • Halls List
      • Hall configuration (Date, Day, Time)
      • Hall Availability
    • The field allows the selection of a hall while creating an event.
  • Hall Dropdown in Gym Management Configuration:

    • Added a dropdown field under the Gym Management module to manage halls.
    • Created a new form for Hall where users can add and configure halls.
  • Integration with Event Module:

    • The Hall field now appears on the event creation page.
    • When creating a new event, the selected hall is integrated into the event data.
  • Availability Check:

    • Automatically fetches the date, day, and time from the event details.
    • Based on the event details, checks and shows whether the selected hall is available or already booked.
  • Reflection in Outputs:

    • The selected hall is now visible in:
      • PDF documents
      • Event reports
      • Website portal
  • Ensured that all integrations are properly reflected across all relevant outputs.

Merge request reports