Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

MUMMNG-2396 : March madness feature #433

Merged
merged 2 commits into from
Mar 21, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions angularjs-portal-home/src/main/webapp/js/override.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ define(['angular'], function(angular) {
'defaultTheme' : 'group',
'debug' : true
},
'FEATURES' : {
enabled: true
},
'SERVICE_LOC' : {
'aboutURL' : '/portal/web/session.json',
'sessionInfo' : '/portal/web/session.json',
Expand Down
19 changes: 18 additions & 1 deletion angularjs-portal-home/src/main/webapp/staticFeeds/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,25 @@
"isBuckyAnnouncement" : true,
"buckyAnnouncement" : {
"shortTitle" : "Try the new MyUW search",
"shoreDesc" : "Now search across MyUW, Wisc.edu, and the campus directory.",
"shortDesc" : "Now search across MyUW, Wisc.edu, and the campus directory.",
"endDate": 1456812000000
}
},
{
"id": 3,
"title": "March Madness Widgets",
"description": "The MyUW team is rolling out some new features. To keep with our being timely goal we now have a way of consuming RSS feeds and displaying them as widgets. In honor of March Madness we have added two new sport feeds. Search for sports in the search bar and add the new widgets today!",
"img": "img/sports-widgets.png",
"learnMoreURL": "",
"goLiveYear": 2016,
"goLiveMonth": 1,
"goLiveDay": 6,
"isPopup" : false,
"isBuckyAnnouncement" : true,
"buckyAnnouncement" : {
"shortTitle" : "March Madness Widgets",
"shortDesc" : "If you want to follow NCAA tournaments search for sports in MyUW.",
"endDate": 1459486800000
}
}
]