Difference between revisions of "R26 Patch: 16th January 2017"
(→SSL Implementation) |
(→Minor uncategorised fix) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 34: | Line 34: | ||
|- | |- | ||
| The student voice comment section || http://unionurl.unionclouddemo.org/thestudentvoice/test-idea-f874 | | The student voice comment section || http://unionurl.unionclouddemo.org/thestudentvoice/test-idea-f874 | ||
− | |||
− | |||
|} | |} | ||
*This issue has been resolved. | *This issue has been resolved. | ||
− | == | + | == US2708 == |
− | + | ===API GET Groups=== | |
− | === | ||
− | + | Added API Request that Returns all Groups for a given user<br/> | |
+ | Sample path of the REST request: GET https://unionurl.unioncloud.org/api/groups?page=&mode= | ||
+ | # For standard mode response exclude group associations of questions and keep the rest. | ||
+ | # For basic mode response only returns id, name and description. | ||
+ | # The same response structure should be applicable to a GET group by id | ||
+ | ::::i.e GET https://unionurl.unioncloud.org/api/groups/{group_id}?page=&mode= | ||
+ | |||
+ | *This issue has been resolved. | ||
+ | |||
+ | == US2713 == | ||
+ | ===Accept Membership to Groups via REST Webservice=== | ||
+ | "As an admin i should be able to put 301 redirects in my application for dead links and urls so that anyone accessing these urls can be correctly redirected to the new content and search engines can transfer page rankings to the correct pages." | ||
+ | *This issue has been resolved. | ||
+ | |||
+ | == US2714 == | ||
+ | ===301 Redirects=== | ||
+ | "As an admin i should be able to put 301 redirects in my application for dead links and urls so that anyone accessing these urls can be correctly redirected to the new content and search engines can transfer page rankings to the correct pages." | ||
*This issue has been resolved. | *This issue has been resolved. | ||
− | == | + | == US2726 == |
− | + | ===Fidelity API Update=== | |
− | === | + | "As a Fildelity API consumer service I wish to receive the students library card info in the get users API so i can use it as an identifier for the new loyalty cards to be issued to students" |
+ | |||
+ | == ZD7377 == | ||
+ | ===International shipping United Kingdom=== | ||
+ | Because shipping table provided is from UK, it didn't show any additional charges for UK Mailing, an issue occured where Unions had Zero filled the UK Row on the international shipping table, meaning that if a user selected international shipping, then chose UK, they were able to pay £0.00 shipping charges, as opposed to the UK Shipping prices. | ||
+ | *This issue has been resolved. | ||
− | + | == ZD7360 == | |
+ | === Group Committe Report Update === | ||
+ | University Email Address has now been added to Group Committee Report, this is so it is possible to identify these users, whereas previously this had to be done by the Dev Team, and reported back. | ||
*This issue has been resolved. | *This issue has been resolved. | ||
+ | |||
+ | == ZD7383 == | ||
+ | ===Hint text updated=== | ||
+ | User pointed out that the wording, in particular the use of the word 'Sales' on the eShop Products tab was misleading, and inferred that it was listing every sale of a particular product, rather than any times that a discount sale has been added to a product. | ||
+ | A user has pointed out that it is misleading, due to the nature of the word Sales. | ||
+ | <br/> | ||
+ | Hint Text updated to;<br/> | ||
+ | "This section is where you can see all sale periods related to a product. You can configure a new SALE for the product, or amend an existing one." | ||
+ | *this issue has been resolved. | ||
+ | |||
+ | ==Z7117== | ||
+ | ===Theming Update=== | ||
+ | Theme update to include sub-menu on sub-site for Abertay implementation. | ||
+ | *this issue has been resolved. | ||
+ | |||
== Uncat == | == Uncat == | ||
=== Minor uncategorised fix === | === Minor uncategorised fix === | ||
− | + | *UBU Bradford theme for Main site and subsite implementation | |
− | + | *Ubgraded Redis instance from m3.xlarge to m3.2xlarge | |
− |
Latest revision as of 15:23, 31 January 2017
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
US2720
Restrict Access Enhancement
Currently the Restrict Access option prevents users from accessing a UnionCloud site, revoking permission to log in, unless a user is the site Administrator, when this development was scoped it didn't include restrictions for SingleSignOn, due to the increasing number of Unions making use of the SSO Facility now, it is prudent to enhance this feature to cover any login via SSO
- This issue has been resolved.
US2716
SSL Implementation
As is good practice with sites these days, where practicable they should be served over SSL (HTTPS Webpages) some of our pages have always been served this way Think Login or Purchase pages for example, we are working towards ensuring all pages served by UnionCloud will be served over SSL in the near future however in the imeadiete future, we've made the choice to update the following system pages;
Page | URL |
---|---|
Evoting - Able to change vote preference also able to vote for standing with invalid candidates (invalid candidates ignored but voting is marked as completed) | http://unionurl.unionclouddemo.org/evoting_election_votings/save_votes |
My details - Able to modify details | http://unionurl.unionclouddemo.org/admins/52 |
Evoting - Submit nomination - Able to modify the details | http://unionurl.unionclouddemo.org/user_groups/nomination_details?standing_id=22521 |
Change password - Able to change password | http://unionurl.unionclouddemo.org/users/update_password |
The student voice - can see the content but cannot be modified | http://unionurl.unionclouddemo.org/thestudentvoice/new |
e-voting referendums - able to vote on user's behalf | http://unionurl.unionclouddemo.org/evoting_referendums/save_votes |
Volunteering profile - able to modify | http://unionurl.unionclouddemo.org/user_profiles/7351/edit |
Volunteering opportunity - new regi - can see the content but cannot modify | http://unionurl.unionclouddemo.org/user_profiles/new |
Volunteering Profile setup pages (6 steps) | http://unionurl.unionclouddemo.org/user_profiles/53126/profile_setup |
Student Voice like/dislike /vote links ajax requests will be over https also | Example |
The student voice comment section | http://unionurl.unionclouddemo.org/thestudentvoice/test-idea-f874 |
- This issue has been resolved.
US2708
API GET Groups
Added API Request that Returns all Groups for a given user
Sample path of the REST request: GET https://unionurl.unioncloud.org/api/groups?page=&mode=
- For standard mode response exclude group associations of questions and keep the rest.
- For basic mode response only returns id, name and description.
- The same response structure should be applicable to a GET group by id
- This issue has been resolved.
US2713
Accept Membership to Groups via REST Webservice
"As an admin i should be able to put 301 redirects in my application for dead links and urls so that anyone accessing these urls can be correctly redirected to the new content and search engines can transfer page rankings to the correct pages."
- This issue has been resolved.
US2714
301 Redirects
"As an admin i should be able to put 301 redirects in my application for dead links and urls so that anyone accessing these urls can be correctly redirected to the new content and search engines can transfer page rankings to the correct pages."
- This issue has been resolved.
US2726
Fidelity API Update
"As a Fildelity API consumer service I wish to receive the students library card info in the get users API so i can use it as an identifier for the new loyalty cards to be issued to students"
ZD7377
International shipping United Kingdom
Because shipping table provided is from UK, it didn't show any additional charges for UK Mailing, an issue occured where Unions had Zero filled the UK Row on the international shipping table, meaning that if a user selected international shipping, then chose UK, they were able to pay £0.00 shipping charges, as opposed to the UK Shipping prices.
- This issue has been resolved.
ZD7360
Group Committe Report Update
University Email Address has now been added to Group Committee Report, this is so it is possible to identify these users, whereas previously this had to be done by the Dev Team, and reported back.
- This issue has been resolved.
ZD7383
Hint text updated
User pointed out that the wording, in particular the use of the word 'Sales' on the eShop Products tab was misleading, and inferred that it was listing every sale of a particular product, rather than any times that a discount sale has been added to a product.
A user has pointed out that it is misleading, due to the nature of the word Sales.
Hint Text updated to;
"This section is where you can see all sale periods related to a product. You can configure a new SALE for the product, or amend an existing one."
- this issue has been resolved.
Z7117
Theming Update
Theme update to include sub-menu on sub-site for Abertay implementation.
- this issue has been resolved.
Uncat
Minor uncategorised fix
- UBU Bradford theme for Main site and subsite implementation
- Ubgraded Redis instance from m3.xlarge to m3.2xlarge