Introduction¶
This component deals with eligibility requests. Members or customers can send us documents in some context to validate eligibility to some services. This handles sending the documents, parsing them (through the document processing stack), running business rules against the extracted data, and storing the results in the database.
Disclaimer: WIP¶
For now only components/fr uses eligibility, so most of the code is still in components/fr. But some global components need to interact with eligibility, so they need to be able to access the eligibility component directly rather than through dependency inversion.
The rest of the FR code should be migrated here.