<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 02/23/2015 03:43 PM, Ralph Bean
      wrote:<br>
    </div>
    <blockquote cite="mid:20150223204347.GA22948@geier" type="cite">
      <pre wrap="">On Wed, Feb 18, 2015 at 08:27:56AM +0530, Ratnadeep Debnath wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hi,

On Tue, Feb 17, 2015 at 11:28 PM, Ralph Bean <a class="moz-txt-link-rfc2396E" href="mailto:rbean@redhat.com">&lt;rbean@redhat.com&gt;</a> wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">The demo is up on my website[1].

We have tons of apps run by Fedora Infrastructure and a long-time
complaint is that they have inconsistent theming, and no chrome that
ties them together -- that makes them look like they're all part of
the same thing.  Theming them consistently or adding a unifying chrome
would be awesome, but a very challenging and time-consuming task.
</pre>
        </blockquote>
        <pre wrap="">The way to go about will be to have base templates and static files as
a separate repository, where all the consistent look and feel related
work (navbar, forms, footer, etc.) goes.
Other projects can add this repo as a submodule and extend and
customize it as needed.
</pre>
      </blockquote>
      <pre wrap="">
That would be awesome.  I agree that it's the right technical
solution.  There's a social element to the problem though, that we
all of our app developers haven't been able to settle on a common set
of tools, libs, and frameworks.  Some of us use bootstrap, some of us
use a 'koji.css' file that's been passed around, the qa-devel group
uses Zurb Foundation.. etc (we use different template engines as well.
Some jinja2, some mako, there are others).</pre>
    </blockquote>
    <br>
    Yeah, this is pretty much the big issue here. Just observing, it
    seems that a lot of the new stuff going forward is beginning to use
    bootstrap, so having a theme for that might be the way to go. For
    all the other stuff, having a implementation somewhere that we can
    "fork" and keep with the other apps might be the way to go. This
    will be a maintainece nightmare, but it really is the best way to
    go, IMHO.<br>
    <br>
    If we force the apps to fit the theme, it makes the templates and
    other app code more unmaintainable, so my theory here is to take the
    unmaintainabilty hit in the CSS, as we can at least see "visually"
    if an app looks like what we want.<br>
    <br>
    Also, very interested in getting this consistent look and feel
    working -- It might be a good first step here to try to identify
    what apps we are talking about, and what backends / templating
    systems they use.<br>
    <br>
    cheers,<br>
    ryanlerch<br>
    <blockquote cite="mid:20150223204347.GA22948@geier" type="cite">
      <pre wrap="">

Like I mention below, the hope with the prototype menu is that it can
be lightweight enough that it can work unintrusively in all those
environments -- that it can provide *some* commonality without trying
to force all these different development groups to make changes
they're unwilling to make.

</pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap="">This little prototype is an attempt at making a single line of
javascript that we could include in each app to add a floating button
that pulls up a menu taking you to other Fedora apps.  It could
potentially display other information like "how to join!" and "don't
forget to book your tickets for Flock!" and.. etc.  It falls short of
a unifying chrome, but I tried to make it simple enough that it won't
collide with the layouts and style of other pages.. something we could
actually deploy without exhausting ourselves.
</pre>
        </blockquote>
        <pre wrap="">
The menu indeed looks nice. However, I have some concerns regarding
how new users will perceive it. Usually people are used to navbars and
sidebars in most websites. I think our menu content is much similar to
the navbar content at <a class="moz-txt-link-freetext" href="http://www.myntra.com/">http://www.myntra.com/</a>, top level menu items and
sub items for each top level item. <a class="moz-txt-link-freetext" href="http://www.myntra.com/">http://www.myntra.com/</a> has
implemented the navbar with a lot of data in a very elegant way. We
can load the navbar as a separate snippet from our CDN. The cache in
the CDN gets invalidated and updated with changes happening for
apps.fp.o.
</pre>
      </blockquote>
      <pre wrap="">
Cool.  To get it work as a navbar at the top we'd have to be able to
get it to play nicely with all the other nav bars that all our other
apps have built-in already (they almost all have a navbar at the top
already, so we'd have to insert our DOM elements above it or.. do
something fancy).  I'm afraid it would break, but I'll try and mess
with it and see if I can come up with something.  I used the
'bottom-left' corner for the little button on this because I couldn't
think of a Fedora App that's using that real-estate for anything
already.
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
design-team mailing list
<a class="moz-txt-link-abbreviated" href="mailto:design-team@lists.fedoraproject.org">design-team@lists.fedoraproject.org</a>
<a class="moz-txt-link-freetext" href="https://lists.fedoraproject.org/mailman/listinfo/design-team">https://lists.fedoraproject.org/mailman/listinfo/design-team</a></pre>
    </blockquote>
    <br>
  </body>
</html>