-
Notifications
You must be signed in to change notification settings - Fork 8
Feature/215 get stats #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@pierreTklein can you elaborate on what this returns and what fields are included in these stats? I'm thinking it might be interesting to be able to flag collecting stats on all applicants vs. all confirmed hackers. |
|
@krubenok "stats": {
"total": 2,
"status": {
"Applied": 2
},
"school": {
"McGill University": 2
},
"degree": {
"Undergraduate": 1,
"Masters": 1
},
"gender": {
"Male": 2
},
"needsBus": {
"false": 2
},
"ethnicity": {
"White or Caucasian": 2
},
"jobInterest": {
"Internship": 2
},
"major": {
"Computer Science": 1,
"Accounting": 1
},
"graduationYear": {
"2019": 2
},
"dietaryRestrictions": {
"Halal": 1,
"Gluten-Free": 1
},
"shirtSize": {
"S": 2
},
"age": {
"21": 2
}
} |
|
I think in the meantime, we just need to know info on all hackers and we can build a better spec for this for another PR? |
|
Yeah no reason not to approve just didn't see this before the PR lol. This is super useful! |
|
Yeah, that would definitely be helpful. I can look into appending this onto the |
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.
thank you for this 👏
|
Yeah, if we can run stats on a search query that would be insanely cool and more flexible too! |
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #215
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: