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

Court: Ability to correct a case caption #310

Closed
20 of 22 tasks
mariahkannenberg opened this issue Dec 13, 2018 · 1 comment
Closed
20 of 22 tasks

Court: Ability to correct a case caption #310

mariahkannenberg opened this issue Dec 13, 2018 · 1 comment

Comments

@mariahkannenberg
Copy link

mariahkannenberg commented Dec 13, 2018

As a Court User, so that I can correct any typos the Petitioner makes, I need the ability to correct case captions that were generated by the system.

Case captions are automatically being generated by system, based on Petitioner-entered data. If a Petitioner accidentally enters incorrect information, the system will generate a caption from that incorrect data. During the QC process or at any other time, court users need the ability to correct the case caption, just as they would with any other case metadata.

Pre-Conditions

  • Case caption has been automatically generated
  • Court user can see the auto-generated case caption

Acceptance Criteria

  • Court user can edit and save the auto-generated case caption
  • Only the part of the caption before "v. Commissioner of Internal Revenue" needs to be editable
  • Change is captured on the docket record as an entry that reads "Caption of case is amended from [old caption] to [new caption]"
  • Anywhere the case caption currently displays, it displays the corrected case caption after it is edited

Research/Analysis Notes

  • This can happen during the Petitions Clerk QC process and any other time.

Tasks

  • Design mechanism for editing the case caption (Kristen)
  • Update Case Detail page - add edit button
  • Update Document Detail page - add edit button
  • Create Edit Case Caption modal
  • Add checkbox icon and text beside Case Caption (kris)
  • Create Modal for editing Case Caption (kris)
  • Create Sequences for opening, closing modal (William)
  • Create sequence & actions for saving case caption (William)
  • Add Docket Record Item when the case caption is updated (William)
  • write tests for sequence which updates case caption (William)

Definition of Done

  • Product Owner
    • acceptance criteria have been met
  • UX
    • usability has been validated
  • Engineering
    • Field level and page level validation errors (front-end and server side) integrated and functioning
    • run the browser stack scripts to verify that application is usable in Chrome, Firefox, Safari, Edge and Internet Explorer (external only)
    • No errors reported in manual a11y testing
    • All new functionality verified to work with keyboard and osx voiceover
    • Code refactored for clarity and to remove any known technical debt
    • README, other appropriate docs, and swagger/APIs fully updated - all code functions documented with jsdocs
    • UI should be touch optimized and responsive for external only(functions on supported mobile devices and optimized for screen sizes as required)
    • library/module dependencies are up-to-date and are at the latest resolvable version
    • CI/CD - Code is deployed to DEV
  • Other
    • alerting and monitoring for new functionality in place and successfully exercised
@mariahkannenberg mariahkannenberg added the (2) DD Workflow - Petition Epic 2: Document Driven Workflow (Petition) label Jan 11, 2019
@tjcurington tjcurington added this to the Sprint #9 milestone Feb 20, 2019
@klohman klohman added the Design Needed Design work will be needed and development work should not start yet label Feb 25, 2019
@klohman
Copy link

klohman commented Feb 26, 2019

Editing Case Caption

  • Case caption will be autogenerated when the case is created
  • After the case is created, all updates to the case caption can only be done manually by editing the text itself

Case Detail Page

image.png

  • Include an "Edit" button on the case detail to the right of the Case Caption
  • the edit button should align with the first text row of the caption (the caption text need to wrap but should be in a separate column from the Edit button)

Document Detail Page

image.png

  • Edit button should display on all document detail pages in the record

Edit Caption Modal

  • On click of the Edit button from either the Case Detail or Document Detail page, the Edit Caption Modal displays
    image.png

  • Case Caption field is pre-populated by the current case caption

  • Case Caption field is editable

** Not: Case caption edit field does not display the " v. Commissioner of Internal Revenue, Respondent" portion of the caption - this is not editable for the user

  • On click of Save, the case caption is updated and modal closes, displaying success message; "Your changes have been saved"
  • On click of Cancel, no changes are saved and modal closes

image.png

Batched for IRS status

  • when a case in in the status "Batched for IRS" - the Edit button for the case caption is hidden on case detail and document detail screens

@uxforgood uxforgood added Ready for Engineering UX work is done and this story is ready for engineering. and removed Design Needed Design work will be needed and development work should not start yet labels Feb 28, 2019
@tjcurington tjcurington modified the milestones: Sprint #9, Sprint #10 Mar 7, 2019
@codyseibert codyseibert added Engineering Engineers have started working on this story. and removed Ready for Engineering UX work is done and this story is ready for engineering. labels Mar 12, 2019
@JessicaMarine JessicaMarine removed the Engineering Engineers have started working on this story. label Mar 17, 2019
This was referenced Mar 19, 2019
ericsorenson pushed a commit that referenced this issue Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants