-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Remove full name entry + hide in form. #2757
Remove full name entry + hide in form. #2757
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.
Could we do away with the shared/name.html
( any styling associated with it )
Also the funder we should the email if the funder chooses to keep that data hidden.
I've covered those as a part of #2759 ?
could you undo the changes at bounty_details.js
else we'll end up with conflicts ? 😅
Codecov Report
@@ Coverage Diff @@
## master #2757 +/- ##
=======================================
Coverage 28.89% 28.89%
=======================================
Files 163 163
Lines 13080 13080
Branches 1753 1753
=======================================
Hits 3780 3780
Misses 9193 9193
Partials 107 107 Continue to review full report at Codecov.
|
Ah yes. Your pr at #2759 is certainly more robust than this in every way, haha. There are no styles associated with Other than that, I'd be glad to simply delete this PR altogether, and you can just add the one-liner to remove |
@Anish-Agnihotri added it into this PR ^_^ |
Description
This is a simple commit that simply defaults the
details.html
page to take username as default value rather than full name, and removes the option to add a full name altogether fromnew.html
. It's a simple commit which does this through:bounty_owner_name
toresult.bounty_owner_github_username
inbounty_details.js
. Since the option to anonymize full name has been removed altogether, I've also taken out the code that was committed previously for hide funder details when funder selects to be Anonymous #2273.Checklist
Affected core subsystem(s)
User Interface.
Testing
Tested cross-platform as usual and a few times with various issues on Rinkeby to ensure function.
Refers/Fixes
Fixes #2748, removes need for #2273.
CC: @frankchen07