Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Extract data from attached documents #2

Merged
merged 31 commits into from
Mar 11, 2024

Conversation

richardmatthewsdev
Copy link
Collaborator

As an API user I want to see missing data collected from attached documents so that I have a more complete record to build against

Acceptance criteria

  • Agency configurations include the ability to identify PDFs, word, of html documents that may contain data missing on the parent page
  • Extra data is extracted to the correct fields
  • POC implementation is reviewed to determine if there is a better way to achieve the same result
  • The code is designed to be part of the opensource pattern

Copy link

github-actions bot commented Mar 5, 2024

Code quality score

Nice work!! The code quality has improved for this PR! ✨ 🌈 🎉 🌟

Ruby file count Similarity score (flay) ABC complexity (flog) Code smells (reek) TOTALS
base 86 6.5 5.36 16.8 28.66
this branch 88 6.23 5.28 17.05 28.56
difference 2 -0.27 -0.08 ⚠️ 0.25 -0.1

@@ -3,6 +3,10 @@ default: &default
SJ_USER_AGENT: Supplejack Harvester v2.0
FIXTURES_PATH: spec/fixtures
OTP_ENCRYPTION_KEY: AGoodEncryptionKey
SECRET_KEY_BASE: anawesomelysecretsecretkeybase

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Do we require this file?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just an example for people to use as a template when they set up the application :). A lot of our applications do this.

@richardmatthewsdev richardmatthewsdev merged commit 41c7cb6 into main Mar 11, 2024
7 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants