Obtain user IDs
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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