flexion / ef-cms

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

Move Docket Entries, Docket Entry Worksheet, and Document to Postgres #10494

Open pixiwyn opened 2 months ago

pixiwyn commented 2 months ago

branch off: origin/10391-dynamo-migrations-kysely-aurora-rds-tokens (till merged in)

DynamoDB Entities to Replace:

OpenSearch Indexes to Keep:

convert the functions in web-api/src/persistence/dynamo/docketEntryWorksheet, web-api/src/persistence/dynamo/pendingMotion, web-api/src/persistence/dynamo/practitioners, and web-api/src/persistence/dynamo/documents to postgres kysely functions.

DynamoDB Functions to Move (unit tests can be removed):

2024-09-25_11-15-02.png 2024-09-25_11-16-01.png 2024-09-25_12-11-54.png
Mwindo commented 2 days ago

After doing some initial work, we've decided to work on Case entities first (https://github.com/flexion/ef-cms/issues/10502).