Re: [uportal-dev] MyUW Beta less-soft launch

2014-12-02 Thread Tim Raymond
Great looking site Andrew!
Congrats to you and the rest of the team… your hard work has paid off.

Tim Raymond
Director, Campus Applications
Information Technology
California State Polytechnic University, Pomona
Phone: 909.869.6851
Cell: 909.260.3200
Fax: 909.979.6406

From: Andrew Petro apetro.li...@gmail.commailto:apetro.li...@gmail.com
Reply-To: uportal-dev@lists.ja-sig.orgmailto:uportal-dev@lists.ja-sig.org 
uportal-dev@lists.ja-sig.orgmailto:uportal-dev@lists.ja-sig.org
Date: Tuesday, December 2, 2014 at 10:24 AM
To: uportal-dev@lists.ja-sig.orgmailto:uportal-dev@lists.ja-sig.org 
uportal-dev@lists.ja-sig.orgmailto:uportal-dev@lists.ja-sig.org
Subject: [uportal-dev] MyUW Beta less-soft launch

uPortal developers,

MyUW Beta had its less-soft launch today.

The Beta (built on uPortal 4.1) uses a Respondr-based responsive design theme 
with a lightweight AngularJS-implemented landing page and using the traditional 
rendering pipeline to render individual portlets maximized.

What makes this the less-soft launch is the mass email to campus announcing it 
and the header inviting users to try it out.

Some screenshots:

The beta switcher header atop the default, classic, Universality-based view:

http://cl.ly/YmeE

The Beta landing page at narrow screen resolution:

http://cl.ly/YluD

and at desktop resolution:

http://cl.ly/YmjY

the Marketplace functionality:

http://cl.ly/Ymdu

and rendering a portlet maximized:

http://cl.ly/Ymux


Kind regards,

Andrew




--

You are currently subscribed to 
uportal-dev@lists.ja-sig.orgmailto:uportal-dev@lists.ja-sig.org as: 
tjraym...@csupomona.edumailto:tjraym...@csupomona.edu
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

-- 
You are currently subscribed to uportal-dev@lists.ja-sig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Re: [uportal-dev] MyUW Beta less-soft launch

2014-12-02 Thread James Wennmacher

Very sharp!  Thanks for the announcement and even more so the pics!

I like the new single-portlet landing page strategy, especially 
defaulting to the favorites list.  Is the Your Favorites list on the 
beta landing page a single framework portlet being rendered? Overall it 
looks great.  Responsive and everything.


James Wennmacher - Unicon
480.558.2420

On 12/02/2014 11:24 AM, Andrew Petro wrote:

uPortal developers,

MyUW Beta had its less-soft launch today.

The Beta (built on uPortal 4.1) uses a Respondr-based responsive 
design theme with a lightweight AngularJS-implemented landing page and 
using the traditional rendering pipeline to render individual portlets 
maximized.


What makes this the less-soft launch is the mass email to campus 
announcing it and the header inviting users to try it out.


Some screenshots:

The beta switcher header atop the default, classic, Universality-based 
view:


http://cl.ly/YmeE

The Beta landing page at narrow screen resolution:

http://cl.ly/YluD

and at desktop resolution:

http://cl.ly/YmjY

the Marketplace functionality:

http://cl.ly/Ymdu

and rendering a portlet maximized:

http://cl.ly/Ymux


Kind regards,

Andrew



--

You are currently subscribed to uportal-dev@lists.ja-sig.org as: 
jwennmac...@unicon.net
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev



--
You are currently subscribed to uportal-dev@lists.ja-sig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev


Re: [uportal-dev] MyUW Beta less-soft launch

2014-12-02 Thread Benito J. Gonzalez
Looks fantastic! Kudos.

On 12/2/14, 10:24 AM, Andrew Petro wrote:
 uPortal developers,

 MyUW Beta had its less-soft launch today.  

 The Beta (built on uPortal 4.1) uses a Respondr-based responsive
 design theme with a lightweight AngularJS-implemented landing page and
 using the traditional rendering pipeline to render individual portlets
 maximized.

 What makes this the less-soft launch is the mass email to campus
 announcing it and the header inviting users to try it out.

 Some screenshots:

 The beta switcher header atop the default, classic, Universality-based
 view:

 http://cl.ly/YmeE

 The Beta landing page at narrow screen resolution:

 http://cl.ly/YluD

 and at desktop resolution:

 http://cl.ly/YmjY

 the Marketplace functionality:

 http://cl.ly/Ymdu

 and rendering a portlet maximized:

 http://cl.ly/Ymux


 Kind regards,

 Andrew



 -- 

 You are currently subscribed to uportal-dev@lists.ja-sig.org as: 
 bgonzal...@ucmerced.edu
 To unsubscribe, change settings or access archives, see 
 http://www.ja-sig.org/wiki/display/JSG/uportal-dev

-- 
Benito J. Gonzalez
Manager, Enterprise Web Applications
Information Technology Department
University of California, Merced
Desk: 209.228.2974
Cell: 209.201.5052
Email: bgonzal...@ucmerced.edu


-- 
You are currently subscribed to uportal-dev@lists.ja-sig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Re: [uportal-dev] MyUW Beta less-soft launch

2014-12-02 Thread Andrew Petro
JW  Is the Your Favorites list on the
beta landing page a single framework portlet being rendered?

Nope.

The Your Favorites list and indeed the entire landing page involve no
Portlets rendering whatsoever.

The landing page and the Marketplace (UW Apps) pages are both implemented
in AngularJS :

https://github.com/UW-Madison-DoIT/angularjs-portal/blob/master/src/main/webapp/partials/main.html

https://github.com/UW-Madison-DoIT/angularjs-portal/tree/master/src/main/webapp/js/main

they consume JSON web services out of the uPortal webapp.

I hope that it will work out to incrementally implement more and more of
the user interface client-side in this way, simplifying the portal server
down to focusing on serving up quality JSON web services to feed such a
client-side UI.

But no undue rush, etc: portlets continue to render, and provide the
focused-in-upon experiences of those cards when clicked or launched.  :)

Kind regards,

Andrew



On Tue Dec 02 2014 at 1:35:54 PM James Wennmacher jwennmac...@unicon.net
wrote:

 Very sharp!  Thanks for the announcement and even more so the pics!

 I like the new single-portlet landing page strategy, especially
 defaulting to the favorites list.  Is the Your Favorites list on the
 beta landing page a single framework portlet being rendered? Overall it
 looks great.  Responsive and everything.

 James Wennmacher - Unicon
 480.558.2420

 On 12/02/2014 11:24 AM, Andrew Petro wrote:
  uPortal developers,
 
  MyUW Beta had its less-soft launch today.
 
  The Beta (built on uPortal 4.1) uses a Respondr-based responsive
  design theme with a lightweight AngularJS-implemented landing page and
  using the traditional rendering pipeline to render individual portlets
  maximized.
 
  What makes this the less-soft launch is the mass email to campus
  announcing it and the header inviting users to try it out.
 
  Some screenshots:
 
  The beta switcher header atop the default, classic, Universality-based
  view:
 
  http://cl.ly/YmeE
 
  The Beta landing page at narrow screen resolution:
 
  http://cl.ly/YluD
 
  and at desktop resolution:
 
  http://cl.ly/YmjY
 
  the Marketplace functionality:
 
  http://cl.ly/Ymdu
 
  and rendering a portlet maximized:
 
  http://cl.ly/Ymux
 
 
  Kind regards,
 
  Andrew
 
 
 
  --
 
  You are currently subscribed to uportal-dev@lists.ja-sig.org as:
 jwennmac...@unicon.net
  To unsubscribe, change settings or access archives, see
 http://www.ja-sig.org/wiki/display/JSG/uportal-dev


 --
 You are currently subscribed to uportal-dev@lists.ja-sig.org as:
 apetro.li...@gmail.com
 To unsubscribe, change settings or access archives, see
 http://www.ja-sig.org/wiki/display/JSG/uportal-dev


-- 
You are currently subscribed to uportal-dev@lists.ja-sig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Re: [uportal-dev] MyUW Beta less-soft launch

2014-12-02 Thread Tim Levett
To add to that, the list of favorites is managed by a fragment for now. We are 
using the rest API to pull in a specific tab worth of the layout. We did some 
enhancements to the REST API in https://github.com/Jasig/uPortal/pull/449. One 
of those enhancements was to the /api/layoutDoc call to pass in an optional tab 
name. See http://goo.gl/1854r2 for more details.?


Cheers,


Tim Levett
tim.levettATwisc.edu
MyUW-Infrastructure



From: bounce-38002013-70367...@lists.wisc.edu 
bounce-38002013-70367...@lists.wisc.edu on behalf of Andrew Petro 
apetro.li...@gmail.com
Sent: Tuesday, December 2, 2014 2:31 PM
To: uportal-dev@lists.ja-sig.org
Subject: Re: [uportal-dev] MyUW Beta less-soft launch

JW  Is the Your Favorites list on the
beta landing page a single framework portlet being rendered?

Nope.

The Your Favorites list and indeed the entire landing page involve no Portlets 
rendering whatsoever.

The landing page and the Marketplace (UW Apps) pages are both implemented in 
AngularJS :

https://github.com/UW-Madison-DoIT/angularjs-portal/blob/master/src/main/webapp/partials/main.html

https://github.com/UW-Madison-DoIT/angularjs-portal/tree/master/src/main/webapp/js/main

they consume JSON web services out of the uPortal webapp.

I hope that it will work out to incrementally implement more and more of the 
user interface client-side in this way, simplifying the portal server down to 
focusing on serving up quality JSON web services to feed such a client-side UI.

But no undue rush, etc: portlets continue to render, and provide the 
focused-in-upon experiences of those cards when clicked or launched.  :)

Kind regards,

Andrew



On Tue Dec 02 2014 at 1:35:54 PM James Wennmacher 
jwennmac...@unicon.netmailto:jwennmac...@unicon.net wrote:
Very sharp!  Thanks for the announcement and even more so the pics!

I like the new single-portlet landing page strategy, especially
defaulting to the favorites list.  Is the Your Favorites list on the
beta landing page a single framework portlet being rendered? Overall it
looks great.  Responsive and everything.

James Wennmacher - Unicon
480.558.2420

On 12/02/2014 11:24 AM, Andrew Petro wrote:
 uPortal developers,

 MyUW Beta had its less-soft launch today.

 The Beta (built on uPortal 4.1) uses a Respondr-based responsive
 design theme with a lightweight AngularJS-implemented landing page and
 using the traditional rendering pipeline to render individual portlets
 maximized.

 What makes this the less-soft launch is the mass email to campus
 announcing it and the header inviting users to try it out.

 Some screenshots:

 The beta switcher header atop the default, classic, Universality-based
 view:

 http://cl.ly/YmeE

 The Beta landing page at narrow screen resolution:

 http://cl.ly/YluD

 and at desktop resolution:

 http://cl.ly/YmjY

 the Marketplace functionality:

 http://cl.ly/Ymdu

 and rendering a portlet maximized:

 http://cl.ly/Ymux


 Kind regards,

 Andrew



 --

 You are currently subscribed to 
 uportal-dev@lists.ja-sig.orgmailto:uportal-dev@lists.ja-sig.org as: 
 jwennmac...@unicon.netmailto:jwennmac...@unicon.net
 To unsubscribe, change settings or access archives, see 
 http://www.ja-sig.org/wiki/display/JSG/uportal-dev


--
You are currently subscribed to 
uportal-dev@lists.ja-sig.orgmailto:uportal-dev@lists.ja-sig.org as: 
apetro.li...@gmail.commailto:apetro.li...@gmail.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

--

You are currently subscribed to uportal-dev@lists.ja-sig.org as: 
tim.lev...@wisc.edu
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

-- 
You are currently subscribed to uportal-dev@lists.ja-sig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev