welovedevs / react-ultimate-resume

💼 🎨 A modern software developer resume built with React and JSONResume
https://welovedevs.com/react-ultimate-resume
GNU Affero General Public License v3.0
2.12k stars 625 forks source link

adding skill #17

Closed krishnasen2401 closed 4 years ago

krishnasen2401 commented 4 years ago

there isnt option to add custom skill or which are not in list like microsoft power bi in the fork version but is present in the only web builder on subdomain hosting of welovedevs

clementdevos commented 4 years ago

If I understood correctly, you want to add a skill to the list? The list is loaded from an external API that we host. Turns out skills list APIs are quite rare.

We decided to implement it that way so that we can keep this list updated and curated with skills and images that render properly in color and with negatives.

We'll gladly add skills if requested :)

krishnasen2401 commented 4 years ago

Please add power bi in the list

[Featured request] :- add hobbies as text and upload pictures of those if possible since they are self hosted

On Sun, 29 Mar, 2020, 8:08 pm clementdevos, notifications@github.com wrote:

The list is loaded from an external API that we host. Turns out skills list APIs are quite rare.

We decided to implement it that way so that we can keep this list updated and curated with skills and images that render properly in color and with negatives.

We'll gladly add skills if requested :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/welovedevs/react-ultimate-resume/issues/17#issuecomment-605646669, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGCHASACOOFHFWLTRUJWKDRJ5MONANCNFSM4LV7F7GQ .

krishnasen2401 commented 4 years ago

Also multiple link to project because some of the projects hosted in GitHub are in two different repositories

On Sun, 29 Mar, 2020, 8:15 pm Lingam mohan krishna sen, < 2401krishnasen@gmail.com> wrote:

Please add power bi in the list

[Featured request] :- add hobbies as text and upload pictures of those if possible since they are self hosted

On Sun, 29 Mar, 2020, 8:08 pm clementdevos, notifications@github.com wrote:

The list is loaded from an external API that we host. Turns out skills list APIs are quite rare.

We decided to implement it that way so that we can keep this list updated and curated with skills and images that render properly in color and with negatives.

We'll gladly add skills if requested :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/welovedevs/react-ultimate-resume/issues/17#issuecomment-605646669, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGCHASACOOFHFWLTRUJWKDRJ5MONANCNFSM4LV7F7GQ .

clementdevos commented 4 years ago

Power BI has been added.

Also multiple link to project because some of the projects hosted in GitHub are in two different repositories

Can you explain you give more details about this?

krishnasen2401 commented 4 years ago

I have project where code is divided into two different repositories

Android :- repository 1 Html,Php with SQL files :-repository 2

Both these repo are maintained regularly as they different locations on pc so had to do different repo

In the projects tab I can only one link of GitHub

Since here both the repositories belong to same project but got split and hence I had to choose only android repository link

And also about the hobbies I meant I wanted to add only text with the artwork which is not possible cause if I had to tell about my hobbies I have to do it in term gifs only

These are 2 changes i was requesting

Thank and regards Lingam mohan krishna sen

On Sun, 29 Mar, 2020, 8:34 pm clementdevos, notifications@github.com wrote:

Power BI has been added.

Also multiple link to project because some of the projects hosted in GitHub are in two different repositories

Can you explain you give more details about this?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/welovedevs/react-ultimate-resume/issues/17#issuecomment-605650631, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGCHAUIOZGTA6S7VFGVE33RJ5PQPANCNFSM4LV7F7GQ .

clementdevos commented 4 years ago

Hello !

Regarding the multiple links in the project, we only allow ourselves to add fields to the JSONResume schema (which you can find here) so we won't change the type of the projects.url field to an array.

For the hobbies, we could add a URL field instead of the gifs. For now You can change directly the link in your json file to any image url, it's working :)

I'll close this ticket and open a new one for the URL field in the gifs edit dialog.

Cheers !