-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
选课模块重构计划 #33
Labels
Comments
补充:由于现代浏览器中已基本包括 jQuery 的 DOM 和 AJAX 相关的 API,亦可以考虑直接基于原生 API 编写。 |
vue 的话是不是有点太多了? ..... |
如果用Vue的话,是不是可以考虑把整个选课界面都重新渲染一遍。 |
@fztfztfztfzt 目前插件以优化现有页面为主,重渲染的话侵入程度可能太强了 |
并不需要 at 我,我对 vue 一无所知 |
@gaocegege 你就知道发狗粮 |
你行你也发 |
@gaocegege .... 向狗粮大佬低头 /w\ |
对vue和angular一无所知( |
近期准备开坑,估计还是走原生了…… |
豆腿真是.... |
已经 4 个月了,鸽豆? @ComMouse |
建议原生,electsys的生命周期对于框架来说太长 // emmm…几个月前的issue了嘛,无视我好了 |
@at15 鸽了,有意接手插件的可以联系~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
现有的选课模块代码较老,已难以维护,需要考虑重构一版。
目前选课模块的核心功能有:
考虑到前端技术的更迭,jQuery 在前端中使用频率逐步减少,目前有将 SPA 框架,如 Vue 等引入开发的计划,简化代码实现。但需要考虑这些框架或类库的维护门槛较 jQuery 更高一些,可能不利于后续维护。
关于功能更新和重构技术选择的问题,在此供各位讨论。
cc @ShieLian @gaocegege @laohyx
The text was updated successfully, but these errors were encountered: