golang-cafe / job-board

Golang Cafe - Go job board with no recruiters and clear salary ranges
https://golang.cafe
BSD 3-Clause "New" or "Revised" License
208 stars 50 forks source link

[FEATURE] allow job posters to automatically signup as recruiters #85

Closed ghost closed 1 year ago

ghost commented 1 year ago

todo:

ghost commented 1 year ago

/bounty $75

algora-pbc[bot] commented 1 year ago

💎 $75.00 bounty created by dm161 👉 To claim this bounty, submit a pull request that includes the text /claim #85 somewhere in its body 📝 To receive payouts, join Algora and complete the relevant onboarding steps 💵 Payment arrives in your account 2-5 days after the bounty is rewarded 💯 You keep 100% of the bounty award 🙏 Thank you for contributing to golang-cafe/job-board!

jootd commented 1 year ago

Can I take this ?

ghost commented 1 year ago

Of course please feel free to open a draft PR and I’ll assign it to you to complete

jemiluv8 commented 1 year ago

I'm working on this.

jemiluv8 commented 1 year ago

@dm161 I'm having a challenge generating an appropriate edit link. I thought a simple edit/Job.ID will do but have seen the code related to edit_token and wonder if I need to generate an edit_token for all the jobs to be displayed on the recruiters profile/jobs

In the meantime I'll create a draft PR while exploring my solution

Sample snippet

 {{ range $i, $j := .Jobs }}
      <a href="/edit/{{ $j.ID }}">{{ $j.JobTitle }}</a>
{{ end }}

Update: I elected to join edit_token on jobs for recruiters and used it to generate the link. : Also had to merge master into my working branch to fix merge conflicts

algora-pbc[bot] commented 1 year ago

💡 jemiluv8 submitted a pull request that claims the bounty. You can visit your org dashboard to reward.

algora-pbc[bot] commented 1 year ago

🎉🎈 @jemiluv8 has been awarded $75.00! 🎈🎊