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

10068 story copy #10326

Closed
wants to merge 122 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
122 commits
Select commit Hold shift + click to select a range
16a4120
10068 - WIP adding UI elements and some basic interactions
Absolutestunna Mar 5, 2024
7610a99
10068 - WIP more UI basics work
Absolutestunna Mar 5, 2024
bd1e686
10068 - able to select and unselect documents for eventual download
Absolutestunna Mar 5, 2024
23997c4
10068 - add download icon, clean up test description
Absolutestunna Mar 5, 2024
57e82ab
10068 - add indeterminate to document Selector Header Input; variable…
Absolutestunna Mar 5, 2024
7ceeeaa
10068 - WIP working on computes for Docket Entry page; notes
Absolutestunna Mar 5, 2024
8d48c23
10068 - wip converting collection of document ids for download into a…
Absolutestunna Mar 6, 2024
2d69a25
10068 - properly capturing multi, single and all documents for downlo…
Absolutestunna Mar 6, 2024
70d5914
Merge branch 'staging' of https://github.com/ustaxcourt/ef-cms into 1…
Absolutestunna Mar 6, 2024
f6a846a
10068 - WIP showing modal capturing how many documents have been sele…
Absolutestunna Mar 6, 2024
f65f2ac
10068 - update rule in UI to only make min entries with doc selectabl…
Absolutestunna Mar 6, 2024
ec076b8
10068 - note change in lambda wrapper [skip ci]
Absolutestunna Mar 6, 2024
be943ff
10068 - setting up backend for sending document id processing [skip ci]
Absolutestunna Mar 6, 2024
9c272c0
10068 - update notes [skip ci]
Absolutestunna Mar 6, 2024
6b43d50
10068 - WIP add sudo code for how to zip files [skip ci]
Absolutestunna Mar 6, 2024
a4a07aa
10068 - WIP sending over other case related information to create zip…
Absolutestunna Mar 7, 2024
d7ba70b
Merge branch 'staging' of https://github.com/ustaxcourt/ef-cms into 1…
Absolutestunna Mar 7, 2024
e25f113
10068 - confirm downloading of files per case selection [skip ci]
Absolutestunna Mar 7, 2024
803276d
10068 - clean up in batchDownloadDocketEntriesInteractor
Absolutestunna Mar 7, 2024
19caf58
10068 - selecting and adding printable docket entry pdf to list of do…
Absolutestunna Mar 8, 2024
ec855f6
10068 - update styling on modal
jasonfu9966 Mar 8, 2024
f01d5ce
10068 - update unit tests for addPrintableDocketRecordCheckAction, ge…
Absolutestunna Mar 8, 2024
91bf22b
Merge branch '10068-story' of https://github.com/flexion/ef-cms into …
Absolutestunna Mar 8, 2024
28dadc2
Merge branch 'staging' of https://github.com/ustaxcourt/ef-cms into 1…
Absolutestunna Mar 8, 2024
d7fe5f5
Merge branch 'staging' of https://github.com/ustaxcourt/ef-cms into 1…
Absolutestunna Mar 11, 2024
d2f3532
10068 - fix two bugs in selectAll checkbox
jasonfu9966 Mar 11, 2024
ff324c5
10068 - handle sealed docs and stricken docs
jasonfu9966 Mar 11, 2024
d1168be
10068 - process downloading of stricken and sealed cases [skip ci]
Absolutestunna Mar 12, 2024
b7333fb
10068 - fixed number calculations for progress bar
Absolutestunna Mar 12, 2024
c45189b
10068 - properly setting the count of files to batch to include print…
Absolutestunna Mar 12, 2024
00c05f2
Merge branch 'staging' of https://github.com/ustaxcourt/ef-cms into 1…
Absolutestunna Mar 12, 2024
67cf66d
10068 - add correct permissions for batch downloading docs
Absolutestunna Mar 12, 2024
e883ac5
10068 - clean up in formattedDocketEntries [skip ci]
Absolutestunna Mar 12, 2024
615accb
10068 - change batch download message
Absolutestunna Mar 12, 2024
d369dc5
10068 - move document fetch to interactor
jasonfu9966 Mar 12, 2024
1690663
10068 - variable renames; clean up
Absolutestunna Mar 13, 2024
2a4a5cf
10068 - add check for case availability
Absolutestunna Mar 13, 2024
f231e4e
10068 - add rule to get count of docs to download after filtering [sk…
Absolutestunna Mar 13, 2024
d35d3c9
disable type-checking on cypress config files
TomElliottFlexion Mar 13, 2024
c7c5b6e
10068 - backmerge staging + resolve merge conflicts
Absolutestunna Mar 13, 2024
8277062
10068 - genericize batchDownloadUrl
jasonfu9966 Mar 13, 2024
2cc0778
10068: change text for compression error modal
jasonfu9966 Mar 13, 2024
55ac487
10068 - add logic to filtere documents before sending to BE to zip
Absolutestunna Mar 13, 2024
a009b6a
10068 - create and use new utility function for filtering documents
Absolutestunna Mar 13, 2024
295a2df
10068 - corrected logic to add stricken docs using bool
Absolutestunna Mar 13, 2024
f41c489
10068 - hide download controls for external users
jasonfu9966 Mar 13, 2024
b4703a8
10068 - create and renamed utility functions for filtering case docum…
Absolutestunna Mar 14, 2024
33eb272
Merge branch '10068-story' of https://github.com/flexion/ef-cms into …
Absolutestunna Mar 14, 2024
1541a96
10068 - WIP - unit tests for batchDownloadDocketEntriesInteractor and…
Absolutestunna Mar 14, 2024
0eb00b1
Merge branch 'staging' of https://github.com/ustaxcourt/ef-cms into 1…
Absolutestunna Mar 14, 2024
218058d
10068 - update unit test
jasonfu9966 Mar 14, 2024
e937ed4
10068 - unit test for batchDownloadDocketEntriesInteractor
Absolutestunna Mar 14, 2024
5969e9b
Merge branch '10068-story' of https://github.com/flexion/ef-cms into …
Absolutestunna Mar 14, 2024
8b6aa53
10068 - add test for isSelectableForDownload
jasonfu9966 Mar 14, 2024
1142e64
10068 - update unit test for batchDownloadDocketEntriesAction
Absolutestunna Mar 14, 2024
8b25b85
Merge branch '10068-story' of https://github.com/flexion/ef-cms into …
Absolutestunna Mar 14, 2024
85c818c
10068 - update unit test for formattedDocketEntries
jasonfu9966 Mar 14, 2024
e0de14f
10068 - update unit tests for docketRecordHelper
Absolutestunna Mar 15, 2024
865d2f5
10068 - clean up in docketRecordHelper
Absolutestunna Mar 15, 2024
512e2d4
10068 - use new mock order in batchDownloadDocketEntriesAction and ba…
Absolutestunna Mar 15, 2024
3a1c05e
Merge branch '10068-story' of https://github.com/flexion/ef-cms into …
Absolutestunna Mar 15, 2024
5dae0fd
10068 - fix typo in file name
jasonfu9966 Mar 15, 2024
d819cea
10068 - small correction for checking for selectable documents
Absolutestunna Mar 15, 2024
7f3abd3
Merge branch '10068-story' of https://github.com/flexion/ef-cms into …
Absolutestunna Mar 15, 2024
a86d1ee
10068 - unnest useEffect
jasonfu9966 Mar 15, 2024
8cef8b4
10068: add unit tests
jasonfu9966 Mar 15, 2024
286a0b9
10068 - unit test for getCaseDocumentsByFilter
Absolutestunna Mar 15, 2024
e05e32b
10068 - variable name change
Absolutestunna Mar 15, 2024
e84aee5
10068 - unit test getDocketEntriesByFilter
Absolutestunna Mar 15, 2024
24c9481
10068 - small refactor of getCaseDocumentsByFilter to get necessary i…
Absolutestunna Mar 15, 2024
9d20074
Merge branch '10068-story' of https://github.com/flexion/ef-cms into …
Absolutestunna Mar 15, 2024
ec7d356
Merge branch 'staging' of https://github.com/ustaxcourt/ef-cms into 1…
Absolutestunna Mar 15, 2024
9e8415c
10068 - small cleanup
jasonfu9966 Mar 15, 2024
e557ea5
10068 - fix a variable name
jasonfu9966 Mar 15, 2024
6a6e104
10068 - remove minute entry compute in helper
Absolutestunna Mar 18, 2024
23e4a5c
10068 - change file and function name from getCaseDocumentsByFilter t…
Absolutestunna Mar 18, 2024
ab2f843
10068 - correct types
Absolutestunna Mar 18, 2024
560c1d7
Merge branch 'staging' of https://github.com/ustaxcourt/ef-cms into 1…
Absolutestunna Mar 18, 2024
21cd221
10068 - reinstate min entry compute in formattedDocketEntries
Absolutestunna Mar 18, 2024
3b45fb6
10068 - add aria labels to pass to checkboxes in docket entries compo…
Absolutestunna Mar 18, 2024
efaa110
Merge branch 'staging' of https://github.com/ustaxcourt/ef-cms into 1…
Absolutestunna Mar 18, 2024
f26d20a
Merge branch 'staging' of https://github.com/ustaxcourt/ef-cms into 1…
Absolutestunna Mar 18, 2024
ec5b4ec
10068 - start of integration test
Absolutestunna Mar 18, 2024
6c94253
10068 - WIP adding more tests setup for Batch Download Documents inte…
Absolutestunna Mar 19, 2024
c356c3d
10068 - adding more cypress tests for batch downloading documents
Absolutestunna Mar 19, 2024
af78e72
10068 - WIP testing files in zip
jasonfu9966 Mar 20, 2024
a043205
10068 - remove computeMinuteEntry
jasonfu9966 Mar 20, 2024
398fc42
Merge branch 'staging' into 10068-story
jasonfu9966 Mar 20, 2024
d096987
10068 - WIP using decompress for file extraction [skip ci]
Absolutestunna Mar 20, 2024
f2aac68
Merge branch 'staging' of https://github.com/ustaxcourt/ef-cms into 1…
Absolutestunna Mar 20, 2024
b4addc4
10068 - WIP possible solutions for refactoring use effect in DocketRe…
Absolutestunna Mar 20, 2024
2515ad5
10068 - refactor use effect to first check if user can download, then…
Absolutestunna Mar 20, 2024
8c049fe
10068 - update cypress test for downloading zip files
jasonfu9966 Mar 21, 2024
1178a5a
10068 - add small logic to check for existence of files before unlink…
Absolutestunna Mar 21, 2024
c77ee0b
10068 - corrected types in unzipFile helper and add new unzipFile com…
Absolutestunna Mar 21, 2024
33bb252
10068 - use unzipFile command instead of task; send only number of ex…
Absolutestunna Mar 21, 2024
b65f70e
10068 - use rmSync to delete both directories and files
Absolutestunna Mar 21, 2024
32f9829
10068 - set default state for feature flags
Absolutestunna Mar 21, 2024
854a803
10068 - reset state.documentsSelectedForDownload when navigating to a…
Absolutestunna Mar 21, 2024
335b2e9
10068 - revert setting of feature flag state
Absolutestunna Mar 21, 2024
7643375
10068 - update types for decompress
jasonfu9966 Mar 21, 2024
9473e0d
Merge branch '10068-story' of https://github.com/flexion/ef-cms into …
jasonfu9966 Mar 21, 2024
c2f5cbb
10068 - add types to Case entity
Absolutestunna Mar 21, 2024
006e27c
Merge branch '10068-story' of https://github.com/flexion/ef-cms into …
Absolutestunna Mar 21, 2024
8b19b80
10068 - fix type errors
jasonfu9966 Mar 21, 2024
6217fe8
10068 - increase test coverage
jasonfu9966 Mar 21, 2024
3622400
10068 - recursively remove files and folders in test dir
jasonfu9966 Mar 21, 2024
575f387
10068 - increase test coverage
jasonfu9966 Mar 21, 2024
89e0aa0
10068 - small type correction in countPagesInDocument
Absolutestunna Mar 21, 2024
42b4d76
Merge branch '10068-story' of https://github.com/flexion/ef-cms into …
Absolutestunna Mar 21, 2024
72fd04e
10068 - change beforeEach to afterEach
jasonfu9966 Mar 21, 2024
0eac5ae
10068 - fix types in validateStampAction and orderTypesHelper
Absolutestunna Mar 21, 2024
8e7fe5e
Merge branch '10068-story' of https://github.com/flexion/ef-cms into …
Absolutestunna Mar 21, 2024
08d8833
10068 - change http verb for fetching documents operation
Absolutestunna Mar 22, 2024
8c333fe
Merge branch 'staging' of https://github.com/ustaxcourt/ef-cms into 1…
Absolutestunna Mar 22, 2024
8f12fd0
10068 - make include printable docket record text optional
Absolutestunna Mar 22, 2024
9535908
10068 - unmake printable docket record button optional
jasonfu9966 Mar 25, 2024
9370571
10068 - create folder if it doesn't exist
jasonfu9966 Mar 25, 2024
14be321
10068 - make dir if it doesn't exist
jasonfu9966 Mar 25, 2024
77aed53
10068 - lock down version
jasonfu9966 Mar 25, 2024
f299f0a
temp deletion of other integration tests
Absolutestunna Mar 26, 2024
b7c90bc
delete other jobs
Absolutestunna Mar 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ module.exports = {
overrides: [
{
extends: ['plugin:@typescript-eslint/disable-type-checked'], // Disables type information from needing to be output, and clashing tsconfig/eslint issues https://typescript-eslint.io/linting/typed-linting#how-can-i-disable-type-aware-linting-for-a-subset-of-files
files: ['*.js', 'cypress/**/*.ts', 'webpack.config**'],
files: [
'*.js',
'cypress/**/*.ts',
'webpack.config**',
'./cypress*.config.ts',
],
},
{
files: ['cypress/**/*.ts'],
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/api.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/build-ts-api.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/client-integration-public.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/client-integration.yml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/workflows/client.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/e2e-cypress-public.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/e2e-cypress-smoketests-local.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/e2e-pa11y-public.yml

This file was deleted.

Loading
Loading