Deadline for a Job Listing Application

Hey Bubblers!

Actually, I am creating a job listing web application whereby I would be listing jobs from a third party website and redirect the user through the same.

However, I want to remove the listing on the deadline day. Can anyone help me with that?

You can trigger a backend workflow on a certain date. Just schedule the API endpoint on the deadline date and mark it off somehow like deadlineCompleted = “yes” or something like that.

Hope that helps! :blush:

@j805 www.NoCodeMinute.com

For All Your No-Code Education Needs:

  • One-on-One Tutoring
  • eLearning Hub
  • Video Tutorials
  • No-Code Classes

Thanks for your time buddy but can you shed some light?

Can you specify a bit?

Sure. Let me see if I can show you an example at some point today. :blush:

How does your database look? Are you saving any data to your database or just displaying the content using an API? Trying to figure out how to show you an example. Maybe you can show a screenshot of what you have so far? That might help to see how you are displaying your data.

Hope I can help in some way. :blush:

So it’s like I myself post requirements in the back-end:
Data type: jobs which has a data type: deadline

Now, I manually put data (job details) in the back-end and display the same in the front-end.
And when a person clicks on the job it takes them to different page (through the apply button which is a URL of the job)
Now, i want these jobs to automatically delete once the deadline is there.

Thanks :blush:

Ok. :blush: So you are adding the information into your database yourself then, right?

Do you add these with inputs on the screen and use a button to save it? Or are you literally adding them to the Bubble Database through the data tab?

Ok, I set up a few examples since I am not sure exactly how you want to do this. Check it out…

Editor: https://bubble.io/page?type=page&name=expiration_date&id=805testapp42&tab=tabs-1

Preview: https://805testapp42.bubbleapps.io/version-test/expiration_date?debug_mode=true

Hope that helps! :blush:

@j805 www.NoCodeMinute.com

For All Your No-Code Education Needs:

  • One-on-One Tutoring
  • eLearning Hub
  • Video Tutorials
  • No-Code Classes

Thanks a lot @J805 . I really appreciate your help. Kindly keep this link live for a few days I’m out of town and will start working on it when i come down.

1 Like

Hope it will help! :blush: Even if I stop paying for the site, I will still keep the page open so you can see the workflows and everything. Hope that works for you.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.