Skip to content

Conversation

@sroussey
Copy link
Contributor

@sroussey sroussey commented Jun 4, 2025

  • Introduced Doc command for processing accession documents with specified accession number and optional file name.
  • Added Form command to fetch and store forms based on CIK and form type, with optional accession number.
  • Implemented FetchAndStoreFormsTask and ProcessAccessionDocFormTask to handle the respective workflows.
  • Updated command index to register new commands for improved functionality.

sroussey added 7 commits May 29, 2025 11:53
… a form class by form name

- Updated form imports to use a mapping structure for better organization and clarity.
- Renamed `ALL_FORMS` to `ALL_FORM_NAMES` for consistency across the codebase.
- Introduced `*_FORM_NAMES_MAP` for each form type to maintain a clear relationship between form names and their corresponding definitions.
- Ensured all form types are exported correctly to facilitate easier access and usage throughout the application.
- Introduced Form_1_K, Form_1_SA, Form_1_U, Form_1_Z, and Form_1_Z_W to represent various Regulation A report types.
- Updated index file to include new form classes for better organization and accessibility.
- Upgraded @sroussey/parse-address from version 2.4.0 to 2.4.2.
- Added @types/bun as a new dependency at version 1.2.15.
- Updated bun-types to version 1.2.15 and adjusted type references in tsconfig.json.
…cture

- Added AddressNormalization and PersonNormalization modules to handle address and person data cleaning and normalization.
- Introduced AddressRepo and PersonRepo for managing address and person data storage and retrieval.
- Created comprehensive test suites for address and person normalization functionalities, ensuring robust validation and error handling.
- Established schemas for address and person entities to standardize data structure across the application.
- Introduced `Doc` command for processing accession documents with specified accession number and optional file name.
- Added `Form` command to fetch and store forms based on CIK and form type, with optional accession number.
- Implemented `FetchAndStoreFormsTask` and `ProcessAccessionDocFormTask` to handle the respective workflows.
- Updated command index to register new commands for improved functionality.
@sroussey sroussey marked this pull request as ready for review June 5, 2025 06:37
@sroussey sroussey merged commit f447caa into main Jun 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants