Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Term

Description

Fraud Data API

An API that supports bi-directional communication and sharing of application data between colleges in the system that have been identified as fraudulent. Used for fraud reporting.

Fraud Report

Summary report of all identified instances of fraud data.

Fraud Type

Identified categories of fraud acts: Application, Financial, Enrollment.

Application Fraud

The act of creating an OpenCCC account, submitting an application via CCCApply, and completing the application process with the college locally without the intent to attend college for educational purposes.

Enrollment Fraud

The act of registering for classes without the intent to legitimately attend. Follows admissions application fraud and can only occur once a college has accepted the admissions application and enabled access to registration.

Financial Aid Fraud

The act of attempting to collect financial aid to which the applicant is not legally entitled. Follows admissions application fraud and enrollment fraud. Can occur only once a college has allowed the student to register for classes, and once relevant external agencies have accepted students' financial aid application and colleges have begun the process of disbursing local, state, and/or federal financial aid.

SuperGlue

SuperGlue is the integrations framework for products of the California Community Colleges and combines several technologies - application integration, service orchestration, api management, data integration and others.  These technologies mostly leverage existing open source technology or cloud services from AWS with the addition of ERP/SIS integration supporting the three major Student Information Systems in use by colleges in the California Community College system.

College Adapter

Staging Table

A dedicated database table established to store or hold a data set that receives incoming data.

GraphQL API

GraphQL is a query language for APIs and a runtime for fulfilling queries with existing data. GraphQL provides the power to ask for exactly the data needed and nothing more, making it easier to evolve APIs over time and enables powerful developer tools. GraphQL queries always return predictable results. Apps using GraphQL are fast and stable because they control the data they get, not the server. (For more information, see this primer on GraphQL).

GraphQL Schema

Apollo Server