-
Notifications
You must be signed in to change notification settings - Fork 0
Yaml everywhere #3
Conversation
committees.yaml
Outdated
| email: Corporate-l@acm.uiuc.edu | ||
| - name: Events | ||
| description: The Events committee organizes all ACM portfolio events, including Reflections | Projections and HackIllinois. | ||
| chairs: Sujay Khandekar, Arnav Mishra |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is TBD
committees.yaml
Outdated
| chairs: Eric Ahn | ||
| members: [Eric Ahn, Aashish Kapur, Kevin Rajan, Ish Shah, Kevin Wang] | ||
| netids: [ericahn3, askapur2, ksrajan2, klwang3, ishshah2] | ||
| email: Admin-l@acm.uiuc.edu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@illinois.edu
committees.yaml
Outdated
| - name: Corporate | ||
| description: Corporate committee | ||
| chairs: Tyler Kim, Amanda Sopkin | ||
| members: [Nikoli Dryden, Sujay Khandekar, Tyler Kim, Kevin Rajan, Sameet Sapra,Amanda Sopkin] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of date
| "test": "echo \"no test\"" | ||
| }, | ||
| "author": "ish", | ||
| "license": "ISC", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update author and licensing
server.js
Outdated
| return res.json(sigs); | ||
| else if(groupType == "committees") | ||
| return res.json(committees); | ||
| else |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better error msg here
server.js
Outdated
| app.post("/groups/:groupType/:groupName", function(req, res){ | ||
|
|
||
| var token = req.body.token; | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove token validation
finished it