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 name change, support usernames if get function supplied #212

Merged
merged 4 commits into from Jun 14, 2018
Merged

Conversation

walfly
Copy link
Contributor

@walfly walfly commented Jun 13, 2018

No description provided.

@coveralls
Copy link

coveralls commented Jun 13, 2018

Pull Request Test Coverage Report for Build 4162

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 87.474%

Totals Coverage Status
Change from base Build 4150: 0.0%
Covered Lines: 580
Relevant Lines: 624

💛 - Coveralls


export interface CompleteYourProfileComponentExternalProps extends StepProps {
address?: EthAddress;
}

export interface CompleteYourProfileComponentProps extends StepProps {
owners: EthAddress[];
editors: EthAddress[];
owners: Array<{ address: EthAddress; name?: string }>;
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to start thinking about other structured data fields for Newsroom users, ie Bio, Twitter handle, whatever else?

Or is that stuff going to be addressed as part of The Charter conversation?

FWIW, the designs have UI elements for Newsroom User data points like the one's mentioned above.

https://consensys.invisionapp.com/d/main#/console/14237549/300540757/preview

Copy link
Contributor Author

Choose a reason for hiding this comment

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

:punting:

@walfly walfly merged commit d0e25ea into master Jun 14, 2018
@ritave ritave deleted the v1-route branch June 20, 2018 11:00
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

4 participants