GSA / CIW

Processes and validates new contractor information worksheets, securely stores the new data, then initiates sponsorship/adjudication.
2 stars 9 forks source link
c-sharp csharp microsoft microsoft-word

CIW

Description:

The CIW application retrieves all unprocessed files based on the list of unprocessed files in the Upload table in the database. It will then convert these files to csv, import the data, perform validation, and database checks. If all fields pass it will insert the data into the database, start the sponsorship/adjudication process. It will then send out appropriate emails to indicate pass/fail status of the upload procedure and directions on next steps.

Nuget packages and other dll's utilized

Initial Setup

Default config setup

The repository contains a web config that points to external config files. These external config files not controlled by version control will need to be created and configured prior to running the application. The files required and the default configuration can be found below. For those on the development team, additional details can be found in the documentation on the google drive in the GIT team drive.

Usage

CIW V1 files can be inserted into the CIWDEBUGFILELOCATION folder, then set debug to true and you can process these files by starting the application. Note that usage of the application will require access to a database with a schema that is mirrored from the current production database.

Contributing

Fork this repository, make changes in your fork, and then submit a pull-request, remembering not to upload any system specific configuration files, PII, or sensitive data of any type.

Credits

GSA