<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Fri Feb 09 00:25:03 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[UXPROD-2569] UM needs report of active borrowers in calendar year</title>
                <link>https://folio-org.atlassian.net/browse/UXPROD-2569</link>
                <project id="10000" key="UXPROD">UX Product</project>
                    <description>&lt;p&gt;As a member of library management, I need to get the number of users who have borrowed at least one item within a calendar year.&lt;/p&gt;

&lt;p&gt;More than 7000 German libraries count the number of active users (patrons with at least one loan in the reporting year) for Deutsche Bibliotheksstatistik (DBS) (German Library Statistics). DBS 2018 total numbers: &lt;a href=&quot;https://service-wiki.hbz-nrw.de/download/attachments/99811335/dbs_gesamt_engl_2018.pdf?version=1&amp;amp;modificationDate=1564558387167&amp;amp;api=v2&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://service-wiki.hbz-nrw.de/download/attachments/99811335/dbs_gesamt_engl_2018.pdf?version=1&amp;amp;modificationDate=1564558387167&amp;amp;api=v2&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;&lt;a name=&quot;Loanrecorddeletion%2Cpatronrecorddeletion&quot;&gt;&lt;/a&gt;Loan record deletion, patron record deletion&lt;/h4&gt;

&lt;p&gt;Many of them delete loan data when the item is returned or a few days or weeks after it is returned to comply with GDPR.&lt;/p&gt;

&lt;p&gt;In addition the Right to erasure (GDPR Article 17) requires them to remove a patron record on request if all loans have been returned and all fees have been paid. Some libraries automatically delete the patron record of students that have left the university.&lt;/p&gt;

&lt;p&gt;As some loan records and some patron records no longer exists at the end of the year the tenant&apos;s &quot;active borrowers count&quot; cannot be calculated at the end of the year, it has to be incremented when the loan is opened.&lt;/p&gt;

&lt;p&gt;Therefore the tenant&apos;s &quot;active borrowers count&quot; needs to be incremented the first time a patron loans something in a year; at least one of these in-app counting algorithms are needed:&lt;/p&gt;

&lt;h4&gt;&lt;a name=&quot;Date%2FTimeandGDPR&quot;&gt;&lt;/a&gt;Date/Time and GDPR&lt;/h4&gt;

&lt;p&gt;European Court of Justice has ruled that date and time are &quot;personal data&quot; and are protected by GDPR. Therefore tenants need to evaluate which date/time components (year, month, day, hour, minute and seconds) they actually need and ensure that only the needed components are stored.&lt;/p&gt;

&lt;p&gt;Judgment of the Court (Third Chamber), 30 May 2013 in case C-342/12: &lt;a href=&quot;https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:62012CJ0342&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:62012CJ0342&lt;/a&gt; After this judgment the European Parliament has moved the definition of &quot;personal data&quot; from Article 2 of Directive 95/46 to Article 4 of GDPR.&lt;/p&gt;

&lt;p&gt;&quot;further processing for &lt;span class=&quot;error&quot;&gt;&amp;#91;...&amp;#93;&lt;/span&gt; statistical purposes shall &lt;span class=&quot;error&quot;&gt;&amp;#91;...&amp;#93;&lt;/span&gt; not be considered to be incompatible with the initial purposes (&#8216;purpose limitation&#8217;)&quot; &amp;#8211; Article 5 1. b) GDPR.&lt;/p&gt;

&lt;p&gt;&quot;Processing for &lt;span class=&quot;error&quot;&gt;&amp;#91;...&amp;#93;&lt;/span&gt; statistical purposes, shall be subject to appropriate safeguards &lt;span class=&quot;error&quot;&gt;&amp;#91;...&amp;#93;&lt;/span&gt;. &quot;. Those safeguards shall ensure that technical and organisational measures are in place in particular in order to ensure respect for the principle of data minimisation. Those measures may include pseudonymisation provided that those purposes can be fulfilled in that manner.&quot; &amp;#8211; Article 89 1. GDPR&lt;/p&gt;

&lt;h4&gt;&lt;a name=&quot;Activeborrowerflagalgorithm&quot;&gt;&lt;/a&gt;Active borrower flag algorithm&lt;/h4&gt;

&lt;p&gt;Remove the &quot;active borrower&quot; flag from all patron records on January 1st.&lt;br/&gt;
 When opening a loan check the patron&apos;s &quot;active borrower&quot; flag.&lt;br/&gt;
 If not active: Set to active and increment the tenant&apos;s &quot;active borrowers count&quot; of the current year.&lt;br/&gt;
 If active: Do nothing.&lt;/p&gt;
&lt;h4&gt;&lt;a name=&quot;Lastloandatealgorithm&quot;&gt;&lt;/a&gt;Last loan date algorithm&lt;/h4&gt;

&lt;p&gt;The tenant can configure the &quot;last loan date&quot; granularity to be year, quarter or month (or full date+time if no GDPR compliance is needed).&lt;br/&gt;
 When opening a loan update the &quot;last loan date&quot; of the patron record. Use this date:&lt;br/&gt;
 If granularity is year use January 1st of the current year.&lt;br/&gt;
 If granularity is quarter use the first day of the current quarter (January 1st, April 1st, July 1st, or October 1st).&lt;br/&gt;
 If granularity is month use the first day of the current month.&lt;br/&gt;
 When updating check the previous &quot;last loan date&quot; in the patron record.&lt;br/&gt;
 If it is a date within the current year don&apos;t update the tenant&apos;s &quot;active borrowers count&quot;. Otherwise (no &quot;last loan date&quot; or &quot;last loan date&quot; before the current year) increment the tenant&apos;s &quot;active borrowers count&quot; of the current year.&lt;br/&gt;
 Some libraries also use the &quot;last loan date&quot; to delete patron records without any activity (no loan, no login) within a configurable number of years, quarters or months. Therefore this algorithm has the advantage to use one field for both purposes and avoids the additional &quot;active borrower flag&quot; field.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11854">UXPROD-2569</key>
            <summary>UM needs report of active borrowers in calendar year</summary>
                <type id="10002" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium">New Feature</type>
                            <parent id="13651">UXPROD-784</parent>
                                    <priority id="10005" iconUrl="https://dev.folio.org/assets/jira-priority/tbd.svg">TBD</priority>
                        <status id="1" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                                        <assignee accountid="5f0e042307efc40028144d47">Amelia Sutton</assignee>
                                                                <reporter accountid="557058:c4306e07-a760-40bc-81e1-af8498c1bcd2">Ingolf Kuss</reporter>
                                    <labels>
                            <label>Folijet-UI-candiate</label>
                            <label>reporting</label>
                            <label>resourceaccess</label>
                            <label>usermanagement</label>
                    </labels>
                <created>Wed, 24 Jun 2020 07:27:41 +0000</created>
                <updated>Tue, 20 Jun 2023 15:48:36 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>17</watches>
                                                                <comments>
                                                            <comment id="17993" author="557058:acf63ab0-e50b-4848-8592-1c743d5addef" created="Tue, 30 Jun 2020 15:05:34 +0000"  >&lt;p&gt;Met with &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f5241b9fcaf93003b5bee25&quot; class=&quot;user-hover&quot; rel=&quot;5f5241b9fcaf93003b5bee25&quot; data-account-id=&quot;5f5241b9fcaf93003b5bee25&quot; accountid=&quot;5f5241b9fcaf93003b5bee25&quot; rel=&quot;noreferrer&quot;&gt;patty.wanninger&lt;/a&gt; to discuss building this in the UM app as a feature and she recommended we see if it is a better fit for the Resource Access Circulation Log. Next step will be for the Reporting Data Privacy subgroup to meet with &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ae530422d-154a-4c37-b957-18a88051448e&quot; class=&quot;user-hover&quot; rel=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; data-account-id=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; accountid=&quot;712020:e530422d-154a-4c37-b957-18a88051448e&quot; rel=&quot;noreferrer&quot;&gt;Emma Boettcher&lt;/a&gt; to discuss possibilities. @Sharon to set up meeting with Ingolf, Vandana, Julian, and Nassib. &lt;/p&gt;</comment>
                                                            <comment id="17994" author="557058:acf63ab0-e50b-4848-8592-1c743d5addef" created="Tue, 7 Jul 2020 13:23:33 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aa957226f-df85-4fc8-97f4-8b27a26029ed&quot; class=&quot;user-hover&quot; rel=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; data-account-id=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; accountid=&quot;557058:a957226f-df85-4fc8-97f4-8b27a26029ed&quot; rel=&quot;noreferrer&quot;&gt;Holly Mistlebauer&lt;/a&gt; will work on figuring out the next steps for this issue.&lt;/p&gt;</comment>
                                                            <comment id="17995" author="557058:a957226f-df85-4fc8-97f4-8b27a26029ed" created="Wed, 8 Jul 2020 15:01:15 +0000"  >&lt;p&gt;Holly met with &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5ed55244bc90a106063c7&quot; class=&quot;user-hover&quot; rel=&quot;5af5ed55244bc90a106063c7&quot; data-account-id=&quot;5af5ed55244bc90a106063c7&quot; accountid=&quot;5af5ed55244bc90a106063c7&quot; rel=&quot;noreferrer&quot;&gt;Cate Boerema&lt;/a&gt; today and these are the next steps:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Move 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;UXPROD-2569&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-2569&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;UM needs report of active borrowers in calendar year&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium&quot; /&gt;
            UXPROD-2569
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
 to the UXPROD project (done, it is now 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;UXPROD-2569&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-2569&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;UM needs report of active borrowers in calendar year&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium&quot; /&gt;
            UXPROD-2569
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
)&lt;/li&gt;
	&lt;li&gt;Clone 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;UXPROD-2569&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-2569&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;UM needs report of active borrowers in calendar year&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium&quot; /&gt;
            UXPROD-2569
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
 to create a CIRC user story (done, it is 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;CIRC-828&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/CIRC-828&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Count active borrowers in calendar year&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium&quot; /&gt;
            CIRC-828
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
)&lt;/li&gt;
	&lt;li&gt;Have the Core: Functional team point the 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;CIRC-828&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/CIRC-828&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Count active borrowers in calendar year&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium&quot; /&gt;
            CIRC-828
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
 user story (next week)&lt;/li&gt;
	&lt;li&gt;Find out when this feature needs to be completed (Holly has asked Ingolf)&lt;/li&gt;
&lt;/ol&gt;
</comment>
                                                            <comment id="17996" author="557058:a957226f-df85-4fc8-97f4-8b27a26029ed" created="Wed, 8 Jul 2020 19:13:01 +0000"  >&lt;p&gt;This feature needs to be completed in Q4 2020 at the latest...&lt;/p&gt;

&lt;p&gt;Hi Holly!&lt;/p&gt;

&lt;p&gt;We do not know the plans of all German implementers, yet.&lt;/p&gt;

&lt;p&gt;But we already know that the feature &quot;active borrowers count increment&quot; will not be needed before January 1st, 2021.&lt;/p&gt;

&lt;p&gt;I will inform you as soon as I can give you a more concrete date for that it will really be needed for the first time.&lt;br/&gt;
I hope that in the meantime it is O.K. for you to schedule it for Jan 1st, 2021.&lt;/p&gt;

&lt;p&gt;Best,&lt;br/&gt;
Ingolf&lt;/p&gt;</comment>
                                                            <comment id="17997" author="632e148361dbef2805be710f" created="Sun, 11 Oct 2020 22:22:32 +0000"  >&lt;p&gt;Having multiple active borrower counters (monthly, quarterly, semesterly, other custom, etc.), definable via settings could be very useful. The last loan date algorithm is probably the most generally useful method for accomplishing this feature.&lt;/p&gt;</comment>
                                                            <comment id="17998" author="632e148361dbef2805be710f" created="Mon, 12 Oct 2020 19:07:15 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ac4306e07-a760-40bc-81e1-af8498c1bcd2&quot; class=&quot;user-hover&quot; rel=&quot;557058:c4306e07-a760-40bc-81e1-af8498c1bcd2&quot; data-account-id=&quot;557058:c4306e07-a760-40bc-81e1-af8498c1bcd2&quot; accountid=&quot;557058:c4306e07-a760-40bc-81e1-af8498c1bcd2&quot; rel=&quot;noreferrer&quot;&gt;Ingolf Kuss&lt;/a&gt; In Sierra, the closest equivalent for &quot;last loan date&quot; would be the &quot;CIRCACTIVE&quot; fixed field on the patron record, but that also accounts for renewals, requests, checking your account via the catalog or another API interface (eg. discovery), or using SIP2 checkout. Do those need to be accounted for in this stat, as well, or do we just care about new loans? I would think having this attribute present on the user record would be very helpful in a mid-year migration, too.&lt;/p&gt;</comment>
                                                            <comment id="17999" author="557058:c4306e07-a760-40bc-81e1-af8498c1bcd2" created="Tue, 13 Oct 2020 14:51:21 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=632e148361dbef2805be710f&quot; class=&quot;user-hover&quot; rel=&quot;632e148361dbef2805be710f&quot; data-account-id=&quot;632e148361dbef2805be710f&quot; accountid=&quot;632e148361dbef2805be710f&quot; rel=&quot;noreferrer&quot;&gt;Brooks Travis&lt;/a&gt;, renewals are not counted in DBS 4 (this report). (They are counted in DBS 170).&lt;br/&gt;
Request are also not counted here (but in DBS 172).&lt;br/&gt;
If you mean by &quot;checking your account&quot; just looking at it (e.g. checking my open loans via a discovery), that would not be counted here.&lt;br/&gt;
If you check out by SIP2, I would say that would be a checkout which would create a new loan in the ILS and would be counted here.&lt;br/&gt;
DBS 4 is actually only about new loans.&lt;/p&gt;</comment>
                                                            <comment id="16000" author="557058:e4c91142-1f56-469c-a80f-9f01d93e942d" created="Thu, 4 Feb 2021 12:19:36 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ac4306e07-a760-40bc-81e1-af8498c1bcd2&quot; class=&quot;user-hover&quot; rel=&quot;557058:c4306e07-a760-40bc-81e1-af8498c1bcd2&quot; data-account-id=&quot;557058:c4306e07-a760-40bc-81e1-af8498c1bcd2&quot; accountid=&quot;557058:c4306e07-a760-40bc-81e1-af8498c1bcd2&quot; rel=&quot;noreferrer&quot;&gt;Ingolf Kuss&lt;/a&gt;, from our Chicago RA folks, &quot;We don&apos;t currently need a report like this, though having something like &quot;Last CKO date&quot; might be useful (if that doesn&apos;t already exist).&quot; So we&apos;ve ranked this R5. Let us know if there is something out there for the Last CKO date. Thanks.&lt;/p&gt;</comment>
                                                            <comment id="16001" author="632e12f7748d1bfcb85875fd" created="Tue, 14 Sep 2021 22:46:55 +0000"  >&lt;p&gt;Have there been any recent developments on this feature, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f5241b9fcaf93003b5bee25&quot; class=&quot;user-hover&quot; rel=&quot;5f5241b9fcaf93003b5bee25&quot; data-account-id=&quot;5f5241b9fcaf93003b5bee25&quot; accountid=&quot;5f5241b9fcaf93003b5bee25&quot; rel=&quot;noreferrer&quot;&gt;patty.wanninger&lt;/a&gt;? Are there plans for a last activity date on the user record?&lt;/p&gt;</comment>
                                                            <comment id="16002" author="5af5e627525ba96b58654f12" created="Fri, 19 Nov 2021 13:54:55 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f5241b9fcaf93003b5bee25&quot; class=&quot;user-hover&quot; rel=&quot;5f5241b9fcaf93003b5bee25&quot; data-account-id=&quot;5f5241b9fcaf93003b5bee25&quot; accountid=&quot;5f5241b9fcaf93003b5bee25&quot; rel=&quot;noreferrer&quot;&gt;patty.wanninger&lt;/a&gt; There&apos;s no mockups for this. Do  you have some? Also, while there&apos;s lots of description, there&apos;s not really clear scenarios for the UI devs&lt;/p&gt;</comment>
                                                            <comment id="16003" author="5f5241b9fcaf93003b5bee25" created="Fri, 3 Dec 2021 18:50:13 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt; I will take this back to the SIG and get some wireframes.&lt;/p&gt;</comment>
                                                            <comment id="16004" author="632e148361dbef2805be710f" created="Thu, 9 Dec 2021 17:42:59 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ee89462f7aa140abd82d11d&quot; class=&quot;user-hover&quot; rel=&quot;5ee89462f7aa140abd82d11d&quot; data-account-id=&quot;5ee89462f7aa140abd82d11d&quot; accountid=&quot;5ee89462f7aa140abd82d11d&quot; rel=&quot;noreferrer&quot;&gt;Julian Ladisch&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f5241b9fcaf93003b5bee25&quot; class=&quot;user-hover&quot; rel=&quot;5f5241b9fcaf93003b5bee25&quot; data-account-id=&quot;5f5241b9fcaf93003b5bee25&quot; accountid=&quot;5f5241b9fcaf93003b5bee25&quot; rel=&quot;noreferrer&quot;&gt;patty.wanninger&lt;/a&gt;&#160;Would using a one-way hash of the user UUID with the date-based counter be sufficient to satisfy GDPR, since all we care about is the count of users, not the actual users? The only way you could deanonymize would be to run every user UUID through the same hashing algorithm and if the user has been deleted you wouldn&apos;t even be able to do that. Otherwise, I don&apos;t really see a way to reliably provide this data (reliably) AND comply with GDPR.&lt;/p&gt;</comment>
                                                            <comment id="16005" author="5ee89462f7aa140abd82d11d" created="Fri, 10 Dec 2021 15:50:16 +0000"  >&lt;p&gt;The UUID (id of user record) is already a pseudonymisation. A hash of that UUID is a pseudonymisation of the pseudonymisation and therefore is not exempted from GDPR. Most users records don&apos;t get deleted and therefore this is not anonymisation, only pseudonymisation, and pseudonymisation reduces risk but GDPR still applies.&lt;/p&gt;

&lt;p&gt;For a given user simply hash the UUID and you get last loan date.&lt;/p&gt;

&lt;p&gt;Therefore I don&apos;t see how the additional hashing can give significant advantages to be an &quot;appropriate&quot; safeguard and &quot;appropriate&quot; measure.&lt;/p&gt;

&lt;p&gt;Can you explain why the &quot;last loan date algorithm&quot; doesn&apos;t comply with GDPR?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                                                <inwardlinks description="is defined by ">
                                        <issuelink>
            <issuekey id="46983">CIRC-828</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="46920">CIRC-617</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="33275">REP-260</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="33474">REP-23</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10014" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue key="$xmlutils.escape($text)">Users App</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10062" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Kiwi Planning Points (DO NOT CHANGE)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10063" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>PO Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01cc7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10071" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: 5Colleges (Full Jul 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10226"><![CDATA[R4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10067" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Chalmers (Impl Aut 2019)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10204"><![CDATA[R2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10068" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Chicago (MVP Sum 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10212"><![CDATA[R5]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10069" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Cornell (Full Sum 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10217"><![CDATA[R5]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10070" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Duke (Full Sum 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10221"><![CDATA[R4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10074" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: GBV (MVP Sum 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10239"><![CDATA[R2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10075" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Grand Valley (Full Sum 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10244"><![CDATA[R2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10085" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: MO State (MVP June 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10295"><![CDATA[R2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10091" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: U of AL (MVP Oct 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10324"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10110" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Report Frequency</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10438"><![CDATA[Yearly]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10111" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>Report Sample Link (pre-May 2019)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://service-wiki.hbz-nrw.de/download/attachments/99811335/dbs_gesamt_engl_2018.pdf?version=1&modificationDate=1564558387167&api=v2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10109" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Report Uses Real-Time Data</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10430"><![CDATA[Yes]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 30 Jun 2020 15:05:34 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>