Pavel401 / JobsScraper

Jobs Scraper: Streamline job searching by scraping and storing job postings from various websites ina SQLite3 database using this Go application.
https://jobs-scraper-production.up.railway.app/
GNU General Public License v3.0
7 stars 14 forks source link

Overflow issue on Hiver Job card #57

Closed Pavel401 closed 6 months ago

Pavel401 commented 6 months ago

Describe your issue

The image URL is invalid, causing overflow issues. To resolve this problem, you need to change the image parameter to the correct one. The file is located at: https://github.com/Pavel401/Jobs-Scraper/blob/main/services/hiverScrapper.go

Steps to reproduce

Click on the search bar enter hiver and see the issue

What was the expected result?

It should be visible clearly.

Put here any screenshots or videos (optional)

Screenshot 2024-01-28 at 2 53 42 PM

How can we contact you (optional)

NA

Would you like to work on this issue?

None

By submitting this issue, I have confirmed that:

Pavel401 commented 6 months ago

@BamaCharanChhandogi @hemant933, do either of you want to work on this? A quick fix is needed.

BamaCharanChhandogi commented 6 months ago

Yeah! I will work.

BamaCharanChhandogi commented 6 months ago

I am facing some issues. Why can I not see a hiver company listing in my local area?

image

that's why I can not understand whether my approach to solving this problem is right or wrong. second I have followed these steps to solve this problem.

image

image

Pavel401 commented 6 months ago

I am facing some issues. Why can I not see a hiver company listing in my local area? that's why I can not understand whether my approach to solving this problem is right or wrong. second I have followed these steps to solve this problem.

  • add Image URL in hiverScraper.go files

image

  • add the ImageUrl field in the hiver. go files

image

This is correct

BamaCharanChhandogi commented 6 months ago

With these changes, should I proceed to raise a pull request (PR)?