<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:17:09 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-1957] Include mod-organizations-storage and ui-organizations into testing/snapshot environments</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1957</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Overview:&lt;br/&gt;
in 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-1938&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-1938&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Create organizations github repositories and add to CI&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium&quot; /&gt;
            FOLIO-1938
        &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;
 mod-organizations-storage and ui-organizations were created and we&apos;d like to have them on testing/snapshot environments to allow e2e testing&lt;/p&gt;

&lt;p&gt;Acceptance Criteria:&lt;br/&gt;
new modules are available on testing/snapshot environments and can be reach by PO for e2e testing&lt;/p&gt;</description>
                <environment></environment>
        <key id="81189">FOLIO-1957</key>
            <summary>Include mod-organizations-storage and ui-organizations into testing/snapshot environments</summary>
                <type id="10005" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium">Story</type>
                            <parent id="10307">UXPROD-1139</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="5cd423bebc70090d6ce241b1">Ian Hardy</assignee>
                                                                <reporter accountid="557058:7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67">Mikita Siadykh</reporter>
                                    <labels>
                            <label>acquisitions</label>
                            <label>ci</label>
                            <label>organizations</label>
                            <label>platform-backlog</label>
                    </labels>
                <created>Wed, 10 Apr 2019 13:28:55 +0000</created>
                <updated>Wed, 3 Jun 2020 16:39:43 +0000</updated>
                            <resolved>Wed, 17 Apr 2019 12:43:50 +0000</resolved>
                                                                    <component>Continuous Integration</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                <comments>
                                                            <comment id="193617" author="5cd423bebc70090d6ce241b1" created="Thu, 11 Apr 2019 16:55:59 +0000"  >&lt;p&gt;Some issues to consider here.&lt;/p&gt;

&lt;p&gt;1. Interface name changes&lt;/p&gt;

&lt;p&gt;In addition to ui-organizations there are some other modules that requre vendor-storage.* interfaces:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;mod-erm-usage&lt;/li&gt;
	&lt;li&gt;mod-gobi&lt;/li&gt;
	&lt;li&gt;mod-orders&lt;/li&gt;
	&lt;li&gt;ui-orders&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;We&apos;d either need to run both mod-vendors-storage and mod-organizations-storage at the same time or do some coordination.&lt;/p&gt;

&lt;p&gt;2. Singular plural agreement&lt;br/&gt;
Interface and permissions names in mod-organizations are all plural but the handler paths are all singular. Would it make sense to have them agree as they do in mod-vendors?&lt;/p&gt;

&lt;p&gt;in mod vendors:&lt;br/&gt;
interface vendor-storage.addresses has the handler /vendor-storage/addresses which requires vendor-storage.addresses.collection.get&lt;/p&gt;

&lt;p&gt;in mod-organizations this looks like:&lt;br/&gt;
interface organizations-storage.addresses has the handler /organization-storage/addresses which requires organizations-storage.addresses.collection.get &lt;/p&gt;</comment>
                                                            <comment id="193622" author="712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4" created="Fri, 12 Apr 2019 07:41:37 +0000"  >&lt;p&gt;The plan is to have vendors and organizations modules included to testing/snapshot environments until organizations are fully stabilized and integrated with orders app. After it is done, the organizations modules will be officially released and all vendors modules can be retired fully and excluded from all the environments. We are planning to create separate ticket for that.&lt;/p&gt;

&lt;p&gt;Modules&apos; names are based on &lt;a href=&quot;https://dev.folio.org/guidelines/naming-conventions/#module-names&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;Naming conventions&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;...&lt;br/&gt;
Most module names will be in the plural sense, e.g. mod-notes, especially when responsible for collections of items.&lt;br/&gt;
...&lt;br/&gt;
The first portion is the exact name of the responsible module (back-end modules drop the &lt;tt&gt;mod-&lt;/tt&gt; prefix).&lt;br/&gt;
...&lt;br/&gt;
The name of an interface (its id) uses dash-separated strings. It is normally the same as the set of pathPatterns for which it provides handlers.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The endpoint path&apos;s are based on &lt;a href=&quot;https://docs.google.com/spreadsheets/d/1se-a2owRfHLG5eaAZglx4vLvRClCKGp2wZCfD39ZJRY/view#gid=427229289&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;Acquisitions API Listing&lt;/a&gt; and now they are also in plural there. We will change endpoints in ramls and module descriptor today.&lt;br/&gt;
UPDATE:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;interface organizations-storage.addresses has the handler /organization-storage/addresses which requires organizations-storage.addresses.collection.get&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The endpoints (and handlers) have been updated to avoid any confusions...&lt;/p&gt;</comment>
                                                            <comment id="193913" author="5cd423bebc70090d6ce241b1" created="Mon, 15 Apr 2019 17:47:11 +0000"  >&lt;p&gt;Thanks for those updates Piotr. I just did a test build and it looks good. Do you want to update the application name in the applications and settings menus before integrating? I don&apos;t think it causes any problems but it looks a little confusing when both vendors and organizations are installed. &lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64170_thumb&quot; href=&quot;/rest/api/3/attachment/content/64170&quot; title=&quot;vendorsmenu.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64170&quot; file-preview-title=&quot;vendorsmenu.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64170?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64170&quot; filename=&quot;vendorsmenu.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64170&quot; data-attachment-name=&quot;vendorsmenu.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;70f262fb-a18e-4fdb-a177-59f326818264&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt;  &lt;/p&gt;</comment>
                                                            <comment id="193915" author="557058:7fb61edd-2bf6-4f3a-9e98-eb9b7444cf67" created="Mon, 15 Apr 2019 17:53:56 +0000"  >&lt;p&gt;hi &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;&lt;/p&gt;

&lt;p&gt;actually name has been updated previous week + links, perhaps you have old code base &lt;/p&gt;

&lt;p&gt;or it can be issue with translation, so please proceed with integration and we will fix the rest tomorrow&lt;/p&gt;</comment>
                                                            <comment id="193916" author="5cd423bebc70090d6ce241b1" created="Tue, 16 Apr 2019 14:37:29 +0000"  >&lt;p&gt;This up in folio-testing now and will go into snapshot with tonight&apos;s build. Its running @folio/organizations 1.0.100012 and still showing up as &quot;Vendors&quot; in the the Apps and settings menus. 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;UIORGS-31&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UIORGS-31&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;App UI changes related to Vendor pivot&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium&quot; /&gt;
            UIORGS-31
        &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;
 and 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;UIORGS-32&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UIORGS-32&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Settings UI changes related to Vendor pivot&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium&quot; /&gt;
            UIORGS-32
        &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;
 address the naming issue.&lt;/p&gt;</comment>
                                                            <comment id="193918" author="5cf6c546b87c300f36eb7b9a" created="Tue, 16 Apr 2019 15:34:06 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Aaa2bd653-1e36-4dcb-a90c-03a5108288c4&quot; class=&quot;user-hover&quot; rel=&quot;712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4&quot; data-account-id=&quot;712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4&quot; accountid=&quot;712020:aa2bd653-1e36-4dcb-a90c-03a5108288c4&quot; rel=&quot;noreferrer&quot;&gt;Piotr Kalashuk&lt;/a&gt; Sorry about the earlier incorrect paths in the Acquisitions API Listing.  I had updated the document last week after seeing Ian&apos;s comment in 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODORGSTOR-4&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODORGSTOR-4&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Refactor APIs&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium&quot; /&gt;
            MODORGSTOR-4
        &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;
 but forgot to leave a comment saying I did so.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="31788">UIORGS-24</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="31792">UIORGS-2</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="31787">UIORGS-22</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="31795">UIORGS-31</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="31796">UIORGS-32</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="81176">FOLIO-1938</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="64170" name="vendorsmenu.png" size="43057" author="5cd423bebc70090d6ce241b1" created="Mon, 15 Apr 2019 17:40:43 +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_10014" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue key="$xmlutils.escape($text)">Allow for the creation and management of organization records</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzzmbz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1534">Core: Platform - Sprint 61</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 11 Apr 2019 16:55:59 +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>