openml / openml/OpenML

unify download counts

Open
#703 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
755
Forks
128
PR merge metrics
No merged PRs in 30d

Description

The website counts downloads but uses an deprecated call in the main REST API
Downloads should be done (and counted) using the REST Data API, but that doesn't do counting right now.

  • Update javascript so that it uses the Data API
  • Update the Data API so that it count downloads

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the website's JavaScript download request and identifying where it uses the deprecated main REST API. Then inspect the REST Data API path responsible for downloads and its current counting behavior. Done means the website uses the Data API and downloads are counted there; no files or tests are named in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, php
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.