Releases: UniversityOfSaintThomas/UST-EASY
Releases · UniversityOfSaintThomas/UST-EASY
0.0.0.1
Critical Changes
Permission Sets updated
Remove external ID from validation objects
- Widgets can be activated on status, sub-status, date, time, citizenship, page
- cookie information now has flattened, reduced application control information
- contact and application id removed from url
- latest dataset from easy app dev
- normalized slds styling
- If applicant is logged in and goes to registration page it will redirect to create page (or portal if no at parameter set)
send reminder button working!
Changes
- Updated data insert and added new fields
- Upload script/UI converted to SLDS
- Standard Salesforce CKEditor tamed and more options added
- Removed 3rd party CKEditor from header
- Rewrite of reference look-up code for efficiency
- Remove selection in UI and functionality
- removed erroring record types
- New fields from EDADev22
- School data is now snowfackery data
- Tests now have UUIDs created for ExternalIds
- Added instruction docs for packaging
- New dataset
- Deleted Education History object
- Page rerenders only happen if question dependencies exists
- Template improvements
- Cookie generates on first visit to registration page
- Input consolidated into one component
- Family record now set up with cci holding Ids
- Reudementary front end validation in place
- Class helpers created to consolidate common Apex tasks
- Summary detail works correctly on toggle of details (used to close right after opening)
- Carousel now doesn't hide inputs on rerenders
- Radio input questions now works with dependencies
- Assistive text added for front on SLDS validation
- Templates now selectable on application control
- Fixed registration page so it looks for template choices
- Changed Question static text field to rich text
- Fixed loading shield on stthomas2021 template
- Redirect to portal created if app control is blank
- Checklist button generate cookie data to change contexts
- More than one app can now be maintained
- Save and Previous buttons now generate cookie to change context
- Validation in place for phone, ssn, special characters in names
- New additional validation field on questions to control validation for name special character and ssn
- State and Country picklists being enabled in an org now displays correctly
- Styling on State/Country picklists is correct via javascript intervention
- Created login/logout widget
- Updated styles and functionality for login page, forgot password pages
- Added validation to add record sections
- Added sharing rules to unpackaged metadata
created permission sets for RFI (RFI_User and RFI_Controller_User) - Submit buttons added to checklist and requirement pages if submit status reached
- Question groups have count slide at bottom for user
- Login issue where model would not go away is fixed
- Portal now gains context from last modified app when no cookie is present
- Improved related object lookup interface
- Lots of messaging updates
Code coverage over 75%
Added auto-population of city and state based on user entered zipcode
Test classes all passing with 75% in production (already deployed) - Redirect After Submission checkbox field added to RFI Controller
- Programs query updated.
- Academic Interest changed to multi-select for undergraduate
- Major(4) fields populate by Academic Interest and Academic Program populate Recruitment Program for Undergraduate
- Recruitment Program populated by Academic Interest for Graduate
- Terms changed to Academic Terms
- School of Law specific questions removed
- Added Active__c field on Lead Preset custom metadata type, sample record added as inactive
- Term start dates are added to the "What term are you applying for?" question
- Question responses now record app Id
- Moved test classes out of main class folder
- Renamed RFI test with _TEST for naming convention
added RFI and Grad Rec permission set assignment automation for EASY App Portal guest user
Will continue to work on this branch
changed LWC to take input parameter passed through from visualforce -- since the controller is for the LWC and not VF, url wasn't able to be retrieved from apex. Should work now - Added shield spinner to save button
- Fixed save functionality
Country global value set pulled from Family_Member__c field instead of Family__c
Mapping for text message question updated to map to Receive_Texts__c on Lead
Mapping for high school account updated to map High_School_or_College__c on Lead
hed__Error__c records created when Leads fail to create from form
New scheduled Flow to run weekly when hed__Error__c records from RFI were created in the past week and send email to [email protected]
Confirmed term questions maps to Intended_Start_Term__c (lookup to Academic_Term__c)
Program query working as expected -- pre-professional programs not getting pulled due to Active__c = false and Academic_Level__c = null. Need to update data to see those
If an applicant changes a recommender's email, a new recommendation is created and the previous object is deleted (so the link is no longer valid).
If an applicant changes a recommender's email and the recommendation has already been submitted, the recommendation is not updated (to avoid an applicant sending the request to themselves, submitting it, then changing the email)
Installation Info
Sandbox & Scratch Orgs:
https://test.salesforce.com/packaging/installPackage.apexp?p0=04t4P000002KnWjQAK
Production & Developer Edition Orgs:
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t4P000002KnWjQAK
0.0.0.1
Critical Changes
Permission Sets updated [PR13]
Remove external ID from validation objects [PR13]
- Widgets can be activated on status, sub-status, date, time, citizenship, page [PR22]
- cookie information now has flattened, reduced application control information [PR22]
- contact and application id removed from url [PR22]
- latest dataset from easy app dev [PR22]
- normalized slds styling [PR22]
- If applicant is logged in and goes to registration page it will redirect to create page (or portal if no at parameter set) [PR22]
send reminder button working! [PR71]
Changes
- Updated data insert and added new fields [PR1]
- Upload script/UI converted to SLDS [PR2]
- Standard Salesforce CKEditor tamed and more options added [PR2]
- Removed 3rd party CKEditor from header [PR2]
- Rewrite of reference look-up code for efficiency [PR3]
- Remove selection in UI and functionality [PR3]
- removed erroring record types [PR4]
- New fields from EDADev22 [PR6]
- School data is now snowfackery data [PR6]
- Tests now have UUIDs created for ExternalIds [PR6]
- Added instruction docs for packaging [PR7]
- New dataset [PR8]
- Deleted Education History object [PR8]
- Page rerenders only happen if question dependencies exists [PR17]
- Template improvements [PR17]
- Cookie generates on first visit to registration page [PR17]
- Input consolidated into one component [PR17]
- Family record now set up with cci holding Ids [PR17]
- Reudementary front end validation in place [PR17]
- Class helpers created to consolidate common Apex tasks [PR17]
- Summary detail works correctly on toggle of details (used to close right after opening) [PR17]
- Carousel now doesn't hide inputs on rerenders [PR17]
- Radio input questions now works with dependencies [PR17]
- Assistive text added for front on SLDS validation [PR17]
- Templates now selectable on application control [PR17]
- Fixed registration page so it looks for template choices [PR18]
- Changed Question static text field to rich text [PR18]
- Fixed loading shield on stthomas2021 template [PR19]
- Redirect to portal created if app control is blank [PR19]
- Checklist button generate cookie data to change contexts [PR19]
- More than one app can now be maintained [PR19]
- Save and Previous buttons now generate cookie to change context [PR19]
- Validation in place for phone, ssn, special characters in names [PR19]
- New additional validation field on questions to control validation for name special character and ssn [PR19]
- State and Country picklists being enabled in an org now displays correctly [PR20]
- Styling on State/Country picklists is correct via javascript intervention [PR20]
- Created login/logout widget [PR38]
- Updated styles and functionality for login page, forgot password pages [PR38]
- Added validation to add record sections [PR38]
- Added sharing rules to unpackaged metadata [PR38]
created permission sets for RFI (RFI_User and RFI_Controller_User) [PR44] - Submit buttons added to checklist and requirement pages if submit status reached [PR46]
- Question groups have count slide at bottom for user [PR46]
- Login issue where model would not go away is fixed [PR46]
- Portal now gains context from last modified app when no cookie is present [PR46]
- Improved related object lookup interface [PR56]
- Lots of messaging updates [PR56]
Code coverage over 75% [PR57]
Added auto-population of city and state based on user entered zipcode [PR59]
Test classes all passing with 75% in production (already deployed) [PR60] - Redirect After Submission checkbox field added to RFI Controller [PR61]
- Programs query updated. [PR61]
- Academic Interest changed to multi-select for undergraduate [PR61]
- Major(4) fields populate by Academic Interest and Academic Program populate Recruitment Program for Undergraduate [PR61]
- Recruitment Program populated by Academic Interest for Graduate [PR61]
- Terms changed to Academic Terms [PR61]
- School of Law specific questions removed [PR61]
- Added Active__c field on Lead Preset custom metadata type, sample record added as inactive [PR61]
- Term start dates are added to the "What term are you applying for?" question [PR63]
- Question responses now record app Id [PR63]
- Moved test classes out of main class folder [PR63]
- Renamed RFI test with _TEST for naming convention [PR63]
added RFI and Grad Rec permission set assignment automation for EASY App Portal guest user [PR64]
Will continue to work on this branch [PR64]
changed LWC to take input parameter passed through from visualforce -- since the controller is for the LWC and not VF, url wasn't able to be retrieved from apex. Should work now [PR65] - Added shield spinner to save button [PR67]
- Fixed save functionality [PR67]
Country global value set pulled from Family_Member__c field instead of Family__c [PR68]
Mapping for text message question updated to map to Receive_Texts__c on Lead [PR68]
Mapping for high school account updated to map High_School_or_College__c on Lead [[PR68](https://github.com/UniversityOfSai...