dm161
dm161
golang cafe is a high quality job board with hand-picked go jobs, no recruitment agencies, clear salary ranges and thriving Go community. Now featuring a high number of Remote jobs
there are a few errors from HTML W3C validation audit https://validator.w3.org/nu/?doc=https%3A%2F%2Fgolang.cafe%2F
We currently have a csv static file https://github.com/golang-cafe/golang.cafe/blob/master/static/country2currency.csv but would be best to have all the data portable and stored into the database. Perhaps into a new table.
sometimes happens that recruiters still post on golang cafe without specifying company name/info. This is disallowed and should be probably better documented in the "post a job" page
developers should be able to add preferred annual or hourly salary when signing up
we currently have a signon single auth endpoint. the endpoint is used for the following: - verify a developer profile - authenticate an admin profile - authenticate a developer profile...
Candidates should be able to save one or more jobs and be able to display them in a custom page. This should only be possible for logged in developers/users.
when uploading an image and cropping, sometimes the cropping functionality does not crop correctly and uses the wrong coordinates resulting in the image being cropped incorrectly.
now developers upon signing up specify their location and some other basic info such as bio and skills. There should be an option to be able to specify a section...