PublicDataWorks / complaint-manager

Apache License 2.0
4 stars 0 forks source link

Add additional option to Officer Complaint History selection #601

Open rnair-tw opened 2 months ago

rnair-tw commented 2 months ago

User Story

As an intake specialist in New Orleans I want to select a new option to display in the referral letter So that I can give the person reading the letter more information about the case

Business Context:

The referral letter is sent by New Orleans to further investigate cases. They have asked for an additional field to denote officers with little information at the moment, that they want to eventually provide more info on as a followup. This would allow them to do so.

In Scope

  1. Add new selection to Officer Complaint History selection choices
  2. Text displayed in Complaint Manager: "OIPM unable to review at this time"
  3. Text in autogenerated referral letter: "The OIPM was unable to review RANK Name’s history for the last five years at this time but may supplement this complaint with this information at a future date.”

Out of Scope

Open Questions

Mockups

Image

Should replace the highlighted text below in the referral letter Image

Acceptance Criteria

  1. Scenario: Given I am in the Complaint History screen When I try to select the complaint history for the officer Then I should be able to select, "OIPM unable to review at this time" And when I do so, the following information shows up in the referral letter, "The OIPM was unable to review RANK Name’s history for the last five years at this time but may supplement this complaint with this information at a future date.”

  2. Scenario: Given When Then

Notes

Checklist

Kickoff

Deskcheck

andrew-rist-tw commented 1 month ago

I believe we'll need a seeder to add this as a history option in the database (officer_history_options table). The text that is reflected in the letter will need to be put in on the backend (somewhere around generateLetterPdfBuffer.js)