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

Telegram work #14

Open
cloudkucooland opened this issue Sep 15, 2020 · 2 comments
Open

Telegram work #14

cloudkucooland opened this issue Sep 15, 2020 · 2 comments

Comments

@cloudkucooland
Copy link
Member

Improve bot integration in chats:
new table: tgchat (chatID (primary key), teamID (can be null, fk to team), opID (can be null, fk to op), zone)

require EITHER teamID or opID (zone optional)

/assignments
show all assignments for team (each op, as now) or specified op

/unassigned
show unassigned markers

/completed
show completed markers

/link teamID - OR - opID

/help -- show help

can we do buttons in chats?


Improve direct communication with bot (pm, not chats)

add button for "my assignments" that pulls up a list of ops as butttons. Click the button for the ops and it shows assignments in that op with ability to ack/reject/complete assignments.

@cloudkucooland
Copy link
Member Author

in group chat linked to team

/addagent @tgname
adds agent to team and chat if necessary
-- watch the chat, if agent is removed from chat, remove from team

@cloudkucooland
Copy link
Member Author

schema changes done. bot side underway

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