openml / openml/openml.org

Obtain user IDs

Open
#402 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
33
Forks
30
Avg merge
2d 21h
Merged PRs (30d)
6

Description

User IDs (uploader IDs) are required for the REST API function
get /run/list/uploader/{ids} , however, there is no good way to obtain even the own user ID other than checking the URL of the profile page. Therefore I'd like to propose new features:

  • list the own user ID on the profile page,
  • when hovering over a name on the website (e.g., task creator), then display the user ID,
  • display user IDs in the search results.

Contributor guide

No contributing guide indexed for this repository

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 locating the profile page, user-name hover behavior, and search-results components in the TypeScript/React website, then review how the REST API represents uploader IDs. Done means the own user ID, hovered user IDs, and search-result user IDs are visibly available in each requested context.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.