-
Notifications
You must be signed in to change notification settings - Fork 7
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
update-contributors-section #64
update-contributors-section #64
Conversation
✅ Deploy Preview for dev-fcccolumbus ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@mmcbride2929 now that the lint issues are fixed you can re-run your checks in this PR by pushing an empty commit:
|
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.
actually - nix my last comment
the contributors section pictures should reflect what is in the Contributors section of the repo. So you should be pictured there and you are not. See the requirement...
GIVEN I am a FreeCodeCamp user
WHEN I view the "Meet the Contributors" section
THEN I will see the image of contributors generated by the [contrib.rocks](https://contrib.rocks/image?repo=FCCColumbus/cbus-web) website
|
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.
We need to remove the members
structure and all the supporting code. The names below each person's icon is not part of the requirement. The reason for this is because the image at contrib.rocks is dynamically created every time a new member has code merged into our repo. We do not want to change the contributors section every time a new member merges code. Clicking on the contributors image will give our members an "identity" by navigating the user to the gihub activity graph.
The snapshot test for the component will also need to be changed, but it should be much much simpler...
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.
Looks good, nice work!
What is the status of this PR? |
TL/DR
This PR updates members section, and links to the contributors graph page.`
Overview of Change
Members.jsx
index.css
contributors-name-container
to align names with corresponding photo'