<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:17:55 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>[FOLIO-2060] Add &quot;marccat&quot; to snapshot and testing</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-2060</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Add &quot;ui-marccat&quot; to platform-complete snapshot branch&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/folio-org/ui-marccat&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/ui-marccat&lt;/a&gt; which depends on &lt;a href=&quot;https://github.com/folio-org/mod-marccat&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-marccat&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="81273">FOLIO-2060</key>
            <summary>Add &quot;marccat&quot; to snapshot and testing</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <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="61cd0ca0bce5e00069e98be7">David Crossley</assignee>
                                                                <reporter accountid="61cd0ca0bce5e00069e98be7">David Crossley</reporter>
                                    <labels>
                            <label>marccat</label>
                            <label>platform-backlog</label>
                    </labels>
                <created>Mon, 3 Jun 2019 07:28:59 +0000</created>
                <updated>Wed, 3 Jun 2020 16:39:52 +0000</updated>
                            <resolved>Mon, 7 Oct 2019 13:58:36 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>15</watches>
                                                                <comments>
                                                            <comment id="195721" author="61cd0ca0bce5e00069e98be7" created="Wed, 12 Jun 2019 01:58:00 +0000"  >&lt;p&gt;It is too close to the Q2-2019 release to attempt to get these modules integrated (first in snapshot/testing and then in master) and there is additional information and fixes required. So will follow up after that.&lt;/p&gt;</comment>
                                                            <comment id="195722" author="5c706fbb47a54a6728e59df2" created="Wed, 12 Jun 2019 17:23:25 +0000"  >&lt;p&gt;From &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bcdb6f9bae77f4b760f3d0b&quot; class=&quot;user-hover&quot; rel=&quot;5bcdb6f9bae77f4b760f3d0b&quot; data-account-id=&quot;5bcdb6f9bae77f4b760f3d0b&quot; accountid=&quot;5bcdb6f9bae77f4b760f3d0b&quot; rel=&quot;noreferrer&quot;&gt;Mirko Fonzo&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;1. MARCcat development team uses a database built by porting to Postgres a quite complex real production database (from data content perspective).&lt;br/&gt;
This allows to perform tests of many different and heterogeneous conditions. Database initialization has not yet introduced in MARCcat, but as you mentioned about other storage modules, it should be part of tenant initialization.&lt;/p&gt;

&lt;p&gt;2. Yes, database connection information is stored in mod-configuration.&lt;br/&gt;
MARCcat needs 4 keys, below there is an example (at this moment password is not encrypted)&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-javascript&quot;&gt;
{&lt;span class=&quot;code-quote&quot;&gt;&quot;module&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;MARCCAT&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;configName&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;datasource&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;code&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;url&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;description&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Target JDBC URL&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;enabled&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;jdbc:postgresql:&lt;span class=&quot;code-comment&quot;&gt;//folio.frontside.atcult.it:5433/folio_marccat_test1&quot;&lt;/span&gt; }
&lt;/span&gt;{&lt;span class=&quot;code-quote&quot;&gt;&quot;module&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;MARCCAT&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;configName&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;datasource&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;code&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;port&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;description&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Database listening port&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;enabled&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt;: 5433 }
{&lt;span class=&quot;code-quote&quot;&gt;&quot;module&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;MARCCAT&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;configName&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;datasource&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;code&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;user&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;description&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Database username&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;enabled&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;marccat&quot;&lt;/span&gt;}
{&lt;span class=&quot;code-quote&quot;&gt;&quot;module&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;MARCCAT&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;configName&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;datasource&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;code&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;password&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;description&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Database password&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;enabled&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;***&quot;&lt;/span&gt;}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In mod-configuration there are also other configuration parameters used by MARCcat for different tasks. If needed we can provide the current list of settings.&lt;/p&gt;

&lt;p&gt;3. Yes, each tenant requires its own database.&lt;br/&gt;
There are pros and cons having separate or a unique database per tenant. From our point of view there are more pros than cons having a dedicated database for each tenant. Please let me know if you see potential issues about our solution.&lt;/p&gt;</comment>
                                                            <comment id="195723" author="5c706fbb47a54a6728e59df2" created="Wed, 12 Jun 2019 17:24:47 +0000"  >&lt;p&gt;I think your solution is fine. It&apos;s just a question of understanding how to provision the module. If I understand correctly, to enable mod-marccat for a tenant in a FOLIO system, you must:&lt;/p&gt;

&lt;p&gt;1. Register mod-marccat with Okapi (and optionally deploy it and register the URL with the Okapi discovery service) &amp;#8211; this is the same as for any module&lt;br/&gt;
2. Provision a Postgres database for mod-marccat for the tenant, using some variation on the scripts in &lt;a href=&quot;https://github.com/folio-org/mod-marccat/tree/master/database-setup&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-marccat/tree/master/database-setup&lt;/a&gt;&lt;br/&gt;
3. Register the configuration keys for the tenant with mod-configuration&lt;br/&gt;
4. Enable mod-marccat for the tenant (and optionally deploy at this time, if using Okapi orchestration)&lt;/p&gt;

&lt;p&gt;Does this sound right?&lt;/p&gt;</comment>
                                                            <comment id="195724" author="5bcdb6f9bae77f4b760f3d0b" created="Thu, 13 Jun 2019 16:30:56 +0000"  >&lt;p&gt;Yes, it sounds right.&lt;/p&gt;</comment>
                                                            <comment id="195725" author="5af5e627525ba96b58654f12" created="Mon, 1 Jul 2019 16:27:37 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; it looks like all the blockers for this ticket to add MARCcat to snapshot and testing have been completed. Is there anything else holding it back? If so, could you or &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fc07f1230f2c12f1d828&quot; class=&quot;user-hover&quot; rel=&quot;5b44fc07f1230f2c12f1d828&quot; data-account-id=&quot;5b44fc07f1230f2c12f1d828&quot; accountid=&quot;5b44fc07f1230f2c12f1d828&quot; rel=&quot;noreferrer&quot;&gt;Tiziana Possemato&lt;/a&gt; add those as additional blockers? If not, then can this get unblocked and move forward?&lt;/p&gt;</comment>
                                                            <comment id="195726" author="61cd0ca0bce5e00069e98be7" created="Tue, 2 Jul 2019 08:02:30 +0000"  >&lt;p&gt;Added the ticket 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODCAT-121&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODCAT-121&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;The mod-marccat needs to implement the Tenant API&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            MODCAT-121
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 to implement the Tenant API.&lt;/p&gt;

&lt;p&gt;I gather that their development team is currently in the process of ensuring that mod-marccat operates with their local Okapi test instance to handle tenant activation and tenant separation.&lt;/p&gt;</comment>
                                                            <comment id="195727" author="5af5e627525ba96b58654f12" created="Tue, 2 Jul 2019 08:36:33 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; So &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fc07f1230f2c12f1d828&quot; class=&quot;user-hover&quot; rel=&quot;5b44fc07f1230f2c12f1d828&quot; data-account-id=&quot;5b44fc07f1230f2c12f1d828&quot; accountid=&quot;5b44fc07f1230f2c12f1d828&quot; rel=&quot;noreferrer&quot;&gt;Tiziana Possemato&lt;/a&gt; looks like one more blocking story (
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODCAT-121&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODCAT-121&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;The mod-marccat needs to implement the Tenant API&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            MODCAT-121
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
) for AtCult to take care of.&lt;/p&gt;</comment>
                                                            <comment id="195728" author="5c706fbb47a54a6728e59df2" created="Tue, 23 Jul 2019 13:08:34 +0000"  >&lt;p&gt;Given the current state of 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODCAT-121&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODCAT-121&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;The mod-marccat needs to implement the Tenant API&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            MODCAT-121
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
, I think we have these options:&lt;/p&gt;

&lt;p&gt;1. Include with defaults (hosted db) in the folio-testing reference environment, with no UI. Do not include in the testing-backend Vagrant box.&lt;/p&gt;

&lt;p&gt;2. Include with defaults in both folio-testing and folio-snapshot. To include in folio-snapshot, we would either need to also include the UI in platform-complete or specifically call it out as an extra module (otherwise it won&apos;t be in the dependency graph). Again, do not include in Vagrant boxes.&lt;/p&gt;

&lt;p&gt;Neither of these options require much work from the DevOps team, other than build configuration and testing. I think use of a hosted db makes it crazy to include in Q3.1 &amp;#8211; anyone who stands up a system hits the same hosted DB? Clearly that doesn&apos;t work.&lt;/p&gt;

&lt;p&gt;3. Attempt to adapt database and configuration scripts in CI (as an Ansible role), so that the database can be provisioned locally. This would allow us to include it in the Vagrant boxes. With appropriate updates to the folio-install instructions, we might also be able to consider including it in Q3.1. This option requires the most work from the DevOps team.&lt;/p&gt;

&lt;p&gt;4. Wait until the &quot;next version&quot; of mod-marccat, when the module may behave in a manner more consistent with other storage modules.&lt;/p&gt;</comment>
                                                            <comment id="195729" author="5af5e627525ba96b58654f12" created="Wed, 31 Jul 2019 19:09:41 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5c706fbb47a54a6728e59df2&quot; class=&quot;user-hover&quot; rel=&quot;5c706fbb47a54a6728e59df2&quot; data-account-id=&quot;5c706fbb47a54a6728e59df2&quot; accountid=&quot;5c706fbb47a54a6728e59df2&quot; rel=&quot;noreferrer&quot;&gt;Wayne Schneider&lt;/a&gt; Now that 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODCAT-121&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODCAT-121&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;The mod-marccat needs to implement the Tenant API&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            MODCAT-121
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 is closed, does that unblock this ticket?&lt;/p&gt;</comment>
                                                            <comment id="195730" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Thu, 1 Aug 2019 12:24:54 +0000"  >&lt;p&gt;Added to the current sprint and asked &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; to give another look.&lt;/p&gt;</comment>
                                                            <comment id="195731" author="5af5e627525ba96b58654f12" created="Thu, 1 Aug 2019 13:32:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt; Thank you!!&lt;/p&gt;</comment>
                                                            <comment id="195732" author="61cd0ca0bce5e00069e98be7" created="Mon, 5 Aug 2019 05:19:23 +0000"  >&lt;p&gt;I did attempt a local install, but no success. See notes at 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODCAT-121&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODCAT-121&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;The mod-marccat needs to implement the Tenant API&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            MODCAT-121
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
.&lt;/p&gt;</comment>
                                                            <comment id="195733" author="61cd0ca0bce5e00069e98be7" created="Mon, 5 Aug 2019 05:20:30 +0000"  >&lt;p&gt;Also i note that the &quot;mod-marccat/sample-data&quot; directory does have a data file, but it is empty.&lt;/p&gt;

&lt;p&gt;Is the intention to add some basic sample-data to that repository?&lt;/p&gt;

&lt;p&gt;Or if not, is there a way to obtain sample data for local testing.&lt;/p&gt;</comment>
                                                            <comment id="195734" author="5af5e627525ba96b58654f12" created="Mon, 5 Aug 2019 10:31:35 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; - good question.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fc09bc005f2c0cb7338f&quot; class=&quot;user-hover&quot; rel=&quot;5b44fc09bc005f2c0cb7338f&quot; data-account-id=&quot;5b44fc09bc005f2c0cb7338f&quot; accountid=&quot;5b44fc09bc005f2c0cb7338f&quot; rel=&quot;noreferrer&quot;&gt;Annalisa Di Sabato&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fc07f1230f2c12f1d828&quot; class=&quot;user-hover&quot; rel=&quot;5b44fc07f1230f2c12f1d828&quot; data-account-id=&quot;5b44fc07f1230f2c12f1d828&quot; accountid=&quot;5b44fc07f1230f2c12f1d828&quot; rel=&quot;noreferrer&quot;&gt;Tiziana Possemato&lt;/a&gt; has there been discussion of having sample records in MARCcat? If not, might it be possible to populate some in? Once we connect MARCcat and SRS, it&apos;ll probably be best to come up with a batch of records that can be loaded and populate into SRS, then into MARCcat and Inventory. Thanks, A-M&lt;/p&gt;</comment>
                                                            <comment id="195735" author="5b44fc09bc005f2c0cb7338f" created="Mon, 5 Aug 2019 10:46:40 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; and &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;,&lt;br/&gt;
at the moment the database is empty, but it will be possible to catalogue new records starting from 1. If you are able to start mod-marccat and indicate me in which FOLIO environment was deploied, I can create some records for you. This is the best and quick solution for all.&lt;/p&gt;

&lt;p&gt;Let me know please,&lt;/p&gt;

&lt;p&gt;Annalisa&lt;/p&gt;</comment>
                                                            <comment id="195736" author="61cd0ca0bce5e00069e98be7" created="Tue, 6 Aug 2019 08:14:32 +0000"  >&lt;p&gt;Note that the sample-data and reference-data are optional (see initial discussion about that in 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODCAT-121&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODCAT-121&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;The mod-marccat needs to implement the Tenant API&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            MODCAT-121
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
).&lt;/p&gt;

&lt;p&gt;Glancing at the mod-marccat code it seems that it does not yet handle the loadSample and loadReference tenant parameters. So those empty directories might just be a placeholder for the future.&lt;/p&gt;

&lt;p&gt;If the MARCcat project wants to have that, then i suggest that someone create a separate related Jira ticket, and that we focus this one on the initial installation without such data.&lt;/p&gt;

&lt;p&gt;I was mainly wondering how we will know that this initial installation of mod-marccat is operational. The MARCcat developers probably have some other way to verify.&lt;/p&gt;</comment>
                                                            <comment id="195737" author="5b44fc07f1230f2c12f1d828" created="Tue, 6 Aug 2019 14:13:23 +0000"  >&lt;p&gt;Hi &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;, we added the &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODCAT-128&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/MODCAT-128&lt;/a&gt; to trace the requirement to have a data sample in MARCcat, with references. Let us know if it is correct and if we need to link it to other issues. Thanks&lt;/p&gt;</comment>
                                                            <comment id="195738" author="5af5e627525ba96b58654f12" created="Tue, 10 Sep 2019 05:34:29 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fc07f1230f2c12f1d828&quot; class=&quot;user-hover&quot; rel=&quot;5b44fc07f1230f2c12f1d828&quot; data-account-id=&quot;5b44fc07f1230f2c12f1d828&quot; accountid=&quot;5b44fc07f1230f2c12f1d828&quot; rel=&quot;noreferrer&quot;&gt;Tiziana Possemato&lt;/a&gt; Is there any hope of getting MARCcat into the 3.2/Daisy release? It will be pretty awful not to have any of MARCcat showing in Daisy, since there is a lot of manual testing and Inventory/SRS integration that needs to happen in Q4.&lt;/p&gt;

&lt;p&gt;cc: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b1434bffa615349cb01726d&quot; class=&quot;user-hover&quot; rel=&quot;5b1434bffa615349cb01726d&quot; data-account-id=&quot;5b1434bffa615349cb01726d&quot; accountid=&quot;5b1434bffa615349cb01726d&quot; rel=&quot;noreferrer&quot;&gt;Mark Veksler&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5ecdb772036612ff61cf1&quot; class=&quot;user-hover&quot; rel=&quot;5af5ecdb772036612ff61cf1&quot; data-account-id=&quot;5af5ecdb772036612ff61cf1&quot; accountid=&quot;5af5ecdb772036612ff61cf1&quot; rel=&quot;noreferrer&quot;&gt;Hkaplanian&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3Abe36acda-040d-4925-b3df-ebd7e16d4b5b&quot; class=&quot;user-hover&quot; rel=&quot;70121:be36acda-040d-4925-b3df-ebd7e16d4b5b&quot; data-account-id=&quot;70121:be36acda-040d-4925-b3df-ebd7e16d4b5b&quot; accountid=&quot;70121:be36acda-040d-4925-b3df-ebd7e16d4b5b&quot; rel=&quot;noreferrer&quot;&gt;lew235&lt;/a&gt; &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;&lt;/p&gt;</comment>
                                                            <comment id="195739" author="5af5e627525ba96b58654f12" created="Fri, 20 Sep 2019 18:19:00 +0000"  >&lt;p&gt;Hi all &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5c706fbb47a54a6728e59df2&quot; class=&quot;user-hover&quot; rel=&quot;5c706fbb47a54a6728e59df2&quot; data-account-id=&quot;5c706fbb47a54a6728e59df2&quot; accountid=&quot;5c706fbb47a54a6728e59df2&quot; rel=&quot;noreferrer&quot;&gt;Wayne Schneider&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bcdb6f9bae77f4b760f3d0b&quot; class=&quot;user-hover&quot; rel=&quot;5bcdb6f9bae77f4b760f3d0b&quot; data-account-id=&quot;5bcdb6f9bae77f4b760f3d0b&quot; accountid=&quot;5bcdb6f9bae77f4b760f3d0b&quot; rel=&quot;noreferrer&quot;&gt;Mirko Fonzo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It looks like there was progress on the last blocker: 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODCAT-121&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODCAT-121&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;The mod-marccat needs to implement the Tenant API&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            MODCAT-121
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
. Is there hope that we can get MARCcat into the hosted ref envs by 25 Sept?&lt;/p&gt;

&lt;p&gt;cc: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fc07f1230f2c12f1d828&quot; class=&quot;user-hover&quot; rel=&quot;5b44fc07f1230f2c12f1d828&quot; data-account-id=&quot;5b44fc07f1230f2c12f1d828&quot; accountid=&quot;5b44fc07f1230f2c12f1d828&quot; rel=&quot;noreferrer&quot;&gt;Tiziana Possemato&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b1434bffa615349cb01726d&quot; class=&quot;user-hover&quot; rel=&quot;5b1434bffa615349cb01726d&quot; data-account-id=&quot;5b1434bffa615349cb01726d&quot; accountid=&quot;5b1434bffa615349cb01726d&quot; rel=&quot;noreferrer&quot;&gt;Mark Veksler&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5ecdb772036612ff61cf1&quot; class=&quot;user-hover&quot; rel=&quot;5af5ecdb772036612ff61cf1&quot; data-account-id=&quot;5af5ecdb772036612ff61cf1&quot; accountid=&quot;5af5ecdb772036612ff61cf1&quot; rel=&quot;noreferrer&quot;&gt;Hkaplanian&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3Abe36acda-040d-4925-b3df-ebd7e16d4b5b&quot; class=&quot;user-hover&quot; rel=&quot;70121:be36acda-040d-4925-b3df-ebd7e16d4b5b&quot; data-account-id=&quot;70121:be36acda-040d-4925-b3df-ebd7e16d4b5b&quot; accountid=&quot;70121:be36acda-040d-4925-b3df-ebd7e16d4b5b&quot; rel=&quot;noreferrer&quot;&gt;lew235&lt;/a&gt; &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;&lt;/p&gt;</comment>
                                                            <comment id="195740" author="5b44fafd14983918418883b5" created="Mon, 23 Sep 2019 16:07:42 +0000"  >&lt;p&gt;Hi, &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; we haven&apos;t been able to test the ui on our environments yet. Has an ui-marccat 1.8.5 installation been tested on folio host systems? if yes, what kind of problems were there? I&apos;m following this guide &lt;a href=&quot;https://github.com/folio-org/stripes-cli/blob/master/doc/user-guide.md#managing-ui-modules&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/stripes-cli/blob/master/doc/user-guide.md#managing-ui-modules&lt;/a&gt; to test the operation of the ui and calls to okapi occur correctly. Am I missing something?&lt;/p&gt;</comment>
                                                            <comment id="195741" author="61cd0ca0bce5e00069e98be7" created="Tue, 24 Sep 2019 01:11:41 +0000"  >&lt;p&gt;We do not add it to the reference environments (snapshot and testing) until it can at least be installed locally.&lt;/p&gt;

&lt;p&gt;So i did a basic test here today:&lt;br/&gt;
Used the vagrant VM &quot;folio/snapshot-core&quot;.&lt;br/&gt;
Added mod-marccat as explained previously.&lt;br/&gt;
Followed that stripes-cli document to &quot;enable&quot; ui-marccat.&lt;br/&gt;
Now it is listed at &apos;localhost:3000/settings/about&apos;&lt;/p&gt;</comment>
                                                            <comment id="195742" author="61cd0ca0bce5e00069e98be7" created="Tue, 24 Sep 2019 01:11:54 +0000"  >&lt;p&gt;So i will now proceed with this 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-2060&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2060&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Add &amp;quot;marccat&amp;quot; to snapshot and testing&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-2060
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
.&lt;/p&gt;</comment>
                                                            <comment id="195743" author="61cd0ca0bce5e00069e98be7" created="Tue, 24 Sep 2019 06:56:53 +0000"  >&lt;p&gt;The backend mod-marccat is now available in the &quot;folio-snapshot&quot; and &quot;folio-testing&quot;&lt;br/&gt;
&lt;a href=&quot;https://dev.folio.org/guides/automation/#reference-environments&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/guides/automation/#reference-environments&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The next step is to add ui-marccat to platform-complete &quot;snapshot&quot; branch&lt;br/&gt;
(However there are troubles there today. See Slack #stripes channel.)&lt;/p&gt;</comment>
                                                            <comment id="195744" author="5af5e627525ba96b58654f12" created="Tue, 24 Sep 2019 07:36:40 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fafd14983918418883b5&quot; class=&quot;user-hover&quot; rel=&quot;5b44fafd14983918418883b5&quot; data-account-id=&quot;5b44fafd14983918418883b5&quot; accountid=&quot;5b44fafd14983918418883b5&quot; rel=&quot;noreferrer&quot;&gt;Matteo Pascucci&lt;/a&gt; I don&apos;t know if UI has ever been tested on the hosted environments. If there was no MOD until now, my guess is that UI has not been there previously either. CC to &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fc07f1230f2c12f1d828&quot; class=&quot;user-hover&quot; rel=&quot;5b44fc07f1230f2c12f1d828&quot; data-account-id=&quot;5b44fc07f1230f2c12f1d828&quot; accountid=&quot;5b44fc07f1230f2c12f1d828&quot; rel=&quot;noreferrer&quot;&gt;Tiziana Possemato&lt;/a&gt; to confirm.&lt;/p&gt;</comment>
                                                            <comment id="195745" author="61cd0ca0bce5e00069e98be7" created="Tue, 24 Sep 2019 07:50:10 +0000"  >&lt;p&gt;Please see my previous comments.&lt;/p&gt;</comment>
                                                            <comment id="195746" author="61cd0ca0bce5e00069e98be7" created="Wed, 25 Sep 2019 00:52:23 +0000"  >&lt;p&gt;A problem was encountered with mod-marccat today. So we needed to temporarily remove it from &quot;snapshot&quot; and &quot;testing&quot; environments. See 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODCAT-121&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODCAT-121&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;The mod-marccat needs to implement the Tenant API&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            MODCAT-121
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 for the detail.&lt;/p&gt;</comment>
                                                            <comment id="195747" author="61cd0ca0bce5e00069e98be7" created="Thu, 26 Sep 2019 14:18:14 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b4859007975a22beeaeb56e&quot; class=&quot;user-hover&quot; rel=&quot;5b4859007975a22beeaeb56e&quot; data-account-id=&quot;5b4859007975a22beeaeb56e&quot; accountid=&quot;5b4859007975a22beeaeb56e&quot; rel=&quot;noreferrer&quot;&gt;carmentrazza&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fafd14983918418883b5&quot; class=&quot;user-hover&quot; rel=&quot;5b44fafd14983918418883b5&quot; data-account-id=&quot;5b44fafd14983918418883b5&quot; accountid=&quot;5b44fafd14983918418883b5&quot; rel=&quot;noreferrer&quot;&gt;Matteo Pascucci&lt;/a&gt; can you please make an actual release of mod-marcat. That will get it onto our new kubernetes cluster.&lt;/p&gt;

&lt;p&gt;We will then make a PR for ui-marccat (being marked as &quot;do not merge&quot;). Please let us make that PR, which will utilise our new branch-preview system.&lt;/p&gt;</comment>
                                                            <comment id="195748" author="5b4859007975a22beeaeb56e" created="Fri, 27 Sep 2019 09:53:27 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; We have prepared the release v2.0.0 for mod-marccat.&lt;br/&gt;
We have the same problem on Jenkins: the link &quot;Build Now&quot;, in the left-hand panel, is not actived. I suppose that @Cult team isn&apos;t still authorized to do it. So, please, can you excute this command and then, when we&apos;ll have the authorization , we&apos;ll do it ourselves.&lt;br/&gt;
Thanks.&lt;/p&gt;</comment>
                                                            <comment id="195749" author="61cd0ca0bce5e00069e98be7" created="Fri, 27 Sep 2019 11:45:55 +0000"  >&lt;p&gt;Yep, i pressed that button some time ago. (We will re-investigate the permissions again later.)&lt;/p&gt;

&lt;p&gt;So &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt; it should be ready now for the next phase.&lt;/p&gt;</comment>
                                                            <comment id="195750" author="5f9abc1eb45b2e007453f423" created="Fri, 27 Sep 2019 18:24:55 +0000"  >&lt;p&gt;I opened PR-425 in platform-core (&lt;a href=&quot;https://github.com/folio-org/platform-core/pull/425&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/platform-core/pull/425&lt;/a&gt;) which is a test FOLIO build of the q3.2 release combined with the latest releases of ui-marccat (v1.8.5) and mod-marccat (2.0.0).      I actually needed to run this build twice because I neglected to enable ui-marccat in the stripes config in the in the first build.    There is a notable difference between the first and second FOLIO builds.  (use standard diku tenant admin credentials)&lt;/p&gt;

&lt;p&gt;The first build (marccat is not enabled) is here:  &lt;a href=&quot;http://platform-core-425-1.aws.indexdata.com/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://platform-core-425-1.aws.indexdata.com&lt;/a&gt;&lt;br/&gt;
The second build (marccat is enabled) is here:  &lt;a href=&quot;http://platform-core-425-2.aws.indexdata.com/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://platform-core-425-2.aws.indexdata.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The second build with marccat enabled is unusable.  Selecting any FOLIO app results in an error thrown by the stripes bundle (webpack).  &lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;Please refresh the page.
The following occurred resulting in the current page becoming unstable.
ERROR:state is not defined

    in t
    in main
    in eo
    in t
    in div
    in $n
    in n
    in WithModules(n)
    in t
    in withRouter(WithModules(n))
    in t
    in i
    in t
    in HotKeys
    in t
    in y
    in t
    in WithStripes(t)
    in t
    in InjectIntl(t)
    in t
    in IntlProvider
    in t
    in t
    in t
    in WithModules(t)
    in Connect(WithModules(t))
    in t&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;We&apos;ve seen this error before in the past.   See &lt;a href=&quot;https://folio-org.atlassian.net/browse/STRIPES-633&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/STRIPES-633&lt;/a&gt;.   In that previous issue we resolved the error by pinning react-hot-loader to version 4.8.8 in the platform&apos;s package.json.  I have verified that this version is still pinned.  &lt;/p&gt;

&lt;p&gt;jenkins@eedfe49a4a5f:~/platform-core$ yarn list --pattern react-hot-loader&lt;br/&gt;
yarn list v1.16.0&lt;br/&gt;
&#9492;&#9472; react-hot-loader@4.8.8&lt;br/&gt;
Done in 1.35s.&lt;/p&gt;

&lt;p&gt;So I&apos;m not sure what is the cause of this error this time around.  I&apos;m adding &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; here in case he may have any additional input. &lt;/p&gt;</comment>
                                                            <comment id="195751" author="5f9abc1eb45b2e007453f423" created="Fri, 27 Sep 2019 18:30:27 +0000"  >&lt;p&gt;One notable difference I see with ui-marccat 1.8.5 is that &quot;@folio/stripes&quot; is not defined as a peerDependency in its package.json&lt;/p&gt;</comment>
                                                            <comment id="195752" author="61cd0ca0bce5e00069e98be7" created="Mon, 30 Sep 2019 01:22:03 +0000"  >&lt;p&gt;It would be useful to compare with the package.json of other front-end modules (e.g. ui-notes, ui-checkin).&lt;/p&gt;

&lt;p&gt;As noted elsewhere, you can use &quot;&lt;a href=&quot;https://github.com/folio-org/stripes-cli/blob/master/doc/user-guide.md#development-prerequisites&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;stripes-cli&lt;/a&gt;&quot; to verify ui-marccat against various backend systems (e.g. your local VM testing-backend with mod-marccat installed, or the branch-preview backend that John enabled).&lt;/p&gt;</comment>
                                                            <comment id="195753" author="61cd0ca0bce5e00069e98be7" created="Mon, 30 Sep 2019 01:22:37 +0000"  >&lt;p&gt;I did run the test set of curl queries again. The basic &quot;search&quot; query does work against a recent VM testing-backend with recent mod-marccat. However it fails against that branch-preview backend. I have obtained and attached the okapi and module logs (logs-k8s-20190928.tar.gz)&lt;/p&gt;</comment>
                                                            <comment id="195754" author="5b4859007975a22beeaeb56e" created="Mon, 30 Sep 2019 09:48:51 +0000"  >&lt;p&gt;I have tested mod-marccat-2.1.0-SNAPSHOT.340&#8221; in my local VM testing-backend and executed the search curl (SearchTest.txt):&lt;br/&gt;
curl -D - -w &apos;\n&apos; \&lt;br/&gt;
  -H &quot;X-Okapi-Tenant: diku&quot; \&lt;br/&gt;
  &quot;http://localhost:9130/marccat/search?lang=eng&amp;amp;q=NA+Manzoni&amp;amp;ml=170&quot;&lt;br/&gt;
The response is OK:&lt;br/&gt;
HTTP/1.1 200 OK&lt;br/&gt;
I don&apos;t have the error reported in the log.&lt;br/&gt;
The error in the log depends by the configuration module on the get of the mod-marccat entries.&lt;/p&gt;



</comment>
                                                            <comment id="195755" author="5b44fafd14983918418883b5" created="Mon, 30 Sep 2019 11:57:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt; I compared the package.json with that of other modules and I fixed the dependencies that gave problems. I merged these changes in the master branch, can you test directly with this branch or is it better if I make a new release?&lt;/p&gt;</comment>
                                                            <comment id="195756" author="61cd0ca0bce5e00069e98be7" created="Mon, 30 Sep 2019 13:30:56 +0000"  >&lt;p&gt;Carmen, as i said earlier and in slack. It is the environment that John has provided above (&lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2060?focusedCommentId=195750&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;see comment&lt;/a&gt; which gives the error. And see in the log file that i attached from that environment.&lt;/p&gt;

&lt;p&gt;Yes as i said, the VM testing-backend does work for me too.&lt;/p&gt;</comment>
                                                            <comment id="195757" author="5f9abc1eb45b2e007453f423" created="Mon, 30 Sep 2019 20:06:54 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fafd14983918418883b5&quot; class=&quot;user-hover&quot; rel=&quot;5b44fafd14983918418883b5&quot; data-account-id=&quot;5b44fafd14983918418883b5&quot; accountid=&quot;5b44fafd14983918418883b5&quot; rel=&quot;noreferrer&quot;&gt;Matteo Pascucci&lt;/a&gt;  &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; I&apos;ve have a new PR and preview build available.  This PR replaces ui-marccat v1.8.5 with the current master branch of &lt;a href=&quot;https://github.com/folio-org/ui-marccat&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/ui-marccat&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Github PR: &lt;a href=&quot;https://github.com/folio-org/platform-core/pull/427&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/platform-core/pull/427&lt;/a&gt;&lt;br/&gt;
FOLIO Instance:  &lt;a href=&quot;http://platform-core-427-2.aws.indexdata.com&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://platform-core-427-2.aws.indexdata.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&apos;m not seeing the errors that were reported in the previous PR.  If the marccat application behaves as expected,  then you should proceed with a new ui-marccat release.     If additional fixes to ui-marccat need to be made and are committed to the master branch, those changes can be previewed by running another build for this PR in Jenkins here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins-aws.indexdata.com/job/folio-org/job/platform-core/view/change-requests/job/PR-427/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://jenkins-aws.indexdata.com/job/folio-org/job/platform-core/view/change-requests/job/PR-427/&lt;/a&gt;&lt;/p&gt;



</comment>
                                                            <comment id="195758" author="61cd0ca0bce5e00069e98be7" created="Tue, 1 Oct 2019 14:39:32 +0000"  >&lt;p&gt;We determined a method to rebuild that PR-427 without there being a change yet to ui-marccat. I did the rebuild a few moments ago. This has picked up your new mod-marccat-2.1.5 release.&lt;/p&gt;

&lt;p&gt;The FOLIO Instance is now: &lt;a href=&quot;http://platform-core-427-5.aws.indexdata.com&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://platform-core-427-5.aws.indexdata.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And hooray, the curl Search query now does not fail on the backend.&lt;/p&gt;

&lt;p&gt;It was strange that there was a difference between this system and the VM system. Carmen, do you know why that was so?&lt;/p&gt;</comment>
                                                            <comment id="195759" author="5af5e627525ba96b58654f12" created="Tue, 1 Oct 2019 14:59:02 +0000"  >&lt;p&gt;OMG!! Hooray!!&lt;/p&gt;

&lt;p&gt;A couple questions from a non-developer for &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fafd14983918418883b5&quot; class=&quot;user-hover&quot; rel=&quot;5b44fafd14983918418883b5&quot; data-account-id=&quot;5b44fafd14983918418883b5&quot; accountid=&quot;5b44fafd14983918418883b5&quot; rel=&quot;noreferrer&quot;&gt;Matteo Pascucci&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1. How does MARCcat move from &lt;a href=&quot;http://platform-core-427-5.aws.indexdata.com&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://platform-core-427-5.aws.indexdata.com&lt;/a&gt; to folio-testing? Are there some checks or other manual work to complete first, or will it automatically get picked up?&lt;/p&gt;

&lt;p&gt;2. Is the UI that&apos;s showing on &lt;a href=&quot;http://platform-core-427-5.aws.indexdata.com&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://platform-core-427-5.aws.indexdata.com&lt;/a&gt; the most recent UI, or is there a new release coming for ui-cat as well?&lt;/p&gt;</comment>
                                                            <comment id="195760" author="5b44fafd14983918418883b5" created="Tue, 1 Oct 2019 15:52:49 +0000"  >&lt;p&gt;Yes &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;, the UI you see on &lt;a href=&quot;http://platform-core-427-5.aws.indexdata.com&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://platform-core-427-5.aws.indexdata.com&lt;/a&gt; is the most recent UI for marccat&lt;/p&gt;</comment>
                                                            <comment id="195761" author="5f9abc1eb45b2e007453f423" created="Tue, 1 Oct 2019 15:58:33 +0000"  >&lt;p&gt;Just to provide further clarification,  the version of ui-marccat that you see in  &lt;a href=&quot;http://platform-core-427-5.aws.indexdata.com&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://platform-core-427-5.aws.indexdata.com&lt;/a&gt; is from the master branch of ui-marccat.   It is unreleased at this time. &lt;/p&gt;</comment>
                                                            <comment id="195762" author="5af5e627525ba96b58654f12" created="Tue, 1 Oct 2019 16:08:05 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fafd14983918418883b5&quot; class=&quot;user-hover&quot; rel=&quot;5b44fafd14983918418883b5&quot; data-account-id=&quot;5b44fafd14983918418883b5&quot; accountid=&quot;5b44fafd14983918418883b5&quot; rel=&quot;noreferrer&quot;&gt;Matteo Pascucci&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you for the clarifications on the UI portion - so what needs to happen to get MARCcat showing on folio-testing? More manual work? A release of ui-marccat? Or will folio-testing magically inherit it all from &lt;a href=&quot;http://platform-core-427-5.aws.indexdata.com?&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://platform-core-427-5.aws.indexdata.com?&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="195763" author="5f9abc1eb45b2e007453f423" created="Tue, 1 Oct 2019 16:17:35 +0000"  >&lt;p&gt;I believe all that needs to happen is for David to enable the marccat modules in folio-testing/snapshot.     In the meantime we&apos;ll keep this preview system available until that is complete. &lt;/p&gt;</comment>
                                                            <comment id="195764" author="5af5e627525ba96b58654f12" created="Tue, 1 Oct 2019 16:22:48 +0000"  >&lt;p&gt;Exciting!!&lt;/p&gt;</comment>
                                                            <comment id="195765" author="5af5e627525ba96b58654f12" created="Tue, 1 Oct 2019 16:23:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fc07f1230f2c12f1d828&quot; class=&quot;user-hover&quot; rel=&quot;5b44fc07f1230f2c12f1d828&quot; data-account-id=&quot;5b44fc07f1230f2c12f1d828&quot; accountid=&quot;5b44fc07f1230f2c12f1d828&quot; rel=&quot;noreferrer&quot;&gt;Tiziana Possemato&lt;/a&gt; We could have big news to share at MM SIG on Thursday, right??&lt;/p&gt;</comment>
                                                            <comment id="195766" author="5b44fc07f1230f2c12f1d828" created="Tue, 1 Oct 2019 16:27:27 +0000"  >&lt;p&gt;Finally, I think yes, we have! &lt;img class=&quot;emoticon&quot; src=&quot;/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                                                            <comment id="195767" author="61cd0ca0bce5e00069e98be7" created="Wed, 2 Oct 2019 04:11:14 +0000"  >&lt;p&gt;&quot;&lt;a href=&quot;https://en.wikipedia.org/wiki/Steady_as_she_goes&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;Steady as she goes&lt;/a&gt;&quot;&lt;/p&gt;

&lt;p&gt;Since the last re-build (427-5) of this branch-preview environment, there were changes to the master snapshot of ui-marccat.&lt;br/&gt;
So i ran it again. Sorry to say that there are problems on the front-end.&lt;/p&gt;

&lt;p&gt;The FOLIO Instance is now: &lt;a href=&quot;http://platform-core-427-8.aws.indexdata.com&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://platform-core-427-8.aws.indexdata.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Log in and view the MARCcat interface: &quot;ERROR:d.HEADERS is not a function. (In &apos;d.HEADERS(s)&apos;, &apos;d.HEADERS&apos; is an instance of Object)&quot;&lt;/p&gt;</comment>
                                                            <comment id="195768" author="5af5e627525ba96b58654f12" created="Wed, 2 Oct 2019 04:55:03 +0000"  >&lt;p&gt;OK - sad face... &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fc07f1230f2c12f1d828&quot; class=&quot;user-hover&quot; rel=&quot;5b44fc07f1230f2c12f1d828&quot; data-account-id=&quot;5b44fc07f1230f2c12f1d828&quot; accountid=&quot;5b44fc07f1230f2c12f1d828&quot; rel=&quot;noreferrer&quot;&gt;Tiziana Possemato&lt;/a&gt;, if your UI folks need help with triage, it might be good to set up a call with &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab5c00130-8516-454c-acae-335db2b62fd8&quot; class=&quot;user-hover&quot; rel=&quot;557058:b5c00130-8516-454c-acae-335db2b62fd8&quot; data-account-id=&quot;557058:b5c00130-8516-454c-acae-335db2b62fd8&quot; accountid=&quot;557058:b5c00130-8516-454c-acae-335db2b62fd8&quot; rel=&quot;noreferrer&quot;&gt;Ryan Berger&lt;/a&gt; to look at the situation with them.&lt;/p&gt;</comment>
                                                            <comment id="195769" author="5b44fc07f1230f2c12f1d828" created="Wed, 2 Oct 2019 05:13:14 +0000"  >&lt;p&gt;Thanks &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 ask &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fafd14983918418883b5&quot; class=&quot;user-hover&quot; rel=&quot;5b44fafd14983918418883b5&quot; data-account-id=&quot;5b44fafd14983918418883b5&quot; accountid=&quot;5b44fafd14983918418883b5&quot; rel=&quot;noreferrer&quot;&gt;Matteo Pascucci&lt;/a&gt; to contact &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab5c00130-8516-454c-acae-335db2b62fd8&quot; class=&quot;user-hover&quot; rel=&quot;557058:b5c00130-8516-454c-acae-335db2b62fd8&quot; data-account-id=&quot;557058:b5c00130-8516-454c-acae-335db2b62fd8&quot; accountid=&quot;557058:b5c00130-8516-454c-acae-335db2b62fd8&quot; rel=&quot;noreferrer&quot;&gt;Ryan Berger&lt;/a&gt;  as soon as possible. We hope to solve the problem soon.&lt;/p&gt;</comment>
                                                            <comment id="195770" author="61cd0ca0bce5e00069e98be7" created="Wed, 2 Oct 2019 09:26:47 +0000"  >&lt;p&gt;Remember that we can still use the previous installations, e.g. the &quot;427-5&quot; working one.&lt;/p&gt;

&lt;p&gt;They are listed here:&lt;br/&gt;
Github PR: &lt;a href=&quot;https://github.com/folio-org/platform-core/pull/427&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/platform-core/pull/427&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="195771" author="5b44fafd14983918418883b5" created="Wed, 2 Oct 2019 13:13:04 +0000"  >&lt;p&gt;We made some changes and merged these changes into the master branch for both mod-marccat and ui-marccat.&lt;br/&gt;
For ui-marccat could you re-run the &quot;branch-preview&quot; PR 427?&lt;br/&gt;
Instead for mod-marccat we have to make a new release?&lt;br/&gt;
Thanks&lt;/p&gt;</comment>
                                                            <comment id="195772" author="61cd0ca0bce5e00069e98be7" created="Wed, 2 Oct 2019 13:27:22 +0000"  >&lt;p&gt;Yes, mod-marccat needs an actual &quot;release&quot; (Carmen is doing that now). The ui-marccat operates from the head of master branch.&lt;/p&gt;</comment>
                                                            <comment id="195773" author="61cd0ca0bce5e00069e98be7" created="Wed, 2 Oct 2019 13:56:14 +0000"  >&lt;p&gt;Instance available at &lt;a href=&quot;http://platform-core-427-12.aws.indexdata.com&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://platform-core-427-12.aws.indexdata.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When the new mod-marcat is out, then we can run the branch-preview build again.&lt;/p&gt;</comment>
                                                            <comment id="195774" author="61cd0ca0bce5e00069e98be7" created="Wed, 2 Oct 2019 14:43:31 +0000"  >&lt;p&gt;Instance available at &lt;a href=&quot;http://platform-core-427-17.aws.indexdata.com&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://platform-core-427-17.aws.indexdata.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;On my tomorrow i intend to now add the mod-marccat to the daily &quot;folio-testing&quot; and &quot;folio-snapshot&quot; environments, and ui-marccat to platform-complete.&lt;/p&gt;</comment>
                                                            <comment id="195775" author="61cd0ca0bce5e00069e98be7" created="Thu, 3 Oct 2019 03:48:43 +0000"  >&lt;p&gt;The backend mod-marccat is now added to snapshot and testing.&lt;br/&gt;
Follow the links to each environment: &lt;a href=&quot;https://dev.folio.org/guides/automation/#reference-environments&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/guides/automation/#reference-environments&lt;/a&gt;&lt;br/&gt;
e.g. &lt;a href=&quot;https://folio-snapshot.aws.indexdata.com/settings/about&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-snapshot.aws.indexdata.com/settings/about&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Carmen, your verification script can now communicate with the &quot;folio-snapshot-okapi&quot; and &quot;folio-testing-okapi&quot; as explained there.&lt;/p&gt;

&lt;p&gt;Matteo, your local development stripes-cli can use those for its &quot;stripes serve --okapi ...&quot;&lt;/p&gt;

&lt;p&gt;My next step is adding the frontend ui-marccat to platform-complete.&lt;/p&gt;</comment>
                                                            <comment id="195776" author="61cd0ca0bce5e00069e98be7" created="Thu, 3 Oct 2019 06:15:00 +0000"  >&lt;p&gt;Welcome to MARCcat&lt;/p&gt;

&lt;p&gt;The UI is in today&apos;s &quot;folio-testing&quot; instance. After the next daily run it will be in &quot;folio-snapshot&quot; too.&lt;/p&gt;</comment>
                                                            <comment id="195777" author="5b44fafd14983918418883b5" created="Thu, 3 Oct 2019 07:32:14 +0000"  >&lt;p&gt;Ok but I wanted to warn you that ui-marccat has an application problem that I&apos;m trying to solve now and as soon as I finish release the changes on the master branch so if everything works as it should I do a release.&lt;/p&gt;</comment>
                                                            <comment id="195778" author="5af5e627525ba96b58654f12" created="Thu, 3 Oct 2019 07:45:16 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; Wait a minute - I thought &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt; wanted to wait to promote it to folio-testing/snapshot until it was more stable. Did something change between yesterday and today?&lt;/p&gt;

&lt;p&gt;cc: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fc07f1230f2c12f1d828&quot; class=&quot;user-hover&quot; rel=&quot;5b44fc07f1230f2c12f1d828&quot; data-account-id=&quot;5b44fc07f1230f2c12f1d828&quot; accountid=&quot;5b44fc07f1230f2c12f1d828&quot; rel=&quot;noreferrer&quot;&gt;Tiziana Possemato&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Af80403de-e149-421e-8750-af45c853402f&quot; class=&quot;user-hover&quot; rel=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; data-account-id=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; accountid=&quot;557058:f80403de-e149-421e-8750-af45c853402f&quot; rel=&quot;noreferrer&quot;&gt;Charlotte Whitt&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="195779" author="5b44fc07f1230f2c12f1d828" created="Thu, 3 Oct 2019 07:51:35 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt;, I totally agree with &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;: please, wait until the application will be stable and really working. I just ask you to wait to receive news from &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fafd14983918418883b5&quot; class=&quot;user-hover&quot; rel=&quot;5b44fafd14983918418883b5&quot; data-account-id=&quot;5b44fafd14983918418883b5&quot; accountid=&quot;5b44fafd14983918418883b5&quot; rel=&quot;noreferrer&quot;&gt;Matteo Pascucci&lt;/a&gt; (understanding that due to our different time zones your working day is quite at the end), just to anticipate the new release, in case we need.&lt;br/&gt;
Thank you for your great work and huge patience.&lt;/p&gt;</comment>
                                                            <comment id="195781" author="61cd0ca0bce5e00069e98be7" created="Thu, 3 Oct 2019 08:31:24 +0000"  >&lt;p&gt;Through the recent use of the special PR-preview environment, the modules were in a state that they can be added to the snapshot and testing, not to any release environment. This is just for normal daily development operations. Many modules are not in a fully working state.&lt;/p&gt;

&lt;p&gt;Refer to the &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2060?focusedCommentId=195762&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;discussion above&lt;/a&gt; where we said what the next steps are. Also yesterday i indicated what was going to happen next.&lt;/p&gt;

&lt;p&gt;I was not aware of any further holdups.&lt;/p&gt;

&lt;p&gt;It will take some time to remove it from the daily infrastructure. I am out for the evening, so will follow on at our Team standup meeting later. (&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cd423bebc70090d6ce241b1&quot; class=&quot;user-hover&quot; rel=&quot;5cd423bebc70090d6ce241b1&quot; data-account-id=&quot;5cd423bebc70090d6ce241b1&quot; accountid=&quot;5cd423bebc70090d6ce241b1&quot; rel=&quot;noreferrer&quot;&gt;Ian Hardy&lt;/a&gt; can probably at least get the frontend out within a few hours.)&lt;/p&gt;</comment>
                                                            <comment id="195784" author="5af5e627525ba96b58654f12" created="Thu, 3 Oct 2019 08:54:11 +0000"  >&lt;p&gt;Is &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt; around? He was the one wanting us to be especially cautious. Plus if you look at SonarCloud, there&apos;s no automated testing yet, so neither the MOD or UI module meets the definition of done. &lt;/p&gt;

&lt;p&gt;I&apos;m really sorry about the confusion. I made a mistake thinking @jakub had discussed it with everyone yesterday. I apologize for that.&lt;/p&gt;</comment>
                                                            <comment id="195787" author="5af5e627525ba96b58654f12" created="Thu, 3 Oct 2019 14:17:34 +0000"  >&lt;p&gt;OK - after a few conversations today, we&apos;re fine keeping it in folio-testing and snapshot. So &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; no need to reverse course. We&apos;re going to try to manage the community expectations while the usability issues get sorted out. &lt;/p&gt;

&lt;p&gt;Thank you again for all of your help sorting this out over the past few weeks!&lt;/p&gt;

&lt;p&gt;cc: &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5b44fc07f1230f2c12f1d828&quot; class=&quot;user-hover&quot; rel=&quot;5b44fc07f1230f2c12f1d828&quot; data-account-id=&quot;5b44fc07f1230f2c12f1d828&quot; accountid=&quot;5b44fc07f1230f2c12f1d828&quot; rel=&quot;noreferrer&quot;&gt;Tiziana Possemato&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="195791" author="5b44fafd14983918418883b5" created="Thu, 3 Oct 2019 20:34:50 +0000"  >&lt;p&gt;I have just merged on the master branch a working version of ui-marccat after testing it also with mod-marccat inside the folio-testing VM. Thank you very much to all for your help and patience&lt;/p&gt;</comment>
                                                            <comment id="195793" author="61cd0ca0bce5e00069e98be7" created="Mon, 7 Oct 2019 13:58:20 +0000"  >&lt;p&gt;The folio-snapshot and folio-testing builds completed successfully with today&apos;s modules. So closing this ticket as done.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="10967">UXPROD-1595</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="11338">UXPROD-2218</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="72232">MODCAT-126</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="57694">MODSOURMAN-96</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="57760">MODSOURMAN-147</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="57693">MODSOURMAN-148</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="57700">MODSOURMAN-154</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="57701">MODSOURMAN-155</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="11029">UXPROD-1576</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="10966">UXPROD-1596</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="72225">MODCAT-111</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="72227">MODCAT-118</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="72229">MODCAT-119</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="72230">MODCAT-120</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="72233">MODCAT-121</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                                                <inwardlinks description="is defined by ">
                                        <issuelink>
            <issuekey id="72227">MODCAT-118</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="72237">MODCAT-128</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="64221" name="SearchTest.txt" size="582" author="5b4859007975a22beeaeb56e" created="Mon, 30 Sep 2019 09:53:22 +0000"/>
                            <attachment id="64222" name="logs-k8s-20190928.tar.gz" size="219833" author="61cd0ca0bce5e00069e98be7" created="Mon, 30 Sep 2019 01:23:05 +0000"/>
                    </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_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10144"><![CDATA[Core: Platform]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzzt7z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="994">CP: ready for planning</customfieldvalue>
    <customfieldvalue id="1419">CP: sprint 73</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>13.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 12 Jun 2019 17:23:25 +0000</customfieldvalue>

                        </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>