This repository has been archived by the owner on Sep 19, 2021. It is now read-only.
Releases: 18F/culper
Releases · 18F/culper
v1.0.3
Release highlights:
- Backend
save
call will always return an appropriate HTTP status code (not200 OK
) when returning an error.
v1.0.2
Release highlights:
- Add version to Instructions, visible when you login or by clicking
Instructions
in upper right corner - Fix IE11 issue where could not scroll down to click
Yes
on sign-in, if window size was small - Alert user when
save()
call fails - Display correct error message when divorce date is not after marriage date
v1.0.0
Release highlights:
- Fix SAML login error where NGINX would report referrer/cookie size too large
- Update signature PDFs to reflect text changes requested by NBIB
v0.6.0
Release highlights:
- Assorted SF-86 XML encoding fixes for hair color, APO/AFO addresses, drug use, existing conditions
- Additional validation for tax year, employment dates, zip codes, relatives
- Fixes abrupt session timeout
- Only show APO/FPO address option when permitted by SF-86
- Improve margins/layout of archival PDF
- Resolved 2 new "Will Fix" items identified by NBIB
- New test scenario requested by NBIB:
test8
specifically exercises SF-86 Section 21E.
v0.5.9
Release highlights:
- Resolves all "Will Fix" NBIB-reported issues, including:
- Questions/answers not displayed in eApp in archival PDF or after reload
- Truncated question text, button labels in archival PDF
- Correct question text to match e-QIP
- Missing court appeal data in SF-86 XML (
test2.xml
) - Removal of passport card option, improved passport validation
- Eliminate "phantom" validation errors in delinquent payments, relationships, and offenses
- Collect state of service for National Guard
- Modify how former spouse marriage location is collected
- Correct logic involving contact frequency/methods for non-U.S. Citizen relatives
- Archival PDF displays table rows expanded
- Replace OPM logo with NBIS logo
- Update SAML Login button text
Full list of commits
Partial list of enhancements and issues
v0.5.8
Release highlights:
- Additional XML fixes for e-QIP (NBIB test cases #1-6). All test cases validate against the e-QIP XSDs and pass automated content validation by the e-QIP web service.
- Certification PDF layout change requested by NBIB.
- Applicant's emails and phone numbers collected in a manner more consistent with e-QIP.
- Attachment page disabled in the UI.
ATTACHMENTS_ENABLED
controls the backend only. - Zip code validation performed and enforced even when USPS validation disabled or ignored by user.
- Minor layout changes for validation errors in field groups.
v0.5.7
Release highlights:
- Additional XML fixes for e-QIP (NBIB test cases #1-6)
- Improved validations for relationships, selective service, and currency fields
- Fixes JavaScript error when navigating to Attachments/Review page if Psychological section is unanswered
v0.5.6
Release highlights:
- XML fixes for e-QIP (NBIB test cases #1-4, #6)
- Persistency issues in:
- employment section (supervisor, reason for leaving)
- place of marriage
- Improvements to visualization of of validation errors in navigation menu
- Refactor of navigation menu code towards path of generating it completely dynamically from data
- Clicked button cannot be un-clicked in certain situations
- Misleading HTTP code for missing files in NGINX
A complete list of enhancements and issues resolved are listed in the Done
column on this board:
https://github.com/18F/e-QIP-prototype/projects/1