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
Once all views have been migrated, we should verify that no calls to v2 are transferred to v1. We can achieve that by logging an error each time a request is forwarded from v2 to v1.
In addition, we should verify that GET requests are consistent with v1 responses; we can do that thanks to #4.
Testing should be performed manually on an actual (test) instance of Open edX, covering all possible use cases.
The text was updated successfully, but these errors were encountered:
- fix the response of get thread API according to query params
when thread type is question
- fix the response of get thread API when answered question is marked
back as not answered when thread type is question.
- fix the response of user's subscribed thread API as it wasn't deleting
the subscriptions of the thread when thread was deleted, and was returning
more subscribed threads in the response
- add tests for the above cases
- close#47
Once all views have been migrated, we should verify that no calls to v2 are transferred to v1. We can achieve that by logging an error each time a request is forwarded from v2 to v1.
In addition, we should verify that GET requests are consistent with v1 responses; we can do that thanks to #4.
Testing should be performed manually on an actual (test) instance of Open edX, covering all possible use cases.
The text was updated successfully, but these errors were encountered: