<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 11:12:47 CET 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>Magnolia - Issue tracker</title>
    <link>https://jira.magnolia-cms.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-uk</language>    <build-info>
        <version>9.4.2</version>
        <build-number>940002</build-number>
        <build-date>19-01-2023</build-date>
    </build-info>


<item>
            <title>[MGNLWCS-50] Workbench for browsing categories and products</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLWCS-50</link>
                <project id="11880" key="MGNLWCS">Websphere Commerce Integration</project>
                    <description></description>
                <environment></environment>
        <key id="40380">MGNLWCS-50</key>
            <summary>Workbench for browsing categories and products</summary>
                <type id="5" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10896&amp;avatarType=issuetype">Sub-task</type>
                            <parent id="40128">MGNLWCS-6</parent>
                                    <priority id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/neutral.gif">Neutral</priority>
                        <status id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="rsiska">Robert &#352;i&#353;ka</assignee>
                                    <reporter username="jsimak">Jaroslav Simak</reporter>
                        <labels>
                    </labels>
                <created>Tue, 2 Sep 2014 13:25:12 +0200</created>
                <updated>Mon, 15 Sep 2014 09:56:42 +0200</updated>
                            <resolved>Tue, 2 Sep 2014 13:32:53 +0200</resolved>
                                                    <fixVersion>1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="90429" author="rsiska" created="Tue, 2 Sep 2014 13:32:41 +0200"  >&lt;p&gt;Commits:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.magnolia-cms.com/gitweb/?p=enterprise/websphere-commerce.git;a=commit;h=9ce6e229332b622227ff97bea8d00e0733773ff8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.magnolia-cms.com/gitweb/?p=enterprise/websphere-commerce.git;a=commit;h=9ce6e229332b622227ff97bea8d00e0733773ff8&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://git.magnolia-cms.com/gitweb/?p=enterprise/websphere-commerce.git;a=commit;h=e728b2eb1895f3280bd96eb51c251a3c0d3f499c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.magnolia-cms.com/gitweb/?p=enterprise/websphere-commerce.git;a=commit;h=e728b2eb1895f3280bd96eb51c251a3c0d3f499c&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://git.magnolia-cms.com/gitweb/?p=enterprise/websphere-commerce.git;a=commit;h=7bb1988b758b96376965c4293621e99207492e83&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.magnolia-cms.com/gitweb/?p=enterprise/websphere-commerce.git;a=commit;h=7bb1988b758b96376965c4293621e99207492e83&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://git.magnolia-cms.com/gitweb/?p=enterprise/websphere-commerce.git;a=commit;h=fdb95ea39182f69301537f0e9fae4b5cf16b710d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.magnolia-cms.com/gitweb/?p=enterprise/websphere-commerce.git;a=commit;h=fdb95ea39182f69301537f0e9fae4b5cf16b710d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="90654" author="had" created="Fri, 5 Sep 2014 08:47:41 +0200"  >&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Review comments everywhere. Many of /TODOs are actually &quot;not used at the moment&quot;.&lt;/li&gt;
	&lt;li&gt;For each real /TODO create a jira ticket and mention it in the code.&lt;br/&gt;
There are also comments like &quot;proof of concept ...&quot; and similar. Those should go.&lt;/li&gt;
	&lt;li&gt;Review exception handing. Just &lt;tt&gt;e.printStackTrace()&lt;/tt&gt; is not good enough.&lt;/li&gt;
	&lt;li&gt;In &lt;tt&gt;CategoryViewImpl&lt;/tt&gt; and &lt;tt&gt;ProductViewImpl&lt;/tt&gt; there&apos;s lots of code, specially in html part that seems to be originated in other module. Clean it up. Use only what you need, name it correctly, get rid of the rest.&lt;/li&gt;
	&lt;li&gt;Number of classes are marked as &quot;unused&quot;. Delete them. They stay in git in case you ever need to recover them.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;(some of those were already fixed by later commits, but since there&apos;s no comprehensive overview of code changes, pls double check)&lt;/p&gt;

&lt;p&gt;In general lot of that code looks very generic and should be extracted to abstract/common parent or back in DAM or in UI in general. While not necessary right now, keep it in mind and preferably contribute it back to DAM or you will have to reimplement it again, once DAM or UI provides similar functionality.&lt;/p&gt;</comment>
                            <comment id="90674" author="apchelintcev" created="Fri, 5 Sep 2014 12:46:30 +0200"  >&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Why do you make CategoryView/ProductView and their presenters to inherit from ContentView/Presenter?&lt;/li&gt;
	&lt;li&gt;The SplitView/Presenter which aggregates them already inherits ContentView/Presenter, so the sub-views can pbbly be just View&apos;s.&lt;/li&gt;
	&lt;li&gt;CategoryViewImpl - I&apos;d move content connector operations to presenter.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Otherwise, looks good and seems to go into a correct direction from App Framework point of view.&lt;/p&gt;</comment>
                            <comment id="90744" author="rsiska" created="Mon, 8 Sep 2014 13:17:15 +0200"  >&lt;p&gt;Most of the issues pointed out by Jan are about code which is based on emerging asset app prototype.&lt;/p&gt;

&lt;p&gt;When the DAM 2.1 is released, that code will be removed.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                            <outwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="40369">MGNLWCS-47</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>magnolia-cms.com</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 2 Sep 2014 13:32:41 +0200</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_12730" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14151" key="com.atlassian.jira.toolkit:message">
                        <customfieldname>Docu info</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10061" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comm is not jira-dev</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>false</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10071" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last participant</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ajones</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 23 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>apchelintcev</customfieldvalue>
            <customfieldvalue>had</customfieldvalue>
            <customfieldvalue>jsimak</customfieldvalue>
            <customfieldvalue>rsiska</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03ngn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>21401</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14145" key="com.intenso.jira.issue-templates:issue-templates-customfield">
                        <customfieldname>Template</customfieldname>
                        <customfieldvalues>
                            


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_15131" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Time in Discovery</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0</customfieldvalue>

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