Git Product home page Git Product logo

Comments (6)

neeraj-joshi01 avatar neeraj-joshi01 commented on June 20, 2024

Hey @willywos
I'll take it up
Will fix it over the weekend

from jobbyjobjob.

willywos avatar willywos commented on June 20, 2024

Thanks @neeraj-joshi01.

Let me know if you have any questions or need any clarifications.

from jobbyjobjob.

neeraj-joshi01 avatar neeraj-joshi01 commented on June 20, 2024

@willywos Have submitted the PR: #23
I have added the is_saved column to job posting and have added a check to clear only unsaved jobs in the rake task rake jobby_job:clear_job_sites

from jobbyjobjob.

willywos avatar willywos commented on June 20, 2024

Hey @neeraj-joshi01 thanks for taking a look at this one. I'm unsure of this approach though. I had a couple of questions.

  1. If another user saves a job, does that mean that the job is going to show up for all users even after the posting becomes older than a month because it's been flagged as saved for one user?

  2. The alternative to this approach, the one I mentioned above in the additional context. What are you thoughts on doing that instead? Could add some columns to the saved jobs table and basically make a copy of it that's associated to the user. Then would just have to update the my jobs page to pull from that location instead of job postings.

Thanks

from jobbyjobjob.

neeraj-joshi01 avatar neeraj-joshi01 commented on June 20, 2024

@willywos Adding columns to an existing table are pretty straightforward, But I wanted to avoid duplications while saving the same job details in multiple tables
Right now, there's no check on the jobs being shown on the Dashboard to any user (The system will show up jobs (a month old) to a user if those are there in the Database)
How about going ahead with my approach and adding a check to show only jobs published in the last month to a user?

from jobbyjobjob.

willywos avatar willywos commented on June 20, 2024

@neeraj-joshi01 ok well lets try it out and see how it goes.

from jobbyjobjob.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.