-
Notifications
You must be signed in to change notification settings - Fork 191
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
Create a management code to export reviewers vote #553
Comments
Hey @kracekumar, I would like to work on it. Can I? |
@rahulxxarora Please go ahead. |
@kracekumar @palnabarun This seems fun, I can take a stab at it. A little guidance is appreciated. |
So, this requires you to create a management command for Django, which would take in the conference slug as an argument, call the above-mentioned function and return you the reviewer votes for every proposal submitted for that conference. References We are currently running on Django 1.9 so the Django documentation may be a bit tough to navigate |
@palnabarun I thought the issue had something to do with argparse or click, not very good with django if anybody else wanna take it, go-ahead. |
@lladhibhutall If you want to tackle a click+argparse+optparse issue, I suggest you take a look at pip's issue related to its CLI: https://github.com/pypa/pip/issues/ 4659. |
I would like to work on this issue |
I wrote some code by reading the django documntation. But the test saying python 2.7 tests are success but python 3.6 is failed. @palnabarun can you review the code. Should I open a PR? |
@aniruddha2000 -- #650 was raised to solve this. Maybe you should have a look there? |
yes but in #650 the code that the guy wrote that for create a csv file as well as storing the data right? But storing data functionality is already done in the below section right? junction/junction/proposals/dashboard.py Line 287 in e8cefd7
So I have to create a command that create a csv file and then it call the above function and it will write into the csv file right? |
To anyone reading this after the #553 (comment)
This |
The functionality is available here
junction/junction/proposals/dashboard.py
Line 287 in e8cefd7
The text was updated successfully, but these errors were encountered: