12

While playing numbers on salary calculator page, the button (View job) at the bottom redirects to the page which always applies 10000USD, no matter what salary has been calculated. I believe this is not a desired behaviour, since the label on the button suggest to display that specific salary.

Tested with Chrome.

1
  • The button href is hard-coded with /jobs?searchTerm=salary%3A10000usd&med=site-ui&ref=salary-calculator
    – Arulkumar
    Commented Oct 7, 2016 at 11:04

1 Answer 1

-1

This is by-design, though perhaps there is a better design.

The goal is simply to link to job listings with salary at all (we include other currencies in the results as well, where they approximate the USD equivalent). We choose 10000 just to exclude spurious data.

3
  • Hmmmmmm. Spurious? I think in Kerblekistan a salary equivalent to USD10k makes you rich. Willing to relocate to Kerblekistan for working is a completely different matter Commented Oct 10, 2016 at 10:34
  • Seems fairly unintuitive. Calculate Salary -> View Jobs with [any] salary -> confusion. Commented Oct 10, 2016 at 10:55
  • That's an awfully.... questionable design to require a magic number.
    – nobody
    Commented Jan 6, 2017 at 1:26

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .