5sControl / 5sControl/5s-frontend
[30min]Edit order title: Invalid number of characters in the field
- Langage dominant
- TypeScript
- Étoiles
- 3
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Precondition:
Go to https://office.5scontrol.com/mobile
Login as admin
Description:
The field is limited to no more than 49 characters
Step to reproduce:
1. Go to orders
2. Check any order
3. Click to the icon "Edit order"
4. In the field "name" enter 50 symbols
Expected result:
The field is limited to 50 characters inclusive
Actual result:
The field is limited to 49 characters
Attachment:
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Find the order edit form component, likely in a file like EditOrder.tsx or OrderForm.tsx. Locate the input field for the order name and check its maxLength attribute or validation logic. Change the limit from 49 to 50 characters. Verify the fix by testing the edit order flow in the application.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- react, typescript
- Domaine
- frontend
- Type d'issue
- Bug
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 40/100