Research on /enable command in DM
Closed this issue · 1 comments
hoshion commented
We need to create an ability to take enable notifications about future pair in DM with the help of /command.
The functionality of this command is the same as /enable in group chat
Your task is to research back-end application of FA with the purpose to find endpoints or tables in database that is necessary for proper work of poll in telegram but missing. You need to describe:
- in endpoints:
- path of endpoint
- http method (get, post, etc.)
- params in endpoint path
- query parameters (params after ? in request path)
- request body (if necessary)
- response body (if necessary)
- in tables of database:
- fields
- types
- relations
- uniqueness
- default values
Be very accurate and responsible for what you write. Check twice all that you found and described to find mistakes and fix it in time
iamthegoose commented
To implement the described functionality, we would need:
- Completely nothing, because team leader has already done all the required functionality for implementation