react-ultimate-resume icon indicating copy to clipboard operation
react-ultimate-resume copied to clipboard

Contact Card?

Open nnguyen52 opened this issue 2 years ago • 3 comments

Nice resume template!!! I wonder why we not yet have 'Contact Card' ,where you can put contact info such as email, address, phone number....

For a moment, if i want to put my personal contact info, where should i put it and make it visible?

nnguyen52 avatar Jun 28 '22 22:06 nnguyen52

after sometimes debugging your project, i found that we did not have the options showContactInformations in json_stub.json file. The line const [showContactInformations] = useOptions('showContactInfos', true); in social_card.tsx and social.tsx is very broken (doesnt work at all) and i had to manualy change into const showContactInformations = true;.

I hope you fix this confusion! : D

nnguyen52 avatar Jun 28 '22 22:06 nnguyen52

Hi!

Sorry for the somewhat bad documentation on this. It's been designed to be part of our main application (https://welovedevs.com/app) and open sourced to the community.

We are aware that the documentation is at this time broken (the docusorus build is not working anymore https://github.com/welovedevs/react-ultimate-resume/issues/97) , but we're happy to provide support via issues if necessary.

To reply to your comments, the showContactInformations variable is supposed to be set in the options props of the DeveloperProfile component. You have an example of this here https://github.com/welovedevs/react-ultimate-resume/blob/d18a366a448d2007bfded6e4d8e61b7684f259c0/src/App.jsx#L59, where you can just switch the showContactInfos variable to true and the phone number and the phone/email filled in the json data will show up.

Can you confirm it works for you?

clementdevos avatar Jun 29 '22 14:06 clementdevos

Thanks for your replies! I can make it works by little adjustment, it doesnt bother me for now : D .

nnguyen52 avatar Jun 29 '22 23:06 nnguyen52