Difference between revisions of "Patch: 22nd May 2018"
(→UC-227) |
(→UC-374) |
||
Line 87: | Line 87: | ||
== UC-374 == | == UC-374 == | ||
− | |||
===Default Value for Opt Ins=== | ===Default Value for Opt Ins=== | ||
Migration to set the default pre-registration value for opt-ins to NULL, as opposed to Opted in as it was for some Unions. | Migration to set the default pre-registration value for opt-ins to NULL, as opposed to Opted in as it was for some Unions. |
Revision as of 08:06, 29 May 2018
This page details the content that has been released in the patch named in the title above, if you were looking for the content from a different Sprint, or Union Cloud Release, please take a look at the Version History page to see all Sprints and Releases.
Contents
UC-4
Informed Consent
Details
- This issue has been resolved.
UC-6
Delete my account
Details
- This issue has been resolved.
UC-8
View all details stored about a UnionCloud user
Details
- This issue has been resolved.
UC-7
Admin View - Edit Account Details
Details
- This issue has been resolved.
UC-9
Alumni Archival
Details
- This issue has been resolved.
UC-10
Log-in redirect workflow
Details
- This issue has been resolved.
UC-11
Opt in for Union Commercial
Details
- This issue has been resolved.
UC-12
Edit individual user Programme Data
Details
- This issue has been resolved.
UC-16
User Data Correction
Details
- This issue has been resolved.
UC-20
Feedback?
Details
- This issue has been resolved.
UC-21
'Placement' data field
Details
- This issue has been resolved.
UC-168
UC-10 Feedback
Details
- This issue has been resolved.
UC-330
UC-168 Feedback
Details
- This issue has been resolved.
UC-224
Email to admin when deleting Alumni data
Details
- This issue has been resolved.
UC-374
Default Value for Opt Ins
Migration to set the default pre-registration value for opt-ins to NULL, as opposed to Opted in as it was for some Unions.
- This issue has been resolved.
UC-227
Download CSV includes consent data
CSV and API both now accept 5 new fields; NUS Communication opt in NUS Commercial opt in Union Communication opt in Union Commercial opt in Accept PrivacyPolic/T&C's
In the CSV these are presented as;
...Previous Columnus | union_communication | union_commercial | nus_communication | nus_commercial | terms_and_conditions |
---|---|---|---|---|---|
...Previous Columns | [Yes/No] | [Yes/No] | [Yes/No] | [Yes/No] | [Yes/No] |
- This issue has been resolved.
UC-228
API and CSV Accept consent fields
CSV and API both now accept 5 new fields; NUS Communication opt in NUS Commercial opt in Union Communication opt in Union Commercial opt in Accept PrivacyPolic/T&C's
Here is the sample response from a SEARCH User API Call, for full API Documentation, see APIary.io
This is an excerpt
"address": "XYZ Street,",
"postcode": "NCX 3RW", "record_type": "new", "union_communication": "yes", "union_commercial": "no", "nus_communication": "yes", "nus_commercial": "no", "terms_and_conditions": "yes", "additional_identities": [ { "provider": "facebook", "id": "2A6128" }, { "provider": "lusu_number", "id": "12ABC" } ] } ]
}
Note: Once you have set Terms & Conditions this can't be unticked, this field should only be completed if you are collecting the users acceptance of this elsewhere.
- This issue has been resolved.
UC-383
Data Obfuscation
Obfuscate (anonymise) all user information when Deleting a user via the API
This action has already been completed for Deleting a user via the System, and now takes the same action via the API, please refer to UC-6
- This issue has been resolved.
UC-386
Changing the opt-in values
Amendments on UnionCloud sites for setting opt-in functionality, where previously unions had these set up for Opt Outs / Untick fields
- Rename Columns
- Reverse Functionality
Check against NUS Communication, NUS Commercial, Union Communication
- This issue has been resolved.
Uncat
Minor uncategorised fix
Student side jQuery upgraded from v1.6.4 to v3.2.1
Admin side jQuery upgraded from 1.11.2 to 2.4
ZD9786
Error on Duplicate Election
Error presented when duplicating an election, where it takes place within the next hour, and there was a short lead time between Nominations and Voting.
The dialogue would incorrectly return an error message explaining that the dates needed to be in the future.
- This issue has been resolved.
UC-148 - DE2096
Page Break Error
Bug raised (Chrome Only) Page break observed when trying to download CSV report with comma in user group name.
- This issue has been resolved.