Canvas-Syncer
Canvas-Syncer copied to clipboard
Optimize Drop Course Logic
- Problem: when dropping a course, an error may occur due to invalid course ID or code, and it's inconvenient for user to manually configure all the course once again.
- One possible solution: Auto-detect and prompt the user to confirm whether a course is dropped or not.
More, sometimes the code of course will change(if visiting through the browser, there will be a redirect url) which will make the progam cannot find the course, is it possible to autoly get this change?