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

Обратный калькулятор стипендий #9

Closed
5 of 7 tasks
dyakovri opened this issue Jul 22, 2024 · 0 comments · Fixed by #11 or #14
Closed
5 of 7 tasks

Обратный калькулятор стипендий #9

dyakovri opened this issue Jul 22, 2024 · 0 comments · Fixed by #11 or #14
Assignees
Labels
new feature 🆕 Новая фича или запрос на нее

Comments

@dyakovri
Copy link
Member

dyakovri commented Jul 22, 2024

  • Сделать отдельную страницу калькулятора, где разместится обратная версия

    • Создать новое пустое View
    • Создать путь в router
  • Разместить элементы окна

    полностью внешний вид можно посмотреть на https://to.profcomff.com/app-figma

    Использовать максимально элементы из vuetify https://vuetifyjs.com/en/components/all (он уже подключен, можно просто копипастить примеры)

    image
  • Написать код по перебору всех возможных вариантов суммы и сохранении этого в виде массива объектов

    [{
        "sum": 123,
        "pgas": 0,
        "gas": 123,
        "pss": 0,
    },{
        "sum": 234,
        "pgas": 134,
        "gas": 100,
        "pss": 0,
    }]
  • Научиться выполнять действия при вводе данных в поле ввода

    • Написать код, который их бежит по массиву, ищет такое поле "сумма", которое максимально близко к введенному значению суммы, но отличается не больше, чем на 50рублей. Выводит найденные значения на экран.
@dyakovri dyakovri added the new feature 🆕 Новая фича или запрос на нее label Jul 22, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Viribus Team Jul 22, 2024
@dyakovri dyakovri moved this from Backlog to In Progress in Viribus Team Jul 22, 2024
@dyakovri dyakovri linked a pull request Aug 5, 2024 that will close this issue
3 tasks
@github-project-automation github-project-automation bot moved this from In Progress to Done in Viribus Team Aug 17, 2024
@BatuevIO BatuevIO linked a pull request Sep 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature 🆕 Новая фича или запрос на нее
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants