(feat) Adding study plan in config and using it when submitting code#762
(feat) Adding study plan in config and using it when submitting code#762adi928 wants to merge 1 commit intoshuzijun:masterfrom
Conversation
|
Sorry, I didn't see how to set "study_plan" in the config. |
|
I'm sure I missed a location where "studyPlan" needs to be added to the config. Is it SettingsUI.form ? I thought it was generated because of the |
|
@shuzijun bump, if it is missing anything? |
/src/main/java/com/shuzijun/leetcode/plugin/setting Meanwhile, I noticed that there is a list of questions under the learning plan. If this configuration is added, does it mean that all questions are submitted to the same learning plan? This also includes questions that are not in this learning plan. I am not sure if the API interface supports such an operation. |
|
Thanks for that. I'll add the config in SettingUI.java. Other config files seems to be more abstract. Yes, the idea is that if the study_plan is configured, then all the questions are sent to that study_plan. That way the user can make progress in the study plan. |
This will help in tracking the study plan. Otherwise, the user has to copy paste the code to the problem from the study plan. I wasn't sure how the HttpTest was supposed to pass since the httpCheck is going through a proxy to baidu site. So let me know if I've to change anything else.