ProjectTech4DevAI / ProjectTech4DevAI/kaapi-frontend
RunEvaluationForm: Add duplication factor input
Nobody has claimed this yet.
- 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_factorin the v2 run body only when changed by the user
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 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