feat(codechef): implement full CodeChef support #354
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/cp.nvim!354
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/codechef"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
CodeChef had no working login, submit, or contest list. The browser
selectors were wrong, the contest list was missing present/past contests,
and problem/contest URLs were unset.
Solution
Fix login and submit selectors for the Drupal-based site. Paginate
/api/list/contests/pastto collect all 228 Starters, then expand eachparent contest into individual division entries (e.g.
START228 (Div. 4)).Add language IDs, correct
url/contest_url/standings_urlin metadata,and make
:CP <platform>open the contest picker directly.