<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Fri Feb 09 00:36:59 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-4064] GBV. FOLIO module wrapper around existing Harvester (Extended Poppy work)</title>
                <link>https://folio-org.atlassian.net/browse/UXPROD-4064</link>
                <project id="10000" key="UXPROD">UX Product</project>
                    <description>&lt;p&gt;&lt;b&gt;Current situation or problem&lt;/b&gt;:  Wrap up the work on the FOLIO wrapper for Harvester Admin. The wrapper interacts for now with the legacy Harvester. &lt;/p&gt;

&lt;p&gt;&lt;b&gt;In scope:&lt;/b&gt; FOLIO module wrapper around existing Harvester for GBV. 1st phase of FOLIO Harvester module.&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Logfiles should be stored&lt;/li&gt;
	&lt;li&gt;UI display of log data&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&lt;b&gt;Out of scope&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Use case(s):&lt;/b&gt; For the German libraries - GBV, Hebis, Mainz then ... (enter text here)&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Proposed solution/stories&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Links to additional info&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Questions&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Out of scope:&lt;/b&gt;&lt;br/&gt;
Harvester version 2.0. 2nd phase FOLIO Harvester module&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Use case(s):&lt;/b&gt;&lt;br/&gt;
As an admin from library in the GBV consortia, &lt;br/&gt;
I need to be abel to run (start, stop, general access to) my library&apos;s jobs in the Harvester&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Proposed solution/stories:&lt;/b&gt;&lt;br/&gt;
Solution that meets GBV&#8217;s requirements for giving different admins access to only their own jobs in the Harvester. It assumes that libraries will not have access to transformation pipelines, transformation steps or back-end (Inventory storage) configurations, which are assumed to be maintained in the existing Harvester Admin UI by a central maintainer.  &lt;/p&gt;

&lt;p&gt;The basic idea is for a solution that utilizes current FOLIO user management modules and authentication - and applies access control on row level in the existing Harvester database. The idea is thus to discard the existing Harvester admin UI for jobs management but use the existing Harvester admin REST APIs by wrapping these XML based REST APIs in JSON based APIs. This is to make it possible to put a Stripes admin UI on top of them. The underlying MySQL database could be kept as is, initially at least, possibly save for a few tweaks. The harvest scheduler and harvest job running logic would also not change.&lt;/p&gt;

&lt;p&gt;The suggestion is to implement access control by tagging all records in the Harvester database with tokens specifying  who created the records and who should thus be able to retrieve them again. The simplest approach is possibly to install the Harvester module in a given FOLIO, create a user per library in that FOLIO and filter jobs by user ID. Alternatively it might be possible to control access per tenant.&lt;/p&gt;

&lt;p&gt;The existing Harvester database and its REST APIs would in other words become the storage layer for the new JSON APIs.  &lt;/p&gt;

&lt;p&gt;The FOLIO module, ie mod-harvester-admin, would need to know where the Harvester resides. This could be a FOLIO tenant setting, but that would require that module to have a storage and the UI to provide the settings page. Mod-configuration might be another option. A simpler solution might be to declare the Harvester&#8217;s location in the deployment descriptor - pretty much the same way access to PostgreSQL is configured in other FOLIO storage modules.    &lt;/p&gt;

&lt;p&gt;It should be considered changing the current primary key scheme in the Harvester database from sequence generated primary keys to UUIDs. This would bring the schema closer to FOLIO conventions (and have unrelated configuration maintenance benefits)&lt;/p&gt;

&lt;p&gt;The project would thus include:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Wrap select XML APIs as JSON APIs, provide unit tests.&lt;/li&gt;
	&lt;li&gt;Perhaps make a few changes to the underlying database for more FOLIO like JSON schemas&lt;/li&gt;
	&lt;li&gt;Write Stripes UIs with unit tests, to replace existing JSF UIs&lt;/li&gt;
	&lt;li&gt;Implement row level access control&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Following APIs would need to be implemented in JSON &lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Storages (GET, to populate drop-down in jobs edit page)&lt;/li&gt;
	&lt;li&gt;Jobs (POST, PUT, GET, DELETE)&lt;/li&gt;
	&lt;li&gt;Transformation pipelines (GET, to populate drop-down in jobs edit page)&lt;/li&gt;
	&lt;li&gt;Job logs (GET, possibly just text passthrough rather than JSON)&lt;/li&gt;
	&lt;li&gt;Failed records (GET)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Following existing JSF based UIs would be implemented as Stripes front-ends - not necessarily in a one-to-one fashion but at least so that existing functionality will continue to be supported. &lt;/p&gt;

&lt;p&gt;&lt;b&gt;Links to additional info:&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;https://folio-org.atlassian.net/wiki/pages/viewpage.action?pageId=1387435&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/wiki/pages/viewpage.action?pageId=1387435&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Questions&lt;/b&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="12538">UXPROD-4064</key>
            <summary>GBV. FOLIO module wrapper around existing Harvester (Extended Poppy work)</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="11757">UXPROD-2293</parent>
                                    <priority id="10001" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p2.svg">P2</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="557058:f80403de-e149-421e-8750-af45c853402f">Charlotte Whitt</assignee>
                                                                <reporter accountid="557058:f80403de-e149-421e-8750-af45c853402f">Charlotte Whitt</reporter>
                                    <labels>
                            <label>CBS2FOLIO</label>
                            <label>GBV</label>
                            <label>prio1</label>
                            <label>was-quesnelia-now-poppy</label>
                    </labels>
                <created>Tue, 14 Feb 2023 09:41:27 +0000</created>
                <updated>Mon, 5 Feb 2024 11:38:22 +0000</updated>
                            <resolved>Wed, 4 Oct 2023 07:26:02 +0000</resolved>
                                                    <fixVersion>Poppy (R2 2023)</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                    <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="12043">UXPROD-3013</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10001">
                    <name>Cloners</name>
                                            <outwardlinks description="clones">
                                        <issuelink>
            <issuekey id="12441">UXPROD-3892</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                                                <inwardlinks description="is defined by ">
                                        <issuelink>
            <issuekey id="38260">MODHAADM-65</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="38261">MODHAADM-66</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="38266">MODHAADM-70</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="36740">UIHAADM-7</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="36721">UIHAADM-73</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="36724">UIHAADM-75</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="36773">UIHAADM-80</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="36774">UIHAADM-81</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="36777">UIHAADM-84</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="36778">UIHAADM-85</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="36779">UIHAADM-86</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="36780">UIHAADM-88</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="38267">MODHAADM-73</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="36776">UIHAADM-83</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="36784">UIHAADM-91</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="36775">UIHAADM-82</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="11095" name="Ska&#776;rmavbild 2021-06-16 kl. 13.11.01.png" size="226719" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Tue, 14 Feb 2023 09:41:28 +0000"/>
                            <attachment id="11096" name="Ska&#776;rmavbild 2021-06-16 kl. 13.11.27.png" size="273047" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Tue, 14 Feb 2023 09:41:28 +0000"/>
                            <attachment id="11097" name="Ska&#776;rmavbild 2021-06-16 kl. 13.11.51.png" size="1116204" author="557058:f80403de-e149-421e-8750-af45c853402f" created="Tue, 14 Feb 2023 09:41:28 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10053" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Back End Estimate</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10122"><![CDATA[Large < 10 days]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10054" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Back End Estimator</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5bffed5e2434bf3a1a91d37a</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10178"><![CDATA[Sif]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10014" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue key="$xmlutils.escape($text)">FOLIO Harvester - new FOLIO module </customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10050" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Front End Estimate</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10099"><![CDATA[XL < 15 days]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10051" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Front End Estimator</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>557058:f80403de-e149-421e-8750-af45c853402f</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|i04ltd:y</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_10074" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: GBV (MVP Sum 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10238"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10082" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Mainz (Full TBD)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10278"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10046" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Release</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10076"><![CDATA[Poppy (R2 2023)]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>