-
Notifications
You must be signed in to change notification settings - Fork 494
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
Dont show emails or real names #2008
Conversation
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.
@captn3m0 thanks a lot for the PR! 💐
You need to squash your "Fixes style issues" commit in the first one. It is not nice to have a commit correction "errors" introduced in a previous commit. 😉
Apart from that the code LGTM. As I commented in the issue, I do not see the reason why we want to remove the name. 😕
@Ana06 Thanks for the quick review. I decided to stick only with usernames because the profile page calls out the username field as "how others users see you". I'll change it to "Name (username)". There are some test failures that I missed. Will fix them soon. PS: This is live at https://osem.hillhacks.in |
great! 😉
cool! 🎉 maybe you want to add it to https://github.com/openSUSE/osem/wiki/Conferences-using-OSEM 😉 |
a32da2b
to
17614ce
Compare
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.
@captn3m0 thanks a lot! The code looks great! 💘
I think the Travis failures are flickering tests, but I have just restarted... let see if it passes now...
@Ana06 Test failures are because the I tried with |
What do you exactly mean? 🤔 |
This is how the proposal edit page looks now: And this is how it looks on master: Tested a bit more, realized it is because since the new code only shows: "registered users for this conference" in the potential speaker list, it skips out on the current user as well since registration is not part of the test. I can either:
|
- Fixes openSUSE#1884 - Decided to remove real names as well, because the profile page calls out the username field as "how others users see you"
- Instead of showing Users from all the events, only use the current conference participants instead
17614ce
to
6bf3562
Compare
@Ana06 Any help on the above? |
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.
Email inclusion should be based on the value of User#email_public
.
Sorry but I think I close this now, this seems very stale. Feel free to send the same changes again if you're ready to work on it! Thank you anyway 💐 |
Checklist
master
branch.Short description of what this resolves/which issues does this fix?:
Changes proposed in this pull request:
real names andemail addresses from speaker select lists