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
Is your feature request related to a problem? Please describe.
Some progress routes take a while to process, but the user does not need to wait for the response.
Describe the solution you'd like
Make the heavy task async since that would make the User experience a lot better since they don't have to wait for a process finish. Reduce the amount of times the user has to look at a loading screen. We can use celery to make the tasks async.
Is your feature request related to a problem? Please describe.
Some progress routes take a while to process, but the user does not need to wait for the response.
Describe the solution you'd like
Make the heavy task async since that would make the User experience a lot better since they don't have to wait for a process finish. Reduce the amount of times the user has to look at a loading screen. We can use celery to make the tasks async.
References
/activities/<int:activity_id>/hints/<int:hint_id>
PUT/activities/<int:activity_id>/progress
DEL/students/classrooms
PUT/teachers/<int:activity_id>/grade
PUT/classrooms
POST/classrooms/<int:classroom_id>
PUT/classrooms/<int:classroom_id>
DEL/classrooms/<int:classroom_id>/modules
PUTMake sure to test the routes with Postman with the collection: https://documenter.getpostman.com/view/4691925/SzS8uRkd?version=latest
The text was updated successfully, but these errors were encountered: