We need to create an ability to take surveys in DM messages as in browser version of FICT Advisor.
The functionality of polls:
- Show the list of discipline teachers to start poll (as in survey page)
- Start a survey
- Implement all variants of answers (1-10, yes/no, text)
- Send an answer
The 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
We need to create an ability to take surveys in DM messages as in browser version of FICT Advisor.
The functionality of polls:
The 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:
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