kossiitkgp / kwoc-2018

Web app for Kharagpur Winter of Code, 2018
https://kwoc.kossiitkgp.org
MIT License
0 stars 0 forks source link

Getting Ready For Mentor Mid Evals #187

Closed thealphadollar closed 5 years ago

thealphadollar commented 5 years ago

What I've planned for the mentor evals is that we will have a page for mentor evals where the mentor will be required to enter a secret key (at the end of the url) which will identify who he is.

For this we will need the following:

cc @Ayushk4 @xypnox @themousepotato

Ayushk4 commented 5 years ago

I suggest that instead of asking the mentor to enter the hash key, we can mail the mentor the link something like kwoc.kossiitkgp.org/mid-eval/{hash-key} . This seems more convenient for mentors, and in my knowledge, this is what was done last year.

themousepotato commented 5 years ago

kwoc.kossiitkgp.org/mid-eval?key=mentors-secret should work as suggested by Dibya. It should be easily integrable with your method too. @thealphadollar :)

On Sat, Dec 22, 2018 at 8:11 PM Ayush Kaushal notifications@github.com wrote:

I suggest that instead of asking the mentor to enter the hash key, we can mail the mentor the link something like kwoc.kossiitkgp.org/mid-eval/ . This seems more convenient for mentors, and in my knowledge, this is what was done last year.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kossiitkgp/kwoc/issues/187#issuecomment-449575049, or mute the thread https://github.com/notifications/unsubscribe-auth/AgXlPrQO8MGEDLe-UoIIXxzYQlay6aXVks5u7kSNgaJpZM4Zfff0 .

thealphadollar commented 5 years ago

I meant, we will send them a link "https://kwoc.kossiitkgp.com/KEY" and they can open it and directly be on their respective page.

themousepotato commented 5 years ago

COol.

On Sat, Dec 22, 2018 at 8:44 PM Shivam Kumar Jha notifications@github.com wrote:

I meant, we will send them a link "https://kwoc.kossiitkgp.com/KEY" and they can open it and directly be on their respective page.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kossiitkgp/kwoc/issues/187#issuecomment-449577112, or mute the thread https://github.com/notifications/unsubscribe-auth/AgXlPrdv5-mbmCI6LU6K_YBLkdEJXNfbks5u7kxvgaJpZM4Zfff0 .

thealphadollar commented 5 years ago

@themousepotato @TheLethalCode I've generated the hashes, linked it to mentors and everything till opening mentor page has been done.

Now, we need to take it further from there. We should take into account the pass students and fail students and store their list in a file. From there on, we will remove the students who have failed from student.csv.

The current list of all students has been stored in secrets/student.csv as well.

TheLethalCode commented 5 years ago

How do we determine a student passes or not?

thealphadollar commented 5 years ago

Mentor determines; we save him to a file, secrets/pass.txt

On Mon 24 Dec, 2018, 22:33 Kousshik Raj <notifications@github.com wrote:

How do we determine a student passes or not?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kossiitkgp/kwoc/issues/187#issuecomment-449755341, or mute the thread https://github.com/notifications/unsubscribe-auth/AfStIGdP_980cP68XOM7N5NBWLlRqQjsks5u8QjogaJpZM4Zfff0 .

TheLethalCode commented 5 years ago

@thealphadollar send a PR then, if you are done generating the hashes. We need the code to proceed further.

thealphadollar commented 5 years ago

I've done everything and put in a separate branch, "prep_mid_eval_mentor".

On Mon 24 Dec, 2018, 22:38 Kousshik Raj <notifications@github.com wrote:

@thealphadollar https://github.com/thealphadollar send a PR then, if you are done generating the hashes. We need the code to proceed further.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kossiitkgp/kwoc/issues/187#issuecomment-449755795, or mute the thread https://github.com/notifications/unsubscribe-auth/AfStIEufcG6zxPCf1xl0uaORzqbDvqjzks5u8Qn8gaJpZM4Zfff0 .

thealphadollar commented 5 years ago

Check slack.

On Mon 24 Dec, 2018, 22:39 Shivam Kumar <shivam.cs.iit.kgp@gmail.com wrote:

I've done everything and put in a separate branch, "prep_mid_eval_mentor".

On Mon 24 Dec, 2018, 22:38 Kousshik Raj <notifications@github.com wrote:

@thealphadollar https://github.com/thealphadollar send a PR then, if you are done generating the hashes. We need the code to proceed further.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kossiitkgp/kwoc/issues/187#issuecomment-449755795, or mute the thread https://github.com/notifications/unsubscribe-auth/AfStIEufcG6zxPCf1xl0uaORzqbDvqjzks5u8Qn8gaJpZM4Zfff0 .

TheLethalCode commented 5 years ago

Apparently, everything is done. Only script from removing the students is left, right?

thealphadollar commented 5 years ago

No, that is not required at the moment.

We need a script to mail students; but I can't do anything now. So someone will have to do it.

On Mon 24 Dec, 2018, 22:48 Kousshik Raj <notifications@github.com wrote:

Apparently, everything is done. Only script from removing the students is left, right?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kossiitkgp/kwoc/issues/187#issuecomment-449756641, or mute the thread https://github.com/notifications/unsubscribe-auth/AfStIKYG5-gTZ58JcEy7bVC1Tb5dPh8yks5u8QxIgaJpZM4Zfff0 .

TheLethalCode commented 5 years ago

Asking mentors to evaluate their students, right? Cool, on it