Kiran Jonnalagadda

Results 275 issues of Kiran Jonnalagadda
trafficstars

In the spirit of #418, materialized views can be used wherever we have expensive queries that collate data for a day, week or month. These include: 1. The statistics chart...

The admin dashboard currently features two graphs showing site activity. It should also include an activity stream showing each individual event as a separate textual item, with a link pointing...

Hasjob currently only makes connections between employers and candidates, and assumes further interactions will be over email. This makes the follow-up process cumbersome for employers not using an ATS, and...

Hasjob's index page currently retrieves all all job posts given the matching criteria, (a) limited by board and (b) by the last 30 days, unless the archive flag is used....

We have a BoardJobPost model, but it represents a regular many-to-many relationship. There is no record of the board that the post was originally added to. This is necessary when...

Hasjob campaigns should support webhooks: when a user engages with a campaign action, web hooks should be triggered so that a notice can be posted to Slack, or to a...

[Redis Queue](http://python-rq.org/docs/) has served us well as a background job framework, but we keep feeling like we need something more: 1. Time delayed jobs (run this job after ten minutes)...

code-architecture
evaluate

BSNL 3G in Bangalore is currently showing this on the homepage: This is incorrect and grates on the user, but there is no way for the user to do anything...

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