<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:41:37 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-6018] User lands on an empty view after deleting a collection</title>
                <link>https://jira.mongodb.org/browse/COMPASS-6018</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;h3&gt;&lt;a name=&quot;StepstoReproduce&quot;&gt;&lt;/a&gt;&lt;b&gt;Steps to Reproduce&lt;/b&gt;&lt;/h3&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;font color=&quot;#505f79&quot;&gt;delete a collection&lt;/font&gt;&lt;/li&gt;
	&lt;li&gt;&lt;font color=&quot;#505f79&quot;&gt;a new empty view is shown (empty screen with nothing in it)&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;&lt;a name=&quot;ExpectedResults&quot;&gt;&lt;/a&gt;&lt;b&gt;Expected Results&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;After deleting a collection, the user should be taken to the database view (where the deleted collection was) with the list of collections.&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="2114836">COMPASS-6018</key>
            <summary>User lands on an empty view after deleting a collection</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="13201">Fixed</resolution>
                                        <assignee username="leroux.bodenstein@mongodb.com">Le Roux Bodenstein</assignee>
                                    <reporter username="claudia.deangelis@mongodb.com">Claudia De Angelis</reporter>
                        <labels>
                    </labels>
                <created>Tue, 16 Aug 2022 09:45:51 +0000</created>
                <updated>Sun, 29 Oct 2023 02:38:54 +0000</updated>
                            <resolved>Wed, 15 Feb 2023 15:22:40 +0000</resolved>
                                    <version>1.32.6</version>
                                    <fixVersion>1.36.0</fixVersion>
                                    <component>Collection</component>
                    <component>UI / UX</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="5240982" author="xgen-internal-githook" created="Wed, 1 Mar 2023 17:25:17 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(collections): when dropping a collection or database, redirect to either the database or databases view &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6018&quot; title=&quot;User lands on an empty view after deleting a collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6018&quot;&gt;&lt;del&gt;COMPASS-6018&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6434&quot; title=&quot;User stays in the same view after dropping a database&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6434&quot;&gt;&lt;del&gt;COMPASS-6434&lt;/del&gt;&lt;/a&gt;  (#3972)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;when deleting a collection, redirect to either the database or databases view&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;e2e test for the redirect&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;redirect to databases when dropping a database&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;active database/collection dropped only&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;e2e test tweaks&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-e2e-tests/tests/instance-sidebar.test.ts&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Anna Henningsen &amp;lt;anna.henningsen@mongodb.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;linting&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix selector used in e2e tests&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;WIP test outline&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;e2e tests for redirects after dropping collections and databases&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;---------&lt;/p&gt;

&lt;p&gt;Co-authored-by: Anna Henningsen &amp;lt;anna.henningsen@mongodb.com&amp;gt;&lt;br/&gt;
Branch: github-link&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/dffa686d00cda7becbc1ba0338d4e5d0e18b0361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/dffa686d00cda7becbc1ba0338d4e5d0e18b0361&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5234673" author="xgen-internal-githook" created="Mon, 27 Feb 2023 22:22:03 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(collections): when dropping a collection or database, redirect to either the database or databases view &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6018&quot; title=&quot;User lands on an empty view after deleting a collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6018&quot;&gt;&lt;del&gt;COMPASS-6018&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6434&quot; title=&quot;User stays in the same view after dropping a database&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6434&quot;&gt;&lt;del&gt;COMPASS-6434&lt;/del&gt;&lt;/a&gt;  (#3972)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;when deleting a collection, redirect to either the database or databases view&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;e2e test for the redirect&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;redirect to databases when dropping a database&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;active database/collection dropped only&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;e2e test tweaks&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-e2e-tests/tests/instance-sidebar.test.ts&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Anna Henningsen &amp;lt;anna.henningsen@mongodb.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;linting&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix selector used in e2e tests&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;WIP test outline&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;e2e tests for redirects after dropping collections and databases&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;---------&lt;/p&gt;

&lt;p&gt;Co-authored-by: Anna Henningsen &amp;lt;anna.henningsen@mongodb.com&amp;gt;&lt;br/&gt;
Branch: 1.35-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/dffa686d00cda7becbc1ba0338d4e5d0e18b0361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/dffa686d00cda7becbc1ba0338d4e5d0e18b0361&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5200800" author="xgen-internal-githook" created="Wed, 15 Feb 2023 15:30:08 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(collections): when dropping a collection or database, redirect to either the database or databases view &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6018&quot; title=&quot;User lands on an empty view after deleting a collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6018&quot;&gt;&lt;del&gt;COMPASS-6018&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6434&quot; title=&quot;User stays in the same view after dropping a database&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6434&quot;&gt;&lt;del&gt;COMPASS-6434&lt;/del&gt;&lt;/a&gt;  (#3972)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;when deleting a collection, redirect to either the database or databases view&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;e2e test for the redirect&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;redirect to databases when dropping a database&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;active database/collection dropped only&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;e2e test tweaks&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-e2e-tests/tests/instance-sidebar.test.ts&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Anna Henningsen &amp;lt;anna.henningsen@mongodb.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;linting&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix selector used in e2e tests&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;WIP test outline&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;e2e tests for redirects after dropping collections and databases&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;---------&lt;/p&gt;

&lt;p&gt;Co-authored-by: Anna Henningsen &amp;lt;anna.henningsen@mongodb.com&amp;gt;&lt;br/&gt;
Branch: remove-tracking-defaults&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/dffa686d00cda7becbc1ba0338d4e5d0e18b0361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/dffa686d00cda7becbc1ba0338d4e5d0e18b0361&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5200716" author="xgen-internal-githook" created="Wed, 15 Feb 2023 15:21:59 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Le Roux Bodenstein&apos;, &apos;email&apos;: &apos;lerouxb@gmail.com&apos;, &apos;username&apos;: &apos;lerouxb&apos;}
&lt;p&gt;Message: feat(collections): when dropping a collection or database, redirect to either the database or databases view &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6018&quot; title=&quot;User lands on an empty view after deleting a collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6018&quot;&gt;&lt;del&gt;COMPASS-6018&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6434&quot; title=&quot;User stays in the same view after dropping a database&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6434&quot;&gt;&lt;del&gt;COMPASS-6434&lt;/del&gt;&lt;/a&gt;  (#3972)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;when deleting a collection, redirect to either the database or databases view&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;e2e test for the redirect&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;redirect to databases when dropping a database&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;active database/collection dropped only&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;e2e test tweaks&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-e2e-tests/tests/instance-sidebar.test.ts&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Anna Henningsen &amp;lt;anna.henningsen@mongodb.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;linting&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix selector used in e2e tests&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;WIP test outline&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;e2e tests for redirects after dropping collections and databases&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;---------&lt;/p&gt;

&lt;p&gt;Co-authored-by: Anna Henningsen &amp;lt;anna.henningsen@mongodb.com&amp;gt;&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/dffa686d00cda7becbc1ba0338d4e5d0e18b0361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/dffa686d00cda7becbc1ba0338d4e5d0e18b0361&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2234603">COMPASS-6434</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="395979" name="Screenshot 2022-08-16 at 10.12.37.png" size="348516" author="claudia.deangelis@mongodb.com" created="Tue, 16 Aug 2022 09:43:23 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 15 Feb 2023 15:21:59 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        49 weeks 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_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>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            49 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>claudia.deangelis@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>leroux.bodenstein@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i16hvj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr1ldp:p3bga</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="6838">Iteration Seahorse</customfieldvalue>
    <customfieldvalue id="6900">Iteration Turtle</customfieldvalue>
    <customfieldvalue id="6901">Iteration Unicornfish</customfieldvalue>
    <customfieldvalue id="6941">Iteration Velvet Crab</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|i1640v:</customfieldvalue>

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