Kiran Jonnalagadda

Results 268 issues of Kiran Jonnalagadda

Just like boards can be user-defined and can have custom auto posting rules, Hasjob needs user-specified Twitter feeds. These feeds should retweet from the main feed (and not post fresh)....

[Google's PWA checklist page](https://developers.google.com/web/progressive-web-apps/checklist) lists several items that are applicable to Hasjob: ### Baseline * [x] Site is served over HTTPS * [x] Pages are responsive on tablets & mobile...

Hasjob currently does not offer an API to post a job, as we require employers to post from the website in full awareness of how Hasjob works. However, the API...

Hasjob currently displays only the last 24 hours of jobs to anonymous users, unless they specify filter criteria, in which case the 24 hour limit is removed. A prompt at...

If a user pastes a Hasjob URL into the search field, Hasjob should redirect to that URL. This is relevant in the PWA where the browser URL bar itself is...

Promoted (pinned based on targeting criteria) listings on Hasjob require multiple components to be in place. First, assumptions: 1. Listings will be targeted by whether the user is logged in,...

Hasjob's JobImpression table has become a bottleneck in production. It along with the UserEvent table is now the biggest consumer of disk space. From production ([using query from this article](https://www.niwi.nz/2013/02/17/postgresql-database-table-indexes-size/)):...

When a filter is active, an additional line should appear beneath the filters with: `Email me when there's a new job` and `Manage email preferences` Both links leading to an...

Anon user tracking has been disabled for the past several months as it tested only for cookie acceptance, and was easily fooled by headless browsers that play back cookies. A...

User profile pages should have an anonymous version where a summary of relevant information is provided along with endorsements from real people, without revealing the individual's identity. Suggested by @jitendravyas.