<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi Willy,<div><br></div><div>My comments are inline…</div><div><br><div><div>On 18 Mar 2014, at 15:02, Willy Martin Aguirre Rodriguez &lt;<a href="mailto:marti1003@hotmail.com">marti1003@hotmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="hmmessage" style="font-size: 12pt; font-family: Calibri; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div dir="ltr">thanks for the information.<br><br>In Rest api I get all necessery information for build graphic<span class="Apple-converted-space">&nbsp;</span><br>using<span class="Apple-converted-space">&nbsp;</span><a href="http://d3js.org/" target="_blank">http://d3js.org/</a><br><br></div></div></blockquote><div>d3 is an amazingly flexible framework but its design with regard to reusability leaves a little to be desired. There are now over a dozen d3 based frameworks trying to fit this niche so adopting something like <a href="http://weblog.bocoup.com/reusability-with-d3/">http://weblog.bocoup.com/reusability-with-d3/</a> &nbsp;would be a good start. With emphasis more on extensibility than ease of use.</div><div><br></div><div>Windowing (portal-like) tech for this is not yet determined and could be something like:</div><div>1) jquery ui portlets:&nbsp;<a href="http://jqueryui.com/sortable/#portlets">http://jqueryui.com/sortable/#portlets</a></div><div>2) masonry: &nbsp;<a href="http://masonry.desandro.com/">http://masonry.desandro.com/</a></div><div>3) other TBD</div><div>&nbsp;Anyway, we are not sure if this needs to go into something like hawt.io, Uberfire or not. This will need some more discussions.</div><div><br></div><div><div>Some of the REST backend is already built to provide what you need (there is probably more that need to be built however). The REST services are in RESTEasy (<a href="https://www.jboss.org/resteasy">https://www.jboss.org/resteasy</a>) and documented with RestAssured.&nbsp;</div><div><br></div></div><div>I’m not sure what the requirements are with respect to responsive layout, but this would probably be important as it could on many different size screens (so it might even be beyond normal screen size rules).</div><br><blockquote type="cite"><div class="hmmessage" style="font-size: 12pt; font-family: Calibri; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div dir="ltr">I could use<span class="Apple-converted-space">&nbsp;</span><a href="http://marionettejs.com/" target="_blank">http://marionettejs.com/</a><span class="Apple-converted-space">&nbsp;</span>(backbonejs)<span class="Apple-converted-space">&nbsp;</span><br></div></div></blockquote><div><br></div><div>I think this would need to in angularJS as that is what we are migrating toward (from SmartGWT) and we don’t want multiple js frameworks to integrate. Also, many other Red Hat projects are using Angular as well so we could tap that expertise as well.</div><div><br></div><div><br></div><div>Hope this helps.</div><div><br></div><div>— Mike Thompson (mtho11 on irc)</div><div>email: <a href="mailto:mithomps@redhat.com">mithomps@redhat.com</a></div><div><br></div><br><blockquote type="cite"><div class="hmmessage" style="font-size: 12pt; font-family: Calibri; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div dir="ltr"><br>Does that give you a first impression?<br><br>Yes :)<br><br><br><div>&gt; Subject: Re: gsoc2014 - Implement a big screen dashboard for RHQ<br>&gt; From:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:hrupp@redhat.com">hrupp@redhat.com</a><br>&gt; Date: Tue, 18 Mar 2014 21:42:13 +0100<br>&gt; To:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:rhq-devel@lists.fedorahosted.org">rhq-devel@lists.fedorahosted.org</a><br>&gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; Hey Willy,<br>&gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; &gt; I really interesting in this project<br>&gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; Glad you found us and this mailing list.<br>&gt; &gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; &gt; <a href="https://community.jboss.org/wiki/GSOC14Ideas?_sscc=t#jive_content_id_Implement_a_big_screen_dashboard_for_RHQ">https://community.jboss.org/wiki/GSOC14Ideas?_sscc=t#jive_content_id_Implement_a_big_screen_dashboard_for_RHQ</a><br>&gt; &gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; &gt; and I would like to contact with the mentor for help me with me proposal or discuss in this list<br>&gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; Currently RHQ has a Dashboard with several things on it, among which are graphs.<span class="Apple-converted-space">&nbsp;</span><br>&gt; Unfortunately this is not really suitable for consumption on big screens like you perhaps<span class="Apple-converted-space">&nbsp;</span><br>&gt; know from Nasa or such.<br>&gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; Now the graphs have really improved from what we had in the past, but still ...<br>&gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; .. it is not only about showing "some random graph"; but also about ways to select and<br>&gt; group them.<span class="Apple-converted-space">&nbsp;</span><br>&gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; Right now RHQ is heading to (slowly) move the UI tech to something AngularJS based, so<br>&gt; the dashboard would use this - perhaps in conjunction with hawt.io.<br>&gt; We already export our metrics data via REST, so that solution would need to support this.<br>&gt; Same to select which metrics are supposed to be shown etc.<br>&gt; I also think that it could be good to explore some graphing styles in such a work.<br>&gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; Does that give you a first impression?<br>&gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; While I am listed as the first contact on the mentors page, I think it is good to discuss the proposal<br>&gt; here and also to work in the open - especially as we have people on the team that know a lot more<br>&gt; about the problem domain.<br>&gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; Thanks<br>&gt; Heiko (pilhuhn on irc)<br>&gt;<span class="Apple-converted-space">&nbsp;</span><br>&gt; _______________________________________________<br>&gt; rhq-devel mailing list<br>&gt; <a href="mailto:rhq-devel@lists.fedorahosted.org">rhq-devel@lists.fedorahosted.org</a><br>&gt; <a href="https://lists.fedorahosted.org/mailman/listinfo/rhq-devel">https://lists.fedorahosted.org/mailman/listinfo/rhq-devel</a><br></div></div>_______________________________________________<br>rhq-devel mailing list<br><a href="mailto:rhq-devel@lists.fedorahosted.org">rhq-devel@lists.fedorahosted.org</a><br><a href="https://lists.fedorahosted.org/mailman/listinfo/rhq-devel">https://lists.fedorahosted.org/mailman/listinfo/rhq-devel</a></div></blockquote></div><br></div></body></html>