5sControl / 5sControl/5s-frontend

[1h]fix bugs in Orders View(time in started order)

Abierto
#76 0 comentarios 0 reacciones 0 asignados Ver en GitHub
bug Front
Lenguaje dominante
TypeScript
Estrellas
3
Forks
1
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

- [x] Fix bug in design.

1. Открыть приложение;
2. Отрыть вкладку Orders View;
3. Выбрать заказа со статусом started(пример 59420).
Result: Дизайн не соответствует фигме, дата работы указана в формате: Date: 23.02.2023 - 01.01.1970.
Expecte result: Дизайн соответствует фигме, дата работы указана в формате: Offer date: 13.02.2023 Offer valid for 30 days.

![Image](https://user-images.githubusercontent.com/113969187/225881504-74f1edec-0a85-4dd4-bd3f-a062bfa64b37.png)

![Image](https://user-images.githubusercontent.com/113969187/225881503-c576a7ee-f9b2-4f98-807f-06ea33214d03.png)

- [x] Fix bug in completion of the order

1. Открыть приложение;
2. Отрыть вкладку Orders View;
3. Выбрать заказа со статусом started(пример 59420).
Result: Датой окончания заказа - 01.01.1970.
Expecte result: Датой окончания заказа - in progress.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Look at the Orders View component, likely in a file like src/views/OrdersView.tsx or similar. Find where the order data is displayed, particularly the date formatting for orders with status 'started'. Compare the current date rendering logic with the expected format 'Offer date: 13.02.2023 Offer valid for 30 days' and the 'in progress' label for completion date. Check for hardcoded dates like '01.01.1970' and replace with proper logic. Verify the design matches the provided Figma reference.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
react, typescript
Área
frontend
Tipo de issue
Error
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
45/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.