<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:22:19 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>[DRIVERS-769] Add NPS Survey to all off-domain driver documentation</title>
                <link>https://jira.mongodb.org/browse/DRIVERS-769</link>
                <project id="10980" key="DRIVERS">Drivers</project>
                    <description>&lt;p&gt;Hi team,&lt;/p&gt;

&lt;p&gt;As you may have heard, the Docs team is migrating all of the off-domain driver documentation (with the exception of the corresponding API documentation that you all own) to docs.mongodb.com/. It&apos;ll be a while before all driver documentation is migrated. In the mean time, we&apos;d like to instrument all off-domain driver documentation with the same instrumentation we use for the MongoDB docs.&lt;/p&gt;

&lt;p&gt;One of our instrumentation tools is an NPS survey (administered with &lt;a href=&quot;https://delighted.com/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Delighted&lt;/a&gt;). We&apos;d like to deploy this NPS survey to all of the off-domain driver documentation, which includes all pages on the following domains:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://mongodb.github.io/node-mongodb-native/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://mongodb.github.io/node-mongodb-native/&lt;/a&gt;&#160;(Node)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://api.mongodb.com/python/current/index.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://api.mongodb.com/python/current/index.html&lt;/a&gt;&#160;(PyMongo) and &lt;a href=&quot;https://pymongo.readthedocs.io/en/stable/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://pymongo.readthedocs.io/en/stable/&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://motor.readthedocs.io/en/stable/index.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://motor.readthedocs.io/en/stable/index.html&lt;/a&gt;&#160;(Motor, Python async)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://mongodb.github.io/mongo-java-driver/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://mongodb.github.io/mongo-java-driver/&lt;/a&gt;&#160;(Java)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://mongodb.github.io/mongo-csharp-driver/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://mongodb.github.io/mongo-csharp-driver/&lt;/a&gt;&#160;(C#)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://mongodb.github.io/mongo-scala-driver/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://mongodb.github.io/mongo-scala-driver/&lt;/a&gt;&#160;(Scala)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://mongoc.org/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://mongoc.org/&lt;/a&gt;&#160;(C)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://mongocxx.org/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://mongocxx.org/&lt;/a&gt;&#160;(C++)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;**Once deployed, the survey will appear on the documentation as demonstrated by the attached screenshot (file: &quot;Screen Shot 2019-11-19 at 4.56.29 PM.png&quot;).&#160;&lt;/p&gt;

&lt;p&gt;Some information about how to test whether or not the survey is live has been attached as well (file: &quot;Screen Shot 2019-11-19 at 2.54.46 PM.png&quot;)&lt;/p&gt;

&lt;p&gt;The relevant code snippet has also been attached (file: &quot;delighted_snippet.js&quot;).&lt;/p&gt;

&lt;p&gt;Finally, the NPS survey is tunable - we have our implementation configured such that we &lt;b&gt;do not&lt;/b&gt; survey users more than once every 30 days, and users are prompted with the survey &lt;b&gt;only&lt;/b&gt; if they&apos;ve been on the site for at least 3 minutes. You can take a look at how we have implemented this by looking at the attached file &quot;docs_delighted_implementation.js&quot;.&lt;/p&gt;

&lt;p&gt;For more information, you can visit: &lt;a href=&quot;https://delighted.com/docs/api/web&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://delighted.com/docs/api/web&lt;/a&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;According to our research, the drivers are the most widely used MongoDB product among developers, after Server, and updating the driver documentation is our #1 priority at the moment (hence this ticket). Please reach out with any questions / if you need more information. Thank you for your help!&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Gilberto Hernandez&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="1018792">DRIVERS-769</key>
            <summary>Add NPS Survey to all off-domain driver documentation</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="-1">Unassigned</assignee>
                                    <reporter username="gilberto.hernandez@mongodb.com">Gilberto Hernandez Vazquez</reporter>
                        <labels>
                    </labels>
                <created>Thu, 21 Nov 2019 19:00:13 +0000</created>
                <updated>Tue, 15 Jun 2021 16:12:44 +0000</updated>
                            <resolved>Tue, 15 Jun 2021 16:12:44 +0000</resolved>
                                                                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                    <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="1036165">CDRIVER-3445</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1036161">CSHARP-2865</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1036166">CXX-1885</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1036159">GODRIVER-1426</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1036164">MOTOR-470</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1036162">NODE-2368</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1036158">PHPC-1502</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1036167">PYTHON-2073</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1036163">RUBY-2037</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1036160">JAVA-3523</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="238017" name="Screen Shot 2019-11-19 at 2.54.46 PM.png" size="187314" author="gilberto.hernandez@mongodb.com" created="Thu, 21 Nov 2019 18:51:20 +0000"/>
                            <attachment id="238016" name="Screen Shot 2019-11-19 at 4.56.29 PM.png" size="30564" author="gilberto.hernandez@mongodb.com" created="Thu, 21 Nov 2019 18:48:41 +0000"/>
                            <attachment id="238018" name="delighted_snippet.js" size="663" author="gilberto.hernandez@mongodb.com" created="Thu, 21 Nov 2019 18:52:12 +0000"/>
                            <attachment id="238019" name="docs_delighted_implementation.js" size="2858" author="gilberto.hernandez@mongodb.com" created="Thu, 21 Nov 2019 18:54:44 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                            <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_23952" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Driver Compliance</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<style type='text/css'>
         #scriptField, #scriptField *{
                border: 1px solid black;
            }

            #scriptField{
                border-collapse: collapse;
            }

            #scriptField td {
                text-align: center; /* Center-align text in table cells */
            }

            #scriptField td.key {
                text-align: left; /* Left-align text in the Key column */
            }

            #scriptField a {
                text-decoration: none; /* Remove underlines from links */
                border: none; /* Remove border from links */
            }
            
            /* Add green background color to cells with FixVersion */
            #scriptField td.hasFixVersion {
                background-color: #00FF00; /* Green color code */
            }

            /* Center-align the first row headers */
            #scriptField th {
                text-align: center;
            }
        </style>
<table id='scriptField'>
  <tr>
    <th>Key</th>
    <th>Status/Resolution</th>
    <th>FixVersion</th>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PHPC-1502'>PHPC-1502</a>
    </td>
    <td>Won't Fix</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/GODRIVER-1426'>GODRIVER-1426</a>
    </td>
    <td>Won't Do</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/JAVA-3523'>JAVA-3523</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>4.0.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CSHARP-2865'>CSHARP-2865</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.11.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/NODE-2368'>NODE-2368</a>
    </td>
    <td>Gone away</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/RUBY-2037'>RUBY-2037</a>
    </td>
    <td>Works as Designed</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/MOTOR-470'>MOTOR-470</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.2</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CDRIVER-3445'>CDRIVER-3445</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>1.16.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CXX-1885'>CXX-1885</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>3.5.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PYTHON-2073'>PYTHON-2073</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>3.11</td>
  </tr>
</table>]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hvtnkn:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>