Challenge Overview
Challenge Objectives
-
Find all the page urls where at least one member handle link is rendered.
Technology Stack
-
Browser
Requirements
You need to find all the page urls under the private subdomains listed below, on which at least one member handle link is rendered.
https://topgear.topcoder-dev.com/
https://zurich.topcoder-dev.com/
https://veterans.topcoder-dev.com/
For an example:
This url https://topgear.topcoder-dev.com/challenges/30055960?tab=registrants has `TonyJ` rendered in the registration list, then the page url should be a candidate url.
Note down the corresponding url in any common text editor line by line, grouped by the private group name.
Note: a url without a member handle link on it will be considered as invalid URL.
We will calculate the score by counting all the non-repeatable valid URLs, which contains at least one member handle link minus the amount of invalid URLs that your submission contains.
Please don’t forget to group your urls based on subdomain names.
Note: this is a 24h challenge, we used an Idea Generation scorecard for this challenge, there’ll be no appeals and appeal response phase, we will review the results based on the above formula internally.
Final Submission Guidelines
Submission deliverables
- Submit a file in a txt, md, or doc format with all the urls line by line, grouped by the subdomain names.