ProjectTech4DevAI / ProjectTech4DevAI/kaapi-frontend

RunEvaluationForm: Add duplication factor input

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

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
1
Forks
0
Avg merge
10h 40m
Merged PRs (30d)
4

Description

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

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 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.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.