Skip to content

[FEATURE] - Client front-end user gallery #4

Description

@ortichon

User Gallery

The client front-end would show the user all his repo colleagues details.

User details format:

User = {
  username: String,
  ip: String, //ip isn't a number
  email: String,
  avatar: String // should be reference to the user avatar
}

Design:

An Angular 2 component which will have the following features:

  1. input - array of User objects.
  2. Avater fetching method:
    if (User.avatar === undefined || User.update === true) {get user avatar from Gravatar and update User;}
    consider using gravatar-npm
  3. Display users gallery which will show user.avatar and below it all other user details.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions