<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:15:29 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-1730] Create folio/minimal Vagrant box</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1730</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;While generating a Vagrant box from the &lt;tt&gt;platform-core&lt;/tt&gt; Stripes platform is useful, it doesn&apos;t meet the needs of non-core developers who might want to develop based on a very custom set of modules, and want an even more minimal box, with just Okapi and the dependencies of stripes-core.&lt;/p&gt;</description>
                <environment></environment>
        <key id="79464">FOLIO-1730</key>
            <summary>Create folio/minimal Vagrant box</summary>
                <type id="10002" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium">New Feature</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="1" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                                        <assignee accountid="5c706fbb47a54a6728e59df2">Wayne Schneider</assignee>
                                                                <reporter accountid="5c706fbb47a54a6728e59df2">Wayne Schneider</reporter>
                                    <labels>
                            <label>ci</label>
                            <label>platform-backlog</label>
                            <label>platform-minimal</label>
                    </labels>
                <created>Wed, 23 Jan 2019 17:26:16 +0000</created>
                <updated>Mon, 27 Feb 2023 09:27:55 +0000</updated>
                                                                                <due></due>
                            <votes>1</votes>
                                    <watches>12</watches>
                                                                <comments>
                                                            <comment id="191562" author="557058:624212b9-5938-4e3b-84c6-8c8a8db84996" created="Wed, 23 Jan 2019 18:12:46 +0000"  >&lt;p&gt;Out of curiosity I created a new tenant on my VM and ran a simulate install with only &lt;tt&gt;stripes-core&lt;/tt&gt; to see what would be picked up.&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;$ echo folio_stripes-core | stripes mod install --simulate --tenant diku2
  stripes-cli:okapi ---&amp;gt; POST http://localhost:9130/_/proxy/tenants/diku2/install?simulate=true&amp;amp;deploy=false&amp;amp;preRelease=true +0ms
  stripes-cli:okapi &amp;lt;--- 200 OK +461ms
[
  {
    &quot;id&quot;: &quot;mod-users-15.3.1-SNAPSHOT.62&quot;,
    &quot;action&quot;: &quot;enable&quot;
  },
  {
    &quot;id&quot;: &quot;mod-permissions-5.4.1-SNAPSHOT.36&quot;,
    &quot;action&quot;: &quot;enable&quot;
  },
  {
    &quot;id&quot;: &quot;mod-login-4.7.1-SNAPSHOT.41&quot;,
    &quot;action&quot;: &quot;enable&quot;
  },
  {
    &quot;id&quot;: &quot;mod-inventory-storage-14.1.0-SNAPSHOT.220&quot;,
    &quot;action&quot;: &quot;enable&quot;
  },
  {
    &quot;id&quot;: &quot;mod-password-validator-1.1.0-SNAPSHOT.17&quot;,
    &quot;action&quot;: &quot;enable&quot;
  },
  {
    &quot;id&quot;: &quot;mod-authtoken-2.0.5-SNAPSHOT.41&quot;,
    &quot;action&quot;: &quot;enable&quot;
  },
  {
    &quot;id&quot;: &quot;mod-notify-2.2.0-SNAPSHOT.69&quot;,
    &quot;action&quot;: &quot;enable&quot;
  },
  {
    &quot;id&quot;: &quot;mod-configuration-5.0.2-SNAPSHOT.50&quot;,
    &quot;action&quot;: &quot;enable&quot;
  },
  {
    &quot;id&quot;: &quot;mod-users-bl-4.3.3-SNAPSHOT.52&quot;,
    &quot;action&quot;: &quot;enable&quot;
  },
  {
    &quot;id&quot;: &quot;folio_stripes-core-3.0.1000492&quot;,
    &quot;action&quot;: &quot;enable&quot;
  }
]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Does this seems correct?  I was a bit surprised to see &lt;tt&gt;mod-inventory-storage&lt;/tt&gt;.  It appears to be required by &lt;tt&gt;mod-users-bl&lt;/tt&gt; because of the &lt;tt&gt;service-points&lt;/tt&gt; and &lt;tt&gt;service-points-users&lt;/tt&gt; interfaces. &lt;/p&gt;</comment>
                                                            <comment id="191563" author="5bffed52a1b46046f530c8f7" created="Wed, 23 Jan 2019 18:27:11 +0000"  >&lt;p&gt;This seems like a confirmation of my feeling that service-points should never have been in stripes-core. (In fact, I have a vague memory that we moved them out of stripes-core and an application module handled them using generic facilities; but I could be mis-remembering.)&lt;/p&gt;

&lt;p&gt;Otherwise this looks about right. I know that stripes-core does depend on mod-users-bl (though I can&apos;t remember why).&lt;/p&gt;</comment>
                                                            <comment id="191564" author="5c706fbb47a54a6728e59df2" created="Wed, 23 Jan 2019 18:27:42 +0000"  >&lt;p&gt;That is surprising to me, but I see how it happened. I&apos;m sure it made sense (at the time) to include the service points information in the composite user record returned by mod-users-bl. I can&apos;t think of an easy way to disentangle the dependency.&lt;/p&gt;</comment>
                                                            <comment id="191565" author="5c706fbb47a54a6728e59df2" created="Wed, 23 Jan 2019 18:28:58 +0000"  >&lt;p&gt;stripes-core relies on mod-users-bl to provide the &lt;tt&gt;/bl-users/login&lt;/tt&gt; endpoint that returns a nice composite user record with permissions, IIRC&lt;/p&gt;</comment>
                                                            <comment id="191566" author="5bffed52a1b46046f530c8f7" created="Wed, 23 Jan 2019 18:52:55 +0000"  >&lt;p&gt;Right, &lt;tt&gt;/bl-users/login&lt;/tt&gt;, that makes sense.&lt;/p&gt;

&lt;p&gt;And I guess that directly depends on mod-inventory-storage. Rats.&lt;/p&gt;

&lt;p&gt;I wonder how easy it would be to generate a visual dependency DAG of all the modules?&lt;/p&gt;</comment>
                                                            <comment id="191567" author="557058:624212b9-5938-4e3b-84c6-8c8a8db84996" created="Fri, 25 Jan 2019 21:43:31 +0000"  >&lt;blockquote&gt;
&lt;p&gt;I wonder how easy it would be to generate a visual dependency DAG of all the modules?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt;, The latest &lt;a href=&quot;https://github.com/folio-org/okapi/blob/master/NEWS.md#2230-2019-01-21&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;Okapi v2.23.0&lt;/a&gt; supports returning module IDs in DOT graph format.&lt;/p&gt;

&lt;p&gt;Adding the &lt;tt&gt;dot=true&lt;/tt&gt; query parameter to the &lt;tt&gt;GET _/proxy/modules&lt;/tt&gt; endpoint will return the graph data.  It may be best to limit the number of modules with &lt;tt&gt;latest=1&lt;/tt&gt; and perhaps exclude preRelease/npmSnapshot versions as well  (&lt;a href=&quot;https://s3.amazonaws.com/foliodocs/api/okapi/2.23/okapi.html#proxy_modules_get&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;all the options&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;For instance:&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;http://localhost:9130/_/proxy/modules?dot=true&amp;amp;latest=1&amp;amp;preRelease=false&amp;amp;npmSnapshot=false
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The response can then be pasted into a DOT visualizer.  There appear to be several browser and desktop options. I&apos;ve only experimented with this briefly and the results were a bit messy, but I suspect that is in part due to the descriptors/versions I happen to have installed on my VM.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f8314dfbdef80006f6f572d&quot; class=&quot;user-hover&quot; rel=&quot;5f8314dfbdef80006f6f572d&quot; data-account-id=&quot;5f8314dfbdef80006f6f572d&quot; accountid=&quot;5f8314dfbdef80006f6f572d&quot; rel=&quot;noreferrer&quot;&gt;Adam Dickmeiss&lt;/a&gt; Any recommendations on proper usage or viewer preference?&lt;/p&gt;</comment>
                                                            <comment id="191568" author="5bffed52a1b46046f530c8f7" created="Mon, 25 Feb 2019 11:25:07 +0000"  >&lt;p&gt;The .dot output that I get simply consists of a list of nodes with no connections:&lt;br/&gt;
&lt;a href=&quot;http://localhost:9130/_/proxy/modules?dot=true&amp;amp;latest=1&amp;amp;preRelease=false&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://localhost:9130/_/proxy/modules?dot=true&amp;amp;latest=1&amp;amp;preRelease=false&lt;/a&gt;&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-java&quot;&gt;
digraph okapi {
  okapi__2_24_4 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;okapi-2.24.4&quot;&lt;/span&gt;];
  mod__rs__1_0_0 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;mod-rs-1.0.0&quot;&lt;/span&gt;];
  mod__graphql__1_1_1000199 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;mod-graphql-1.1.1000199&quot;&lt;/span&gt;];
  folio_vendors__1_3_1000109 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_vendors-1.3.1000109&quot;&lt;/span&gt;];
  folio_users__2_20_1000583 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_users-2.20.1000583&quot;&lt;/span&gt;];
  folio_tags__1_3_100029 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_tags-1.3.100029&quot;&lt;/span&gt;];
  folio_stripes__smart__components__2_0_1000376 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_stripes-smart-components-2.0.1000376&quot;&lt;/span&gt;];
  folio_stripes__core__3_0_3000512 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_stripes-core-3.0.3000512&quot;&lt;/span&gt;];
  folio_servicepoints__1_3_100038 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_servicepoints-1.3.100038&quot;&lt;/span&gt;];
  folio_search__1_5_1000120 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_search-1.5.1000120&quot;&lt;/span&gt;];
  folio_requests__1_7_1000213 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_requests-1.7.1000213&quot;&lt;/span&gt;];
  folio_plugin__find__vendor__1_2_100023 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_plugin-find-vendor-1.2.100023&quot;&lt;/span&gt;];
  folio_plugin__find__user__1_5_100045 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_plugin-find-user-1.5.100045&quot;&lt;/span&gt;];
  folio_plugin__find__instance__1_3_100021 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_plugin-find-instance-1.3.100021&quot;&lt;/span&gt;];
  folio_organization__2_7_1000191 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_organization-2.7.1000191&quot;&lt;/span&gt;];
  folio_orders__1_1_1000185 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_orders-1.1.1000185&quot;&lt;/span&gt;];
  folio_myprofile__1_4_100046 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_myprofile-1.4.100046&quot;&lt;/span&gt;];
  folio_inventory__1_6_1000414 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_inventory-1.6.1000414&quot;&lt;/span&gt;];
  folio_finance__1_3_100057 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_finance-1.3.100057&quot;&lt;/span&gt;];
  folio_eholdings__1_4_1000487 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_eholdings-1.4.1000487&quot;&lt;/span&gt;];
  folio_developer__1_7_100039 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_developer-1.7.100039&quot;&lt;/span&gt;];
  folio_data__import__1_0_100064 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_data-&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt;-1.0.100064&quot;&lt;/span&gt;];
  folio_circulation__1_5_1000191 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_circulation-1.5.1000191&quot;&lt;/span&gt;];
  folio_checkout__1_6_1000246 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_checkout-1.6.1000246&quot;&lt;/span&gt;];
  folio_checkin__1_5_1000121 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_checkin-1.5.1000121&quot;&lt;/span&gt;];
  folio_calendar__2_0_600091 [label=&lt;span class=&quot;code-quote&quot;&gt;&quot;folio_calendar-2.0.600091&quot;&lt;/span&gt;];
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Which produce &lt;a href=&quot;https://issues.folio.org/secure/attachment/16646/Screen%20Shot%202019-02-25%20at%2011.25.27.png&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;a very uninspiring diagram&lt;/a&gt; &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="191569" author="62a96ae7192edb006f9f1bf9" created="Sun, 3 Jul 2022 12:45:55 +0000"  >&lt;p&gt;Hey &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;. Is it okay to close this story?&lt;/p&gt;</comment>
                                                            <comment id="191570" author="5bffed52a1b46046f530c8f7" created="Sun, 3 Jul 2022 15:52:32 +0000"  >&lt;p&gt;I am not &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;, but ...&lt;/p&gt;

&lt;p&gt;No, it&apos;s no OK to chose this. As FOLIO&apos;s &quot;complete&quot; platform becomes more and more bloated, the need for a minimal becomes ever more important.&lt;/p&gt;</comment>
                                                            <comment id="191571" author="62a96ae7192edb006f9f1bf9" created="Sun, 3 Jul 2022 16:32:18 +0000"  >&lt;p&gt;Thanks Mike. &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; does this story duplicate the stories in your TC backlog to investigate the minimal modules needed for deployment? Or is this something different? &lt;/p&gt;</comment>
                                                            <comment id="191572" author="615afd1cd9820f0070a09ef0" created="Tue, 5 Jul 2022 13:03:46 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62a96ae7192edb006f9f1bf9&quot; class=&quot;user-hover&quot; rel=&quot;62a96ae7192edb006f9f1bf9&quot; data-account-id=&quot;62a96ae7192edb006f9f1bf9&quot; accountid=&quot;62a96ae7192edb006f9f1bf9&quot; rel=&quot;noreferrer&quot;&gt;Khalilah Gambrell&lt;/a&gt;, &quot;duplicates a story&quot; is not quite accurate, but 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-3253&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-3253&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;SPIKE - Investigate minimal FOLIO platform&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-3253
        &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;
 covers the same ground and I think once we have the UI stories attached to that one completed, then somebody in devops can usefully pick up this one. In short, I agree with Mike that this should stay open, perhaps blocked on 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-3253&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-3253&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;SPIKE - Investigate minimal FOLIO platform&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-3253
        &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;
.&#160;&lt;/p&gt;</comment>
                                                            <comment id="191573" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Wed, 6 Jul 2022 09:00:46 +0000"  >&lt;p&gt;Moved the FOLIO DevOps backlog and blocked on 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-3253&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-3253&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;SPIKE - Investigate minimal FOLIO platform&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-3253
        &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;
. This issue should not be closed.&lt;/p&gt;</comment>
                                                            <comment id="191574" author="62a96ae7192edb006f9f1bf9" created="Wed, 6 Jul 2022 11:40:34 +0000"  >&lt;p&gt;Thanks &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; and &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="191575" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Mon, 17 Oct 2022 14:35:26 +0000"  >&lt;p&gt;&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; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62e181430b4bf7ad924b3732&quot; class=&quot;user-hover&quot; rel=&quot;62e181430b4bf7ad924b3732&quot; data-account-id=&quot;62e181430b4bf7ad924b3732&quot; accountid=&quot;62e181430b4bf7ad924b3732&quot; rel=&quot;noreferrer&quot;&gt;Steve Ellis&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cf6c546b87c300f36eb7b9a&quot; class=&quot;user-hover&quot; rel=&quot;5cf6c546b87c300f36eb7b9a&quot; data-account-id=&quot;5cf6c546b87c300f36eb7b9a&quot; accountid=&quot;5cf6c546b87c300f36eb7b9a&quot; rel=&quot;noreferrer&quot;&gt;Craig McNally&lt;/a&gt; Guys, is there a ticket/epic for the work to provide platform-minimal. We&apos;re not sure if this item can proceed at this point.&lt;/p&gt;</comment>
                                                            <comment id="191576" author="5cf6c546b87c300f36eb7b9a" created="Mon, 17 Oct 2022 15:34:14 +0000"  >&lt;p&gt;I just added a link... I think this is blocked by &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-3548&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/FOLIO-3548&lt;/a&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                                                            <comment id="191577" author="62e181430b4bf7ad924b3732" created="Mon, 17 Oct 2022 16:13:05 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cf6c546b87c300f36eb7b9a&quot; class=&quot;user-hover&quot; rel=&quot;5cf6c546b87c300f36eb7b9a&quot; data-account-id=&quot;5cf6c546b87c300f36eb7b9a&quot; accountid=&quot;5cf6c546b87c300f36eb7b9a&quot; rel=&quot;noreferrer&quot;&gt;Craig McNally&lt;/a&gt; and &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; - I closed 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-3548&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-3548&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Verify and fix platform-minimal&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-3548
        &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&apos;m confident that proceeding to the next phase of actually making use of the minimal platform in various contexts is something we can do. One useful thing might be to create a vagrant box.&lt;/p&gt;</comment>
                                                            <comment id="191578" author="5bffed52a1b46046f530c8f7" created="Mon, 24 Oct 2022 16:00:27 +0000"  >&lt;p&gt;What, concretely, prevents us from proceeding with this? I don&apos;t see anything in 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-3548&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-3548&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Verify and fix platform-minimal&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-3548
        &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;
 that needs to be done.&lt;/p&gt;</comment>
                                                            <comment id="191579" author="62e181430b4bf7ad924b3732" created="Wed, 26 Oct 2022 01:08:02 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt; - There is nothing stopping implementing the minimal platform in vagrant. The min platform works. Vagrant would make it easy to fire up a backend to develop against for front end work. If something could be done to make it easier to inject module code changes into the vagrant env... that would make it something even more useful when testing out new backend module code in an &quot;integrated&quot; way &#8211; without the need to install &lt;em&gt;everything&lt;/em&gt;.&lt;/p&gt;</comment>
                                                            <comment id="191580" author="5bffed52a1b46046f530c8f7" created="Wed, 26 Oct 2022 07:45:11 +0000"  >&lt;p&gt;That&apos;s good, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62e181430b4bf7ad924b3732&quot; class=&quot;user-hover&quot; rel=&quot;62e181430b4bf7ad924b3732&quot; data-account-id=&quot;62e181430b4bf7ad924b3732&quot; accountid=&quot;62e181430b4bf7ad924b3732&quot; rel=&quot;noreferrer&quot;&gt;Steve Ellis&lt;/a&gt;. Then perhaps the only thing holding us up here is getting some of &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;&apos;s time allocated to build the box. Wayne, do you have a rough sense of how long you think it might take you?&lt;/p&gt;

&lt;p&gt;... And of course &quot;something could be done to make it easier to inject module code changes into the vagrant env&quot; is exactly what I have been working on with &lt;tt&gt;folioctl&lt;/tt&gt;!&lt;/p&gt;</comment>
                                                            <comment id="191581" author="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d" created="Mon, 31 Oct 2022 06:41:02 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62e181430b4bf7ad924b3732&quot; class=&quot;user-hover&quot; rel=&quot;62e181430b4bf7ad924b3732&quot; data-account-id=&quot;62e181430b4bf7ad924b3732&quot; accountid=&quot;62e181430b4bf7ad924b3732&quot; rel=&quot;noreferrer&quot;&gt;Steve Ellis&lt;/a&gt;. We would like to consider this for next sprint &amp;#8211; is there something that &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; needs to know to proceed with this item?&lt;/p&gt;</comment>
                                                            <comment id="191582" author="62e181430b4bf7ad924b3732" created="Mon, 31 Oct 2022 21:22:06 +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; - No nothing special that &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;&#160; needs to know as far as getting the minimal platform to work. Basically mod-users-bl is (if you build from master) much more forgiving. Prior to the change here &lt;a href=&quot;https://github.com/folio-org/mod-users-bl/pull/148&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/mod-users-bl/pull/148&lt;/a&gt; okapi would complain unless you installed all of mod-users-bl&apos;s dependencies. But now the modules that used to cause the cascade of dependencies have been made optional.&lt;/p&gt;

&lt;p&gt;The &quot;core&quot; features of mod-users-bl still work. You can login and get a CompositeUser object back. Other endpoints degrade gracefully, such as the ones that rely on notify. See the PR above for details.&lt;/p&gt;

&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;&#160; I think it would be most useful if the vagrant had search and kafka installed, even though the core modules don&apos;t use them. That way a dev could easily drop in new modules (perhaps with &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed52a1b46046f530c8f7&quot; class=&quot;user-hover&quot; rel=&quot;5bffed52a1b46046f530c8f7&quot; data-account-id=&quot;5bffed52a1b46046f530c8f7&quot; accountid=&quot;5bffed52a1b46046f530c8f7&quot; rel=&quot;noreferrer&quot;&gt;Mike Taylor&lt;/a&gt;&apos;s new tools) without having to configure them.&lt;/p&gt;

&lt;p&gt;But that&apos;s all backend stuff. I think &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; might have some thoughts on what the stripes bundle might look like in this env. Can/should it be built for all modules regardless if they are installed on the backend? Should it be included at all or is that something which a front end dev could easily do based on what they are working on?&lt;/p&gt;</comment>
                                                            <comment id="191583" author="615afd1cd9820f0070a09ef0" created="Tue, 1 Nov 2022 02:58:42 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62e181430b4bf7ad924b3732&quot; class=&quot;user-hover&quot; rel=&quot;62e181430b4bf7ad924b3732&quot; data-account-id=&quot;62e181430b4bf7ad924b3732&quot; accountid=&quot;62e181430b4bf7ad924b3732&quot; rel=&quot;noreferrer&quot;&gt;Steve Ellis&lt;/a&gt;, the only UI modules I would expect to see in the stripes bundle from the &lt;tt&gt;@folio&lt;/tt&gt; namespace are &lt;tt&gt;@folio/stripes&lt;/tt&gt; and &lt;tt&gt;@folio/users&lt;/tt&gt;. Practically speaking as a UI developer, I don&apos;t care what it contains because I&apos;m never going to use it; instead, I&apos;m going to build my own UI and use the Vagrant box only for its Okapi modules, never its UI modules. &lt;/p&gt;

&lt;p&gt;I don&apos;t know if/how other users would use the vagrant box&apos;s UI. &lt;/p&gt;</comment>
                                                            <comment id="191780" author="5bffed52a1b46046f530c8f7" created="Tue, 1 Nov 2022 08:58:29 +0000"  >&lt;p&gt;I agree 100% with Zak.&lt;/p&gt;</comment>
                                                            <comment id="191782" author="62e181430b4bf7ad924b3732" created="Tue, 1 Nov 2022 13:01:02 +0000"  >&lt;p&gt;&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; if a frontend dev is always going to make his or her own frontend bundle then to keep things simple we should probably not include any stripes stuff at all. I can&apos;t see why someone would want to have a frontend just to login with. That&apos;s easy enough to accomplish with curl etc.&lt;/p&gt;</comment>
                                                            <comment id="191785" author="5bffed52a1b46046f530c8f7" created="Tue, 1 Nov 2022 14:58:13 +0000"  >&lt;p&gt;I guess that makes sense.&lt;/p&gt;</comment>
                                                            <comment id="191787" author="63e2a2771b13d42998e4e706" created="Thu, 3 Nov 2022 15:03:26 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=62e181430b4bf7ad924b3732&quot; class=&quot;user-hover&quot; rel=&quot;62e181430b4bf7ad924b3732&quot; data-account-id=&quot;62e181430b4bf7ad924b3732&quot; accountid=&quot;62e181430b4bf7ad924b3732&quot; rel=&quot;noreferrer&quot;&gt;Steve Ellis&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;I can&apos;t see why someone would want to have a frontend just to login with.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;My understanding was that the scope / purpose of platform minimal was to provide a running system with a UI where someone could log in.&lt;/p&gt;

&lt;p&gt;Did I misunderstand the scope of what platform minimal is?&lt;/p&gt;</comment>
                                                            <comment id="191790" author="5cf6c546b87c300f36eb7b9a" created="Tue, 29 Nov 2022 22:05:29 +0000"  >&lt;blockquote&gt;&lt;p&gt;My understanding was that the scope / purpose of platform minimal was to provide a running system with a UI where someone could log in.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;That&apos;s my understanding as well.&#160;&#160;&lt;/p&gt;

&lt;p&gt;Can someone clarify if this is still blocked, or if the status just hasn&apos;t been updated, or if it&apos;s blocked until some of the things discussed in the comments section have been sorted out?&#160;&#160;&lt;/p&gt;</comment>
                                                            <comment id="191794" author="5c706fbb47a54a6728e59df2" created="Tue, 29 Nov 2022 22:48:24 +0000"  >&lt;p&gt;I agree that this is not blocked, and that &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=63e2a2771b13d42998e4e706&quot; class=&quot;user-hover&quot; rel=&quot;63e2a2771b13d42998e4e706&quot; data-account-id=&quot;63e2a2771b13d42998e4e706&quot; accountid=&quot;63e2a2771b13d42998e4e706&quot; rel=&quot;noreferrer&quot;&gt;Marc Johnson&lt;/a&gt;&apos;s and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cf6c546b87c300f36eb7b9a&quot; class=&quot;user-hover&quot; rel=&quot;5cf6c546b87c300f36eb7b9a&quot; data-account-id=&quot;5cf6c546b87c300f36eb7b9a&quot; accountid=&quot;5cf6c546b87c300f36eb7b9a&quot; rel=&quot;noreferrer&quot;&gt;Craig McNally&lt;/a&gt;&apos;s understanding is how we will proceed. Sorry for the confusion around the status of the ticket. This work is scheduled for this sprint (next 2 weeks). Thanks, all!&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="35450">MODUSERBL-153</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="82184">FOLIO-3253</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="82424">FOLIO-3548</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="82330">FOLIO-3625</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="80933">FOLIO-1632</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="71291">STCLI-15</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="71349">STCLI-114</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="79835">FOLIO-3337</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="63907" name="Screen Shot 2019-02-25 at 11.25.27.png" size="51740" author="5bffed52a1b46046f530c8f7" created="Mon, 25 Feb 2019 11:25:44 +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="10155"><![CDATA[FOLIO DevOps]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="2016">DevOps Sprint 159</customfieldvalue>
    <customfieldvalue id="1718">DevOps Sprint 160</customfieldvalue>
    <customfieldvalue id="2011">DevOps Sprint 152</customfieldvalue>
    <customfieldvalue id="2012">DevOps Sprint 154</customfieldvalue>
    <customfieldvalue id="2013">DevOps Sprint 155</customfieldvalue>
    <customfieldvalue id="2014">DevOps Sprint 157</customfieldvalue>
    <customfieldvalue id="2015">DevOps Sprint 158</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 23 Jan 2019 18:12:46 +0000</customfieldvalue>

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