You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like we're not really set up to edit and delete job posts. No big deal except for renewing job posts, seems like a common thing to want to do, currently requires logging in the console, I think? @btaitelb what do you think?
The text was updated successfully, but these errors were encountered:
Ah, good point @gkop! Because most listings link to external links, rather than the internal job_posting page, you can't just grab their id and go to /job_postings/:id/edit. What if we put an edit link on /job_postings next to the links if you're logged in as an admin?
That sounds good. The last wrinkle to figuring out is how to deal with non-active job posts, right now they don't show up on the index, but they are precisely the ones we are likely to want to renew.
It seems like we're not really set up to edit and delete job posts. No big deal except for renewing job posts, seems like a common thing to want to do, currently requires logging in the console, I think? @btaitelb what do you think?
The text was updated successfully, but these errors were encountered: