<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:43:30 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 append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[COMPASS-6538] When an import is in progress, disable import buttons across Compass</title>
                <link>https://jira.mongodb.org/browse/COMPASS-6538</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;As a result of the import and export flows now becoming non-blocking functionality in Compass we need to maintain the current state of importing and exporting with the rest of Compass. Let&apos;s add an import-export react context to Compass to provide the current state of import and export. We can add a provider of import-export state to compass-home&#8217;s Workspace component. Subscribers like compass-crud and compass-aggregations get the status of import-export with a hook so it knows that the import/export buttons can be disabled. The state is updated from import-export.&lt;/p&gt;

&lt;p&gt;Something like:&lt;br/&gt;
type ImportExportState = &lt;/p&gt;
{
&#160; isImportInProgress: boolean;
&#160; isExportInProgress: boolean;
}
&lt;p&gt;;&lt;/p&gt;

&lt;p&gt;With a context value:&lt;br/&gt;
type ImportExportContext = &lt;/p&gt;
{
&#160; updateImportExportState: (newState: ImportExportState) =&amp;gt; void;
&#160; importExportState: ImportExportState;
}
&lt;p&gt;;&lt;/p&gt;

&lt;p&gt;Once the import-export context is available we can use it from other parts of Compass. When an import is in progress the import button in the collection toolbar is disabled, with a tooltip that indicates an operation is in progress and only one operation can happen at once.&lt;/p&gt;

&lt;p&gt;The `State` section of the UI technical design has more detailed information: &lt;a href=&quot;https://docs.google.com/document/d/1MfWGXHcCUTVTQBSpfhUwSYUwCGSpU-O3pzd0diJ3UUY/edit#heading=h.28rryh7bm7kx&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.google.com/document/d/1MfWGXHcCUTVTQBSpfhUwSYUwCGSpU-O3pzd0diJ3UUY/edit#heading=h.28rryh7bm7kx&lt;/a&gt;&#160;&lt;/p&gt;

&lt;p&gt;Note: No concrete import example in the designs as it&apos;s all LeafyGreen components&lt;br/&gt;
&lt;a href=&quot;https://www.figma.com/file/4sXj42XyicBsdQkYIugHaV/Compass-Import%2FExport?node-id=360%3A26444&amp;amp;t=c6prcyyhaaAhiZDW-1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.figma.com/file/4sXj42XyicBsdQkYIugHaV/Compass-Import%2FExport?node-id=360%3A26444&amp;amp;t=c6prcyyhaaAhiZDW-1&lt;/a&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.mongodb.org/secure/attachment/433092/433092_export+disabled.png&quot; height=&quot;179&quot; width=&quot;484&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="2271389">COMPASS-6538</key>
            <summary>When an import is in progress, disable import buttons across Compass</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/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="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="rhys.howell@mongodb.com">Rhys Howell</assignee>
                                    <reporter username="rhys.howell@mongodb.com">Rhys Howell</reporter>
                        <labels>
                            <label>import</label>
                            <label>milestone-2a</label>
                    </labels>
                <created>Tue, 21 Feb 2023 23:47:11 +0000</created>
                <updated>Tue, 21 Mar 2023 16:16:27 +0000</updated>
                            <resolved>Sun, 5 Mar 2023 16:06:18 +0000</resolved>
                                                    <fixVersion>1.36.0</fixVersion>
                                    <component>Import/Export</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="5288731" author="xgen-internal-githook" created="Tue, 21 Mar 2023 16:16:27 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: chore(compass-import-export): show message when import is in progress &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6538&quot; title=&quot;When an import is in progress, disable import buttons across Compass&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6538&quot;&gt;&lt;del&gt;COMPASS-6538&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6539&quot; title=&quot;Prevent import menu item usage while import is in progress&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6539&quot;&gt;&lt;del&gt;COMPASS-6539&lt;/del&gt;&lt;/a&gt; (#4132)&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6427&quot; title=&quot;exportJSON() export function and tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6427&quot;&gt;&lt;del&gt;COMPASS-6427&lt;/del&gt;&lt;/a&gt;-export-json&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/b8ab4b1659165c57382a9c877ec7499a8caffef2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/b8ab4b1659165c57382a9c877ec7499a8caffef2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5263846" author="xgen-internal-githook" created="Fri, 10 Mar 2023 14:01:06 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: chore(compass-import-export): show message when import is in progress &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6538&quot; title=&quot;When an import is in progress, disable import buttons across Compass&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6538&quot;&gt;&lt;del&gt;COMPASS-6538&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6539&quot; title=&quot;Prevent import menu item usage while import is in progress&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6539&quot;&gt;&lt;del&gt;COMPASS-6539&lt;/del&gt;&lt;/a&gt; (#4132)&lt;br/&gt;
Branch: replace-reflux-with-redux-in-query-bar&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/b8ab4b1659165c57382a9c877ec7499a8caffef2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/b8ab4b1659165c57382a9c877ec7499a8caffef2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5251301" author="xgen-internal-githook" created="Mon, 6 Mar 2023 11:01:12 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: chore(compass-import-export): show message when import is in progress &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6538&quot; title=&quot;When an import is in progress, disable import buttons across Compass&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6538&quot;&gt;&lt;del&gt;COMPASS-6538&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6539&quot; title=&quot;Prevent import menu item usage while import is in progress&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6539&quot;&gt;&lt;del&gt;COMPASS-6539&lt;/del&gt;&lt;/a&gt; (#4132)&lt;br/&gt;
Branch: 1.36-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/b8ab4b1659165c57382a9c877ec7499a8caffef2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/b8ab4b1659165c57382a9c877ec7499a8caffef2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5251229" author="xgen-internal-githook" created="Mon, 6 Mar 2023 10:30:10 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: chore(compass-import-export): show message when import is in progress &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6538&quot; title=&quot;When an import is in progress, disable import buttons across Compass&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6538&quot;&gt;&lt;del&gt;COMPASS-6538&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6539&quot; title=&quot;Prevent import menu item usage while import is in progress&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6539&quot;&gt;&lt;del&gt;COMPASS-6539&lt;/del&gt;&lt;/a&gt; (#4132)&lt;br/&gt;
Branch: remove-type-field&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/b8ab4b1659165c57382a9c877ec7499a8caffef2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/b8ab4b1659165c57382a9c877ec7499a8caffef2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5250358" author="xgen-internal-githook" created="Sun, 5 Mar 2023 16:28:50 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: chore(compass-import-export): show message when import is in progress &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6538&quot; title=&quot;When an import is in progress, disable import buttons across Compass&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6538&quot;&gt;&lt;del&gt;COMPASS-6538&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6539&quot; title=&quot;Prevent import menu item usage while import is in progress&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6539&quot;&gt;&lt;del&gt;COMPASS-6539&lt;/del&gt;&lt;/a&gt; (#4132)&lt;br/&gt;
Branch: github-link&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/b8ab4b1659165c57382a9c877ec7499a8caffef2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/b8ab4b1659165c57382a9c877ec7499a8caffef2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5250333" author="xgen-internal-githook" created="Sun, 5 Mar 2023 16:05:00 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: chore(compass-import-export): show message when import is in progress &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6538&quot; title=&quot;When an import is in progress, disable import buttons across Compass&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6538&quot;&gt;&lt;del&gt;COMPASS-6538&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6539&quot; title=&quot;Prevent import menu item usage while import is in progress&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6539&quot;&gt;&lt;del&gt;COMPASS-6539&lt;/del&gt;&lt;/a&gt; (#4132)&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/b8ab4b1659165c57382a9c877ec7499a8caffef2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/b8ab4b1659165c57382a9c877ec7499a8caffef2&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="2271394">COMPASS-6539</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="433092" name="export disabled.png" size="32148" author="rhys.howell@mongodb.com" created="Tue, 21 Feb 2023 23:45:03 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sun, 5 Mar 2023 16:05:00 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        46 weeks, 1 day ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11861"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>COMPASS-5576</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>xgen-internal-githook</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            46 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>rhys.howell@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1x6lj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i1flq8:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="7120">Iteration Whale</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1wsqv:</customfieldvalue>

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