-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from YashdalfTheGray/master
Merging master into stable for alpha 3 release
- Loading branch information
Showing
33 changed files
with
449 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
var ideas = [ | ||
{ | ||
"key":0, | ||
"_id":"idea_0", | ||
"ideaId":0, | ||
"title":"ROKStarter", | ||
"description":"A Web-based Platform for Innovation that promotes collaboration by providing visibility and interaction capabilities to employee ideas.", | ||
"author":"The Cleveland Innovation Challenge Team", | ||
"likes":0, | ||
"comments":[], | ||
"backs":[] | ||
}, | ||
{ | ||
"key":1, | ||
"_id":"idea_1", | ||
"ideaId":1, | ||
"title":"Incubator for Manufacturing", | ||
"description":"Use space at MKE campus to incubate local startup manufacturing companies.", | ||
"author":"Joe Balistrieri and Team", | ||
"likes":0, | ||
"comments":[], | ||
"backs":[] | ||
}, | ||
{ | ||
"key":2, | ||
"_id":"idea_2", | ||
"ideaId":2, | ||
"title":"Short-Term Embedded Project (STEP)", | ||
"description":"Establish a semi-formal process for granting Employees time with another business unit to assist in the completion of a small-scale project, with allotted hours per-week, clearly defined objectives, and a set end date.", | ||
"author":"Melinda Green and Team", | ||
"likes":0, | ||
"comments":[], | ||
"backs":[] | ||
}, | ||
{ | ||
"key":3, | ||
"_id":"idea_3", | ||
"ideaId":3, | ||
"title":"Multimedia Documentation", | ||
"description":"Include multimedia elements such as videos and 3D models in PDF documentation to enhance user experience.", | ||
"author":"Oliver Haya and Team", | ||
"likes":0, | ||
"comments":[], | ||
"backs":[] | ||
}, | ||
{ | ||
"key":4, | ||
"_id":"idea_4", | ||
"ideaId":4, | ||
"title":"RA Panel", | ||
"description":"Panel optimization tool.", | ||
"author":"Tom McCullough", | ||
"likes":0, | ||
"comments":[], | ||
"backs":[] | ||
}, | ||
{ | ||
"key":5, | ||
"_id":"idea_5", | ||
"ideaId":5, | ||
"title":"Senior Design Pipeline", | ||
"description":"Central location for business units to propose projects to campus managers.", | ||
"author":"Mike Cymerman and Team", | ||
"likes":0, | ||
"comments":[], | ||
"backs":[] | ||
}, | ||
{ | ||
"key":6, | ||
"_id":"idea_6", | ||
"ideaId":6, | ||
"title":"Enterprise Search", | ||
"description":"Enterprise Search by Team Spock", | ||
"author":"Team Spock", | ||
"likes":0, | ||
"comments":[], | ||
"backs":[] | ||
}, | ||
{ | ||
"key":7, | ||
"_id":"idea_7", | ||
"ideaId":7, | ||
"title":"XT Drive", | ||
"description":"Extra-tough low voltage drive.", | ||
"author":"Andy Gagnon and Team", | ||
"likes":0, | ||
"comments":[], | ||
"backs":[] | ||
}, | ||
{ | ||
"key":8, | ||
"_id":"idea_8", | ||
"ideaId":8, | ||
"title":"One-Click Project Convertor", | ||
"description":"One-Click Project Convertor by Team China.", | ||
"author":"Team China", | ||
"likes":0, | ||
"comments":[], | ||
"backs":[] | ||
}, | ||
{ | ||
"key":9, | ||
"_id":"idea_9", | ||
"ideaId":9, | ||
"title":"RA Project E-Room", | ||
"description":"RA Project E-Room by Team India.", | ||
"author":"Team India", | ||
"likes":0, | ||
"comments":[], | ||
"backs":[] | ||
} | ||
]; | ||
|
||
exports.ideas = ideas; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.