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.
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.
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 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.
Hope it will help! 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.