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

Add telegram bot UI (#3) #4

Merged
merged 2 commits into from
Mar 25, 2024
Merged

Add telegram bot UI (#3) #4

merged 2 commits into from
Mar 25, 2024

Conversation

mmvpm
Copy link
Owner

@mmvpm mmvpm commented Mar 17, 2024

State machine diagram:
image

@mmvpm mmvpm requested a review from bogdanspbm March 17, 2024 15:21
@mmvpm mmvpm self-assigned this Mar 17, 2024
@mmvpm mmvpm linked an issue Mar 17, 2024 that may be closed by this pull request
def text: String
}

object State {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хм, интересный подход. В теории он будет отлично работать, если у нас одна и та же кнопка не имеет внутреннего состояния (а я такое сходу придумать не могу).

Единственное мне не нравится, что кнопки это ENUM-ы и все переходы хранятся в мапе. Я бы использовал какой-то паттерн state-machine на каждое окно и в нем бы описывал на какой стейт могу попасть в зависимости от внутренних условий.

Тут нужно смотреть как люди пишут телеграмм ботов, чтобы понять что является стандартом. Но мне кажется что больших открытых ботов нет, чтобы можно было с них списать что-то.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я бы использовал какой-то паттерн state-machine на каждое окно и в нем бы описывал на какой стейт могу попасть в зависимости от внутренних условий.

Подожди, ведь я ровно так и сделал)

Либо я тебя не понял

@mmvpm mmvpm merged commit 6fcab4f into main Mar 25, 2024
2 checks passed
@mmvpm mmvpm deleted the telegram_bot branch March 25, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Telegram bot MVP
2 participants