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

Store human readable chat history #90

Open
r4rdsn opened this issue Jun 9, 2020 · 1 comment
Open

Store human readable chat history #90

r4rdsn opened this issue Jun 9, 2020 · 1 comment
Assignees

Comments

@r4rdsn
Copy link
Member

r4rdsn commented Jun 9, 2020

As of now bot only has standard stdout aiogram logger of incoming updates, which docker takes care of. It can be useful for debugging purposes, but is not quite readable, as it doesn't save the type and structure of update (i. e. message or keyboard query). Storing chat history in some human readable format will allow to analyze user interactions and shape further development.

@r4rdsn r4rdsn self-assigned this Jun 9, 2020
@r4rdsn
Copy link
Member Author

r4rdsn commented Jun 13, 2020

All updates get saved in the database since 3139422. Now the remaining part of the issue is making an interface to get this stored data.

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

No branches or pull requests

1 participant