-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from ikhit/ikhit-dev
Ikhit dev
- Loading branch information
Showing
27 changed files
with
635 additions
and
719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,6 +160,7 @@ cython_debug/ | |
|
||
#poetry | ||
.poetry.lock | ||
poetry.lock | ||
|
||
#redis | ||
.redisdata/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Документация админки бота | ||
|
||
## Введение | ||
Эта документация предназначена для администраторов и менеджеров, которые используют админку нашего бота. Здесь описаны основные функции и команды, доступные в админском интерфейсе. | ||
|
||
## Автоматическое создание пользователей | ||
При запуске бота автоматически создаются пользователи с ролью администратора, если их Telegram ID указаны в файле .env. Убедитесь, что вы добавили свои ID в этот файл. | ||
|
||
## Вход в админку | ||
Чтобы войти в админку, используйте команду /admin. Эта команда доступна только пользователям с ролью администратора или менеджера. | ||
|
||
## Основные функции админки | ||
|
||
1. Управление контентом: | ||
- Администраторы и менеджеры могут добавлять, удалять и редактировать контент в основных меню бота. | ||
|
||
2. Дополнительно: | ||
- В этом разделе можно просмотреть текущие открытые заявки на обратный звонок от менеджеров и службы поддержки. | ||
- Также доступны отзывы пользователей. | ||
|
||
3. Управление персоналом: | ||
- Администраторы могут изменять роли пользователей, назначая их админами, менеджерами или обычными пользователями. | ||
- Для этого пользователь должен зарегистрироваться в боте, введя команду /start. | ||
|
||
4. Статистика: | ||
- Администраторы могут получить список всех администраторов и менеджеров. | ||
- Также доступна статистика по всем закрытым заявкам, включая дату последней закрытой заявки для каждого администратора или менеджера. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.