<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 09:18:19 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>[MGNLUI-4607] Improve/Deprecate OverlayLayer API</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLUI-4607</link>
                <project id="10625" key="MGNLUI">Magnolia UI</project>
                    <description>&lt;p&gt;The interface is pretty poorly designed with a bunch of the method overrides where a fluent API could suffice.&lt;/p&gt;

&lt;p&gt;Rough outline:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;refactor, convert the API to the fluent API&lt;/li&gt;
	&lt;li&gt;break down confirmation callback in order to allow lambdas as ok/ok handlers&lt;/li&gt;
	&lt;li&gt;rename OverlayCloser interface&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="64421">MGNLUI-4607</key>
            <summary>Improve/Deprecate OverlayLayer API</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="68591">MGNLUI-4540</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="11">Done</resolution>
                                        <assignee username="mgeljic">Mika&#235;l Gelji&#263;</assignee>
                                    <reporter username="apchelintcev">Aleksandr Pchelintcev</reporter>
                        <labels>
                    </labels>
                <created>Sun, 18 Feb 2018 14:53:03 +0100</created>
                <updated>Fri, 14 Sep 2018 09:00:04 +0200</updated>
                            <resolved>Fri, 14 Sep 2018 05:08:20 +0200</resolved>
                                                    <fixVersion>6.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="168037" author="sgasa" created="Thu, 30 Aug 2018 15:54:17 +0200"  >&lt;p&gt;&lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=mgeljic&quot; class=&quot;user-hover&quot; rel=&quot;mgeljic&quot;&gt;mgeljic&lt;/a&gt;, are you currently or in the near future going to be tackling this?&#160;&lt;/p&gt;</comment>
                            <comment id="168039" author="sgasa" created="Thu, 30 Aug 2018 15:54:46 +0200"  >&lt;p&gt;&lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=apchelintcev&quot; class=&quot;user-hover&quot; rel=&quot;apchelintcev&quot;&gt;apchelintcev&lt;/a&gt;, could you please provide an Acceptance Criteria for this?&lt;/p&gt;</comment>
                            <comment id="168043" author="sgasa" created="Thu, 30 Aug 2018 16:11:47 +0200"  >&lt;p&gt;Team sees issue as necessary for 6.0 Release but it doesn&apos;t have enough information to estimate it.&lt;/p&gt;</comment>
                            <comment id="168091" author="mgeljic" created="Fri, 31 Aug 2018 13:48:57 +0200"  >&lt;p&gt;Basically I just demolished/deprecated &lt;tt&gt;OverlayLayer&lt;/tt&gt; in &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLUI-4540&quot; title=&quot;Implement new Magnolia Shell for the new Admincentral&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLUI-4540&quot;&gt;&lt;del&gt;MGNLUI-4540&lt;/del&gt;&lt;/a&gt;, in favor of either of:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Vaadin &lt;tt&gt;Notifications&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;AlertBuilder&lt;/tt&gt; for producing alerts and confirm-dialogs (effectively Vaadin &lt;tt&gt;Windows&lt;/tt&gt;)&lt;/li&gt;
	&lt;li&gt;An upcoming &lt;tt&gt;DialogBuilder&lt;/tt&gt; for opening regular (or light) dialogs (also Vaadin &lt;tt&gt;Windows&lt;/tt&gt;).&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Technically:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;tt&gt;AlertBuilder&lt;/tt&gt; is a fluent builder-style API (point 1.)&lt;/li&gt;
	&lt;li&gt;Alert and confirm callbacks are passed as &lt;tt&gt;Runnables&lt;/tt&gt;, so they become compatible w/ lambdas/method-refs (point 2.)&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;OverlayCloser&lt;/tt&gt; is deprecated (despite supported for compatibility); both &lt;tt&gt;Notifications&lt;/tt&gt; and &lt;tt&gt;Windows&lt;/tt&gt; support programmatic &lt;tt&gt;#close()&lt;/tt&gt;, as well as &lt;tt&gt;CloseListeners&lt;/tt&gt;. (point 3.)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;All of these end up in a specific, unique div controlled by Vaadin (named something like &lt;em&gt;admincentral-923038437-overlays&lt;/em&gt;).&lt;br/&gt;
Functionally, this means we drop the notion of attaching a dialog/alert to a specific app or sub-app. Everything is attached to the root application.&lt;/p&gt;

&lt;p&gt;I&apos;m moving this ticket to MGNLUI and I&apos;ll be using that ticket number then.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10160">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="69562">MGNLUI-4614</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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>Thu, 30 Aug 2018 15:54:17 +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>true</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>
                            5 years, 24 weeks, 2 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>mgeljic</customfieldvalue>
            <customfieldvalue>sgasa</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i07rbr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10245" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="786">Saigon 151</customfieldvalue>
    <customfieldvalue id="794">Saigon 152</customfieldvalue>
    <customfieldvalue id="804">Saigon 153</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>