cub-sdt-104-2024 / tasks

This repository hosts a task tracker for all projects.
1 stars 0 forks source link

Telegram bot: add expense item workflow #13

Open dbarashev-jetbrains opened 5 days ago

dbarashev-jetbrains commented 5 days ago

Implement a workflow for adding a new expense item. When clicking a button or typing a command "/expense" the bot should prompt for the expense item, in the format specified in the issue #3, except for the expense item number. When the user types the expense item, the bot should validate it, and, if the record is valid, add it to the database,

Please commit your code into a branch, create a pull request and assign a review to @dbarashev-jetbrains