Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] @prizm-ui/components - Ошибки в Cron и CronHumanReadable #784

Closed
1 of 9 tasks
MisterWind opened this issue Oct 4, 2023 · 1 comment · Fixed by #817
Closed
1 of 9 tasks

[BUG] @prizm-ui/components - Ошибки в Cron и CronHumanReadable #784

MisterWind opened this issue Oct 4, 2023 · 1 comment · Fixed by #817
Assignees
Labels
estimate:sp3 Story Point - 3 october2023 priority:high level of urgency - high state:ready ready for release (pass tested) type:bug Something isn't working
Milestone

Comments

@MisterWind
Copy link
Contributor

Библиотека

Выберите нужное отметив галочку [x]

  • @prizm-ui/core
  • @prizm-ui/components
  • @prizm-ui/install
  • @prizm-ui/icons
  • @prizm-ui/flag-icons
  • @prizm-ui/theme
  • @prizm-ui/charts
  • @prizm-ui/ast
  • @prizm-ui/nx-plugin

Компонент

Cron
CronHymanReadable

Версия

Dependencies:

➜ npm ls @prizm-ui/components

@prizm-ui/components 1.4.6

Проект в котором используется Prizm

  • Редактор отчетов Datalink

Скрин / Видео проблемы

bandicam.2023-10-04.17-43-36-671.mp4
bandicam.2023-10-04.17-46-38-586.mp4
bandicam.2023-10-04.17-53-41-786.mp4

image

Описание проблемы

В Компоненте Cron

Ошибка 1.

  1. Перейти в "Дни"
  2. Отметить радиобатон на строке "Каждый 1 день, начиная с Monday"
  3. Переключать дни недели, обратить внимание на вывод в поле выше, где человекочитаемый вариант
  4. Проскроллить вниз, отметить радиобатон на строке "В последний Monday месяца"
  5. Повторить шаг 3
  6. Отметить самый нижний радиобатон "В 1 monday месяца"
  7. Повторить шаг 3

Фактический результат 1:
Происходит смещение дней недели на 1, Monday = Вторник, Tuesday = среда и т.д.

Ожидаемый результат 1:
Monday = понедельник, tuesday = вторник и тд.

Ошибка 2.

  1. Перейти в "Дни"
  2. Отметить радиобатон "Последний рабочий день месяца"
  3. Обратить внимание на поле с человекочитаемым выводом

Фактический результат 2:
В поле вывода: "в последний будний день месяца"

Ожидаемый результат 2:
В поле вывода: "в последний рабочий день месяца".
Либо в радиобатоне "Последний будний день месяца"

Ошибка 3.

  1. Перейти в "Годы"
  2. Отметить радиобатон "Выбранный год"
  3. Ввести различные цифры: 100, 1000, 10000 и тд
  4. Сохранить такой год и проверить в выводе

Фактический результат 3:_
Можем вписать любое число начиная со 100, число 1000000 вызовет NAN в строке вывода, -500 даст результат с по 500

Ожидаемый результат 3:
Есть ограничения на вводимые года.

@alexhawkins94 alexhawkins94 added the type:bug Something isn't working label Oct 5, 2023
@ZurabDev ZurabDev self-assigned this Oct 6, 2023
@ZurabDev ZurabDev added priority:high level of urgency - high october2023 labels Oct 6, 2023
@ZurabDev ZurabDev added this to the 3.2.0 milestone Oct 6, 2023
@ZurabDev ZurabDev added the estimate:sp1 Story Point - 1 label Oct 9, 2023
@ZurabDev ZurabDev linked a pull request Oct 12, 2023 that will close this issue
@ZurabDev ZurabDev added state:ready ready for release (pass tested) estimate:sp3 Story Point - 3 and removed estimate:sp1 Story Point - 1 labels Oct 12, 2023
@ZurabDev
Copy link
Contributor

Оформили запрос на фичу в #824

@ZurabDev ZurabDev modified the milestones: 3.2.0, 3.3.0 Oct 18, 2023
ZurabDev added a commit that referenced this issue Oct 20, 2023
fix(components/cron): fixed week day names #784
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
estimate:sp3 Story Point - 3 october2023 priority:high level of urgency - high state:ready ready for release (pass tested) type:bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants