5sControl / 5sControl/5s-frontend

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

未关闭
#76 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug Front
主要语言
TypeScript
星标
3
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

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

贡献指南

打开贡献指南

调研方向

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.

由索引模型根据 Issue 内容生成。

评估

技术栈
react, typescript
领域
frontend
Issue 类型
缺陷
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。