<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Fri Feb 09 00:28: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>[UXPROD-2991] Implement baseline shortcut keys for acquisitions apps</title>
                <link>https://folio-org.atlassian.net/browse/UXPROD-2991</link>
                <project id="10000" key="UXPROD">UX Product</project>
                    <description>&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt;&#160;This feature was split from 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;UXPROD-2891&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UXPROD-2891&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Implement baseline shortcut keys&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium&quot; /&gt;
            UXPROD-2891
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-current jira-macro-single-issue-export-pdf&quot;&gt;In Progress&lt;/span&gt;
            &lt;/span&gt;
 to make it easier to prioritize these improvements for acquisitions apps&lt;/p&gt;

&lt;p&gt;Each FOLIO app should support these baseline shortcut keys (when applicable).&lt;/p&gt;
&lt;h4&gt;&lt;a name=&quot;Baselineshortcutkeyslist&quot;&gt;&lt;/a&gt;Baseline shortcut keys list&lt;/h4&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;Action&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;OS shortcut&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;Windows shortcut&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Create a new record&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Option + n&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;alt + n&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Duplicate a record&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Option + c&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;alt + c&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Edit a record&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;cmd + Option + e&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;ctrl + alt + e&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Save a record&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;cmd + s&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;ctrl + s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Expand all accordions&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;cmd + Option + b&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;ctrl + alt + b&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Collapse all accordions&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;cmd + Option + g&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;ctrl + alt + g&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Go to Search &amp;amp; Filter pane&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;cmd + Option + h&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;ctrl + alt + h&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;h3&gt;&lt;a name=&quot;Eachappmustimplement&quot;&gt;&lt;/a&gt;Each app must implement&lt;/h3&gt;
&lt;ol&gt;
	&lt;li&gt;Above shortcut keys. Review documentation (&lt;a href=&quot;https://github.com/folio-org/stripes-components/tree/master/lib/Commander&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/stripes-components/tree/master/lib/Commander&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;Implement dropdown that displays an option to view keyboard shortcuts list&lt;/li&gt;
	&lt;li&gt;Shortcuts list will display as a modal&lt;/li&gt;
&lt;/ol&gt;


&lt;h3&gt;&lt;a name=&quot;Implementationdetails&quot;&gt;&lt;/a&gt;Implementation details&lt;/h3&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Must select one app to implement. NOTE: Users app already has shortcut keys implemented just need the display of shortcut keys in a modal implemented.&lt;/li&gt;
	&lt;li&gt;Once implemented, developer must announce on stripes-update channel. This implementation will serve as a pattern for all apps.&lt;/li&gt;
	&lt;li&gt;PO for the first app to have keyboard shortcuts list display implemented will present to POs and provide requirement/implementation details&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="11977">UXPROD-2991</key>
            <summary>Implement baseline shortcut keys for acquisitions apps</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>
                            <parent id="13685">UXPROD-216</parent>
                                    <priority id="10003" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p4.svg">P4</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="557058:2f7b6349-450b-419a-ba54-c181f51383ad">Dennis Bridges</assignee>
                                                                <reporter accountid="62a96ae7192edb006f9f1bf9">Khalilah Gambrell</reporter>
                                    <labels>
                            <label>accessibility</label>
                            <label>acquisitions</label>
                            <label>ui-only</label>
                            <label>ux</label>
                    </labels>
                <created>Fri, 19 Mar 2021 17:43:25 +0000</created>
                <updated>Tue, 28 Dec 2021 15:09:38 +0000</updated>
                            <resolved>Wed, 11 Aug 2021 21:58:36 +0000</resolved>
                                                    <fixVersion>R2 2021</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                <comments>
                                                            <comment id="16720" author="557058:2f7b6349-450b-419a-ba54-c181f51383ad" created="Wed, 11 Aug 2021 21:58:36 +0000"  >&lt;p&gt;All issues test and resolved&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10008">
                    <name>Defines</name>
                                                                <inwardlinks description="is defined by ">
                                        <issuelink>
            <issuekey id="66243">UIF-305</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="30845">UINV-257</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="30767">UINV-271</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25387">UIOR-729</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="31998">UIORGS-246</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="33692">UIREC-134</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="66232">UIF-293</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="66233">UIF-294</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="30682">UINV-237</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="30826">UINV-303</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="30827">UINV-304</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25316">UIOR-677</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25297">UIOR-801</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25300">UIOR-803</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="31912">UIORGS-230</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="33580">UIREC-117</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="73626">UISACQCOMP-32</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="13629">UXPROD-2891</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </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="10185"><![CDATA[Thunderjet]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10014" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue key="$xmlutils.escape($text)">Accessibility: WCAG 2.1 AA Compliance.</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10050" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Front End Estimate</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10099"><![CDATA[XL < 15 days]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10063" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>PO Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>62.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02h67:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10071" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: 5Colleges (Full Jul 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10223"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10069" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: Cornell (Full Sum 2021)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10213"><![CDATA[R1]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10074" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: GBV (MVP Sum 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10239"><![CDATA[R2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10091" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Rank: U of AL (MVP Oct 2020)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10326"><![CDATA[R3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 11 Aug 2021 21:58:36 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>