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

[Bromley] Create 'Investigation Required' events for comments on closed Echo-backed reports. #4869

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    02b5c42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    768e1d6 View commit details
    Browse the repository at this point in the history
  3. [Bromley][WW] Add user details to investigating report

    When adding the comment data to the notes field include
    the user details with the comment in the format requested
    
    mysociety/societyworks#4232
    MorayMySoc authored and dracos committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5f8e7b2 View commit details
    Browse the repository at this point in the history
  4. [Bromley] Ignore some Echo updates.

    Ingore any updates from Echo that aren't New/Completed
    and don't have a resolution code.
    dracos committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    143f5f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd00d31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    811df4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff09cb3 View commit details
    Browse the repository at this point in the history
  8. [Bromley] Unset external status code when reopening Echo report.

    Without doing this, if the Echo report is closed again with the same
    resolution code (which maps to external status code), the response
    template is not located because that only looks for external status code
    templates if the external status code has changed.
    dracos committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e7e4b95 View commit details
    Browse the repository at this point in the history
  9. [Bromley] Store Bromley to Echo notes differently.

    Using the same handover_notes as Echo to Bromley means that they will be
    automatically added to the detail when sent, and included in the Notes,
    as well as the report details.
    dracos committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e3bf28d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    25a1d24 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    1edaf3c View commit details
    Browse the repository at this point in the history
  2. [Bromley] Look up event GUID on council redirect.

    Both the parent and client event updates are coming through to us
    on the same report, as they have the same client reference, and
    the parent event GUID is the one stored on the report, but we
    need to look up the child event when we receive an update on
    the child.
    dracos committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    139b75e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    a98b4e0 View commit details
    Browse the repository at this point in the history