5sControl / 5sControl/5s-frontend
[2h]fix bug in date date format(Orders View)
- 主要言語
- TypeScript
- スター
- 3
- フォーク
- 1
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
summary: Orders View, дата заказа отображается в формате Date: 02.11.2023 - 02.14.2023(месяц, число месяца, год).
1. Открыть приложение;
2. Открыть вкладку Orders View;
3. Выбрать заказ из списка(пример 55537).
Result: Дата заказа отображается в формате Date: 02.11.2023 - 02.14.2023(месяц, число месяца, год).
Expecte result: Дата отображается в формате число месяца, месяц, год.
コントリビューションガイド
調査の方向性
Look for the Orders View component and the code that formats the order date. The bug is that the date shows as '02.11.2023 - 02.14.2023' (month.day.year) but should be day.month.year. Find the date formatting function or library call (likely using JavaScript Date or a library like date-fns) and adjust the format string. Test by running the app and checking the Orders View with order 55537.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- react, typescript
- 領域
- frontend
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 75/100