We currently use a user's token on the server to fetch the data, but in order to get further data on the MLH Fellowhip organization we need to make the FellowshipWrapup into an OAuth app and ask for specific organizations permissions. This would allow us to do things like:
Fetch a fellow's pod and podmates
Link podmates
Make the app only available for fellows (not all github users)
Map only fellowship-related commits and other information
Make pod-wise statistics (e.g. "Gabriel's pod contributed with 1M lines of code in these Python projects")
We currently use a user's token on the server to fetch the data, but in order to get further data on the MLH Fellowhip organization we need to make the FellowshipWrapup into an OAuth app and ask for specific organizations permissions. This would allow us to do things like:
Etc.