BUUPE / inquisitor

An end-to-end system for BU UPE recruitment season
https://upe.bu.edu/inquisitor/
MIT License
1 stars 1 forks source link

fix/InterviwerVisbility -- Hides Interviewers names in Applicant view only #135

Closed rvineet02 closed 3 years ago

rvineet02 commented 3 years ago

Current applicant view when picking interview time slots: Screen Shot 2021-04-13 at 8 21 33 PM

But this is not ideal since we do not want the applicants to be able to pick specific people, so we do not want to display this information. So, here is the modified and updated view:

Screen Shot 2021-04-13 at 8 22 18 PM

I have chosen to instead display the number of interviewers in this time slot since this is more appropriate information. This change was made in the TimeSlotCard so this change is applicable anywhere this card is displayed on the applicant view (applicant.js).

ROODAY commented 3 years ago

Nice, this moves the responsibility of checking for conflict of interest off the applicants and entirely onto the interviewers/admins to swap people around if necessary (that's a good thing, as from the applicant side they should just apply and get a fair interview with minimal setup on their part). Also a big fan of screenshots for UI changes. BTW when did we get dark mode working?