RunEvaluationForm: Add duplication factor input

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

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
72/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Active
Tech stack
typescript
Domain
frontend

Research direction

Start by locating the RunEvaluationForm component and the code that builds the v2 run request. Add the optional integer input using the dataset's stored factor as its default, and verify that duplication_factor is sent only when the user changes it and values below 1 are rejected.

Written by the indexing model from the issue text.

Description

enhancement

Is your feature request related to a problem?
The dataset's duplication_factor is fixed at upload, limiting flexibility. While v2 allows a run to override it, users currently have no way to set it through the console.

Describe the solution you'd like

  • Add an optional "Duplication factor" input (integer ≥ 1) to RunEvaluationForm, defaulting to the dataset's stored factor
  • Send duplication_factor in the v2 run body only when changed by the user
Dominant language
TypeScript
Stars
1
Forks
0
Avg merge
10h 40m
Merged PRs (30d)
4

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.

More from ProjectTech4DevAI/kaapi-frontend

All issues in ProjectTech4DevAI/kaapi-frontend

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.