Project LID Homepage: Distributable Modules
Updates
Update 1/24/2023: Upgrade: Added Enrollment Status Codes, many new keys, flags.
Update 1/4/2023: Upgrade: updated Flow Support Information (pseudo code) for new Enrollment Status Codes
Update 12/29/2022: Upgrade: now creates Enrollment Status Codes. Added multiple options on key "lcc:flag". Added keys "lcc:auditEMPLID", "lcc:studentEnrollmentReasonCode", "lcc:fileSetMode", "lcc:fileSetFlag". Added more options on key "lcc:fileSetMethod"
Update 11/3/2022: Upgrade: added support files needed to run .NET Core programs (ex: .dll, .json files)
Update 10/4/2022: Upgrade: added blank column for 'Comments' in upload file.
Update 9/29/2022: Program released.
Description
The program was created to handle the complexity in generating data for the vendor's site's needs.
Topology of the program/process:
- run Queries/ETLs to perform data build, export, transformation, copy for upload, etc.
- run lccFERFireworksData program
- copy data from program to SFTP upload location
The program's logic is as follows (cloud level view):
- create a row for each Term, with a single Application (App) Number (MAX), use App's date
- create a row containing a 'Status Code' for each Term+Application (in level of priority below)
- determine if student is enrolled in active/credited courses for the App's Term, if so use code 'Same', use app date
- if not 'Same', check if dropped all courses in that Term, but enrolled in later Terms, if so use code 'Later', use MIN enrollment date
- if all dropped in courses in that Term, use code 'Dropped', use MAX drop date
- if enrolled in earlier courses, use 'Earlier', use MAX enrollment date
- if enrolled in later courses, use 'Later', use MIN enrollment date
Screenshots
- Screenshot 1: exposing results in web tool

Installation
Documentation
Disclaimer
The programs, scripts and documentation are provided AS IS without warranty of any kind. Lower Columbia College further disclaims all implied warranties including, without limitation, any implied warranties of merchantability or of fitness for a particular purpose. The entire risk arising out of the use or performance of the programs, scripts and documentation remains with you. In no event shall Lower Columbia College, its authors, or anyone else involved in the creation, production, or delivery of the programs, scripts or documentation be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the programs, scripts or documentation, even if Lower Columbia College has been advised of the possibility of such damages.