Shreyas Satish

Results 11 comments of Shreyas Satish

[`Filtersets`](https://github.com/hasgeek/hasjob/pull/427) were recently added to Hasjob to help admins create SEO-friendly pages. A filterset is essentially a combination of filters that is unique for each board. This feature can also...

Can we do this by touching the job post's `datetime`?

How about we provide the user with the job post form, with details pre-filled from the earlier version of the job post? This will be 2 clicks at the minimum...

I'm thinking about how users will discover the 'Repost' feature. - Will 'Repost' be a link on the sidebar of an archived job post? - Should we send an email...

TODO: - Design for the email template - Copy for the email template - Add the template to the repo - Add a feedback form - Cron job (or an...

Can an employer indicate that they have hired for that role? `JobPost` has a status called `Closed` but it doesn't necessarily imply that the role was hired for. If the...

> Can write a manage.py command and call it every minute. Why does it have to be called every minute? Once a day should suffice? > The jobs will require...

If it's necessary to store the notification, I suggest adding a flag called `repost_notification_sent_at` which stores the `datetime` of when the notification was sent. What's also important to track: -...

`id` of the previous `JobPost` instance which is being reposted as a new job post.

If you have a job post `X`, which is being modified and reposted as `Y`, a `source_id` on `Y` establishes its history to `X`.