flexion / ef-cms

An Electronic Filing / Case Management System.
23 stars 10 forks source link

Visibility Change for Practitioner-Filed Briefs #9866

Closed cholly75 closed 1 year ago

cholly75 commented 1 year ago

As a practitioner, so that my brief documents are available for viewing to everyone, I need practitioner-filed briefs filed on or after 8/1/2023 to be viewable from the docket record to all users.

In an effort to increase transparency into the cases heard by the USTC, the Court is adopting a policy that all post-trial briefs filed by practitioners should be publicly available. This will be done on a prospective basis as of August 1, 2023 following a public notice in advance of this policy change.

Briefs filed prior to 8/1/23 will not be in scope, and cannot be retroactively made visible.

This will apply solely to select brief event codes (see AC) filed by users with the Practitioner role in DAWSON at the time of filing and AMBR briefs (currently filed via paper only). Should the user transition to another role after filing, this will not affect the visibility of the brief.

As all practitioners are required to e-file unless exempted by the Court (an extremely rare occurrence) we are comfortable applying this policy to e-filed briefs and AMBR briefs only for now.

This story will address e-filed briefs in specific; another story will address amicus briefs.

Pre-Conditions

9864

Acceptance Criteria

Notes

Tasks

Test Cases

Story Definition of Ready (updated on 12/23/22)

The following criteria must be met in order for the user story to be picked up by the Flexion development team. The user story must:

Definition of Done (Updated 5-19-22)

Product Owner

UX

Engineering

ttlenard commented 1 year ago

Test Cases

1) Practitioner e-files a brief type document to a case prior to 8/1/2023; document is not viewable for the public or other logged in users that are not associated with the case.

Part 1

Expected Results:

Part 2

Expected Results:

2) Practitioner e-files a brief type document to a case on 8/1/2023; brief is available as an active hyperlink on the docket record and can be viewed by the public or other logged in users.

Part 1

Expected Results

Part 2

Expected Results:

3) Practitioner e-files a brief type document to a case on 8/2/2023; brief is available as an active hyperlink on the docket record and can be viewed by the public or other logged in users.

Part 1

Expected Results

Part 2

Expected Results:

4) Legacy Brief-type documents filed prior to 8/1/2023 continue to NOT be available for viewing by the public or other logged in users not associated with the case.

Part 1

Expected Results:

Part 2

Expected Results:

5) Docket clerk Seals (to the public) a brief type document that was filed on a case on or after 8/1/23, document is not able to be viewed by the public or logged in users that are not associated with the case; Parties can still view the document.

Part 1

Expected Results:

Part 2

Expected Results:

Part 3

Expected Results:

6) Docket clerk Seals (to the public and parties to the case) a brief type document that was filed on a case on or after 8/1/23, document is not able to be viewed by the public or parties to the case.

Part 1

Expected Results:

Part 2

Expected Results:

Part 3

Expected Results:

7) Practitioner files a Simultaneous type brief on or after 8/1/23, document does not have an active hyperlink, and is not available to be viewed by the public or logged in users that are not associated with the case.

Part 1

Expected Results

Part 2

Expected Results:

8) Docket Clerk Serves the Simultaneous type brief; document now has an active hyperlink and is available to be viewed by the public and logged in users that are not associated with the case.

Part 1

Expected Results:

Part 2

Expected Results:

9) Docket Clerk adds a paper filed amicus brief on or after 8/1/23 to the docket record; Amicus brief does not have an active hyperlink and is not viewable to the public or logged in users that are not associated with the case.

Part 1

Expected Results:

Part 2

Expected Results:

10) Practitioner files a motion for leave to file or a motion for leave to file out of time and selects a brief document for the file they are requesting leave for on or after 8/1/23; lodged brief document is not viewable to the public or logged in users that are not associated with the case.

Part 1

Expected Results

Part 2

Expected Results:

Part 3

Expected Results:

11) Docket clerk QC's the motion and brief from the previous test case; edits the document metadata and removes the lodged status from the brief; brief document has an active hyperlink and is available for viewing on the docket record to public users and logged in users that are not associated with the case.

Part 1

Expected Results:

Part 2

Expected Results:

12) Docket Clerk Strikes a Brief document that is on the docket record that was filed on or after 8/1/23, brief document is no longer available for viewing by public or logged in users that are not associated with the case.

Part 1

Expected Results:

Part 2

Expected Results:

Part 3

Expected Results:

13) Repeat test cases 1 - 11 with the IRS Practitioner role.

14) If a FF is implemented with this story, be sure to test with FF off.

rosiehsmith commented 1 year ago

In order to test this feature, the policy change date is 5/1/2023 on the test environment.

mrinsin commented 1 year ago

To add/change the policy change date to the deploy table of an env, run the script as follows : ./set-document-policy-change-date.sh 2023-08-01 exp2. The first argument is the date to use as the effective policy change date (in exactly the same format specified). When a policy change date arg is not passed in, the value defaults to 2023-08-01 (date chosen by court).

cc @mmarcotte @jimlerza

ttlenard commented 1 year ago

@rosiehsmith I went to exp3 to do a quick test, but looks like things still aren't quite right? I've got this case (331-23) set up and I'm not seeing the hyperlinks. Index 5 was filed by IRS practitioner 6, and index 6 was by Private Practitioner 6. Neither of the entries has a hyperlink when viewing the case as a public non-logged in user. image.png

ttlenard commented 1 year ago

@rosiehsmith Looks like the visibility change date made it so that the public terminal user can no longer view brief type documents prior to the policy date. This policy change shouldn't affect the visibility of brief documents for the public terminal user.

Note that this probably also affects the two other visibility stories (#10037 and #10045).

ttlenard commented 1 year ago

Visibility by terminal user fixed. Thank you!