favourori / FavResume

Resume Generator Developed in Node & Express
https://favresume.herokuapp.com/home
9 stars 11 forks source link

Bug under section "work experience" #3

Open Toluwalemi opened 4 years ago

Toluwalemi commented 4 years ago

I am currently using your service to generate my resume but there seems to be a bug under the section, "work experience".

After adding more experiences under the section, it turns out that the formatting does not come out well.

"work_experience": {
            "items": [
                {
                    "title": "Content Engineer",
                    "organisation": "Crop2Cash",
                    "location": "Ibadan, Nigeria",
                    "from": "March 2019",
                    "to": "February 2020",
                    "details": [
                        "Responsible for content production, content management, content modelling, and content use"
                    ],
                    "technology_used": {
                        "tools": [
                            "Python",
                            "JavaScript",
                            "Django",
                            "Dropbox",
                            "Moz"
                        ]
                    }
                },
                {
                    "title": "Co-Founder/CTO",
                    "organisation": "Kosewu",
                    "location": "Ibadan, Nigeria",
                    "from": "May 2019",
                    "to": "November 2019",
                    "details": [
                        "Responsible for evaluating and implementing software and strategies using technological resources"
                    ],
                    "technology_used": {
                        "tools": [
                            "Python",
                            "JavaScript",
                            "Django",
                            "Canva",
                            "Trello",
                            "Heroku",
                            "Github"
                        ]
                    }
                },
                {
                    "title": "Software Engineer Intern",
                    "organisation": "Crop2Cash",
                    "location": "Ibadan, Nigeria",
                    "from": "September 2018",
                    "to": "February 2019",
                    "details": [
                        "Responsible for researching, designing, modelling, implementing, and deploying software applications"
                    ],
                    "technology_used": {
                        "tools": [
                            "Python",
                            "JavaScript",
                            "HTML5",
                            "CSS3",
                            "Django",
                            "Django REST framework",
                            "GitHub",
                            "Trello",
                            "BitBucket",
                            "Heroku"
                        ]
                    }
                }
            ]
        },

A Screenshot is attached below to give more visual information.

Thanks for this wonderful service by the way. I love it. screenshot_1

steinathan commented 4 years ago

Ok will be fixed in the new version, i also experienced this also, a PR will be appreciated