You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a customer, I want to each search result to display relevant information about a given coder, so I can better decide whether they are a good fit for the project and then contact them easily:
acceptance criteria
Each search result includes the following:
The coders profile image
A link to the coder's GitHub account
A link to the coder's LinkedIn
A convenient way to add the coder's WeChat
The coder's hourly rate.
implementation
Update the searchIt function inside index.js to collect & display more information from the each object in the match array.
The text was updated successfully, but these errors were encountered:
carrierce
changed the title
For profile search:
Expand coder information displayed with each search result
Oct 29, 2018
user story
As a customer, I want to each search result to display relevant information about a given coder, so I can better decide whether they are a good fit for the project and then contact them easily:
acceptance criteria
Each search result includes the following:
implementation
The text was updated successfully, but these errors were encountered: