Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The following bugs - and other technical fiswere identified and fixed during the three 

CCCApply Standard Application

NULL Value for Gender Field in Downloads

What's was happening:
Certain fields, such as the Gender field <gender>, that include a value of Null were not being stored and returned properly through the Download Client.  They were storing and returning an empty string value "" or a blank string " ".  

Expected behavior:
If the student skips the <gender> field question, the application should store and return _null_in the download file. As per the Data Dictionary/specification when a student does not interact with the Gender question. Per federal law - Office of Civil Rights - we cannot require that a student identify themselves with a specific gender; therefore this question cannot be a "required" question on the application.

Current behavior:
We corrected the application DB to store a Null value for Gender field <gender> and ensured the null value is correctly transferred to the Download Client.

Below are the four response values that should be stored and returned per the CCCApply Data Dictionary: 
M - Male
F - Female
X - Decline to State
Null - no response


Other Bugs

  • Edit Account page is rendering with no styling

  • SSN Nattering Modal: 'exceptions' link will not open

  • Tab Indicators do not persist when 'Incomplete'

  • Error occurs when attempting to reset password

  • Recover Account: User is prevented from changing Hover Help to Spanish

  • Regression: Privacy Policy link should open in new window

  • Regression: Attended California High School for Three Years not appearing at default

  • Regression: Graduated from California High School question appearing at default

  • Regression: Unable to update Account Name field in Apply, BOG, or International

  • Fix AB620 encryption

  • Regression: Alignment for "Repeat Social" text from "Edit Account" page on Apply, BOG, and International is Off

  • Scripts for null-ing out old ssn hash values.

  • Remove HTTPS warning in apply uPortal from logs

  • Update Account Country Listings for Multiple Country Codes

  • No labels