Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MDS-6025] - permit condition reports #3288

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    4a9035f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcdd5b3 View commit details
    Browse the repository at this point in the history
  3. updated action buttons on specific permit conditions and updated inte…

    …rface to expand and show action buttons when clicking into a condition.
    matbusby-fw committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7724e0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c89a56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4513a6f View commit details
    Browse the repository at this point in the history
  6. Add report handling to permit conditions

    Enhanced permit conditions to include associated reports. Updated the UI to display report-related information and modified relevant constants, styles, and selectors accordingly.
    matbusby-fw committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9b02195 View commit details
    Browse the repository at this point in the history
  7. Add report handling to permit conditions

    Enhanced permit conditions to include associated reports. Updated the UI to display report-related information and modified relevant constants, styles, and selectors accordingly.
    matbusby-fw committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    def1c90 View commit details
    Browse the repository at this point in the history
  8. Rename component and update references

    Renamed `AddRequestToPermitConditionForm` to `AddReportToPermitConditionForm` to better reflect its purpose. Also updated all references and added a default export for consistency. Added a snapshot test for the form component.
    matbusby-fw committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    54c0474 View commit details
    Browse the repository at this point in the history
  9. Add report prop to permit condition form and disable button if report…

    … exists
    
    This commit introduces a new optional `report` prop to the `AddReportToPermitConditionForm` component, allowing it to use an existing report if available. Additionally, it modifies the permit condition layer to disable the "Add Report" button when a report already exists for the sub-condition, and ensures permits are refetched after adding a new report.
    matbusby-fw committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7321bd4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b254597 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f3aef7b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    14cc2e1 View commit details
    Browse the repository at this point in the history