-
Notifications
You must be signed in to change notification settings - Fork 50
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
Give unverified users a warning on overview page #4201
base: master
Are you sure you want to change the base?
Give unverified users a warning on overview page #4201
Conversation
ABA-530 Link to student verification page from overview
I think a card similar to the photo upload card would be nice on the overview page, where it is positioned absolutely at the bottom left corner with a close button. Goes without saying, but only show the card if the user is not verified. |
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.
LGTM! A very useful feature!
However, this would probably be quite annoying for certain users who can't verify their account. E.g. students who have switched to indøk or students who studies something else but are going to switch to data/komtek. There's no way to manually verify students in the frontend yet, so we should probably add that as well.
I think the text should be changed a bit temporarily as most of the unverified students are simply because the verification system was not in place when they registered. It should inform them that we recently changed the verification system and that they should therefore re-verify, otherwise I think a lot of people will just assume it is a bug. |
Yes it will be annoying, but then again, they won't be able to attend any events or basically use the site at all so I reckon they won't be regular visitors. |
Okay. I just copied the existing text from the verification page. Should that be updated as well? |
What if you just add a short sentence like "Vi har nylig endret verifiseringssystem" to the beginning of the popup? |
I accept |
My point was that there are many people who now go indøk that are apart of the Abakus group (because they were verified with the previous system) who can't verify themselves through FEIDE anymore, and therefore can't remove that annoying popup even though they can attend events etc. I might have misunderstood though. Does the |
Am I missing something here? As far as I've seen, the I mean yes it is used for the student verification, but as soon as you have verified yourself, the only permission that is used for events are group memberships - and if you verified your user previously you will still be a member of the groups "Abakus" and whichever class you're in.. If I'm not mistaken, it would make quite a lot of sense that so few users are validated as students (with the isStudent attribute that is), because everyone that registered this year would be verified - and everyone that verified previous years are already part of the groups so it doesn't really make a difference for them.. |
So I guess my main question is - why do we want to do this? |
@haukkagu @norbye Yes you're both right. Edit: As a sort of temporary, but final, solution we could only give the warning to users created after the new verification system was deployed. This is especially counterproductive given that users must verify themselves every year. ABA-534 would give more meaning to it though. |
I agree, but maybe it should probably be optional in some way right? I would assume that some events would be open to alumni as well (genfors(?),etc.) - so I guess it's ideal if it's either linked to membership of the student groups or a checkable field in the event admin page (yayy more clutter, but at least I guess it could be applied by default) I think the user-experience could be sorta smooth if we require isStudent to be set for memberships of subgroups of the Student group to count. That could give the same experience and usage as we have now just with the added step of validation.
Hmm I don't immediately see what difference this would make.. would decrease the amount of students we have to manually bump yeah, but after the initial error the years are mostly correct by bumping every summer |
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.
Nice!
This popped into my notifications. Are we re-opening this discussion? |
Description
There are currently
966
unverified users out of1209
in grades 1 to 5 (including PhD). This means only ~20% have verified themselves ..Result
Testing
The warning only appears if the is a current user and it is not a student (not verified). Closing the card works fine.