Skip to content
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

add register button #15

Merged
merged 2 commits into from Jan 9, 2019
Merged

add register button #15

merged 2 commits into from Jan 9, 2019

Conversation

dkent600
Copy link
Contributor

@dkent600 dkent600 commented Jan 8, 2019

Add a Register button to the MGN dashboard, per https://trello.com/c/cxHTH8pc

While the functionality it present, the associated text has not yet been spec'd, therefore for the time being some explanatory text looks wrong.

protected wrapper: ExternalLocking4ReputationWrapper;

private alreadyLocked: boolean;
private alreadyRegistered: boolean;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does the default value is false here ?
How about explicity init that to false?

Copy link
Contributor Author

@dkent600 dkent600 Jan 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with typescript and javascript the default is falsy. But I agree, best to make it explicit; it makes the developer's intent clear.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed here: c1965e3

Copy link
Contributor

@orenyodfat orenyodfat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dkent600 dkent600 merged commit 5cfa605 into master Jan 9, 2019
@dkent600 dkent600 deleted the registerButtonII branch January 9, 2019 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants