You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: