hasjob icon indicating copy to clipboard operation
hasjob copied to clipboard

Hasjob, the Hasgeek job board

Results 105 hasjob issues
Sort by recently updated
recently updated
newest added

Flask supports [CBVs](http://flask.pocoo.org/docs/0.11/api/#flask.views.MethodView). Moving to them might give us cleaner code as we can separate `get()` `post()` methods to handle requests. E.g. from Flask doc - ``` class CounterAPI(MethodView): def...

Hasjob introduced reposting in https://github.com/hasgeek/hasjob/pull/212. Hasjob should go one step further and send an email alert to job posters whose job post recently expired. This would help encourage them to...

It should be possible to relist an expired listing without filling it out all over again. Now that Hasjob has authentication, this can be in the user's dashboard.

User reports against listings and applications are written to the db, but have no UI for admins. This needs to be fixed ASAP as running database queries every time is...

priority-hi

The logo URL field in the Domain form that was removed in #385 needs to be added back. Ideally, we should do this as an `ImgeeField` rather than a `URLField`.

[This should not happen as the count of jobs should be whole numbers](https://hasjob.co/?c=ux&currency=INR): We've solved for this in the job detail page by specifying a custom Y axis. The same...

The job pay graph only shows when a currency is selected. It should show regardless of whether a currency is selected, showing payscales in all currencies. 1. Show a separate...

Hasjob currently defines currency buckets in two places. These two are out of sync. They should either be rewritten to match, or they should be generated from a single source...

Hello, I developed a browser extension for Hasjob that allows a job seeker to quickly check if there's any job listed on Hasjob for any website. **Use case:** Let's say...

It would be useful for a candidate to know when they applied to a particular job post. This date can be shown in the stickie (in `/applied`), and in the...