This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
[$40] Support direct links to the Job Candidates tabs #391
Open
Description
We have a page where we list Job Candidates splitd into several tabs (example page https://platform.topcoder-dev.com/taas/myteams/16873/positions/eaa70908-20dc-488b-a9fb-e96dca98ec33/candidates)
We would like to be able to open any of these tabs by direct links like:
-
When we click any tab the URL should be changed respectively.
-
Note, that at the moment, when we come to this page we select tab "in-review" or "interviews" automatically, depend on if the "in-review" tab has anyone or no. We should keep this logic the next way:
- Support link without any status like now https://platform.topcoder-dev.com/taas/myteams/16873/positions/eaa70908-20dc-488b-a9fb-e96dca98ec33/candidates
- When we follow such link check the same conditions as we do now, to determine which tab should be opened by default
- And open/redirect to that tab
- So while we can use link https://platform.topcoder-dev.com/taas/myteams/16873/positions/eaa70908-20dc-488b-a9fb-e96dca98ec33/candidates without specifying the tab it would redirect to some tab depend on the current logic