-
Notifications
You must be signed in to change notification settings - Fork 45
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
彻底的【代码重构】和【SQL数据库结构重构】 #20
Comments
预计MySQL db大致分为以下几个Table:
具体的Column有待设计。 |
golang code部分,目前的unit test的结构是有问题的,建议变成
不需要test的模块不加test即可,最终可参考类似 https://github.com/kubernetes-sigs/kube-batch/tree/master/pkg/scheduler |
功能列表:
可能添加的功能:
|
采纳。 |
我可以今晚或者明天在现在的master基础上做一下各个模块分离的代码重构,不知道attention表重构是否已经完成?可以商量一个方便的时间,我提一个模块代码结构分离+test+CI的pr,希望pr前后master尽量freeze即可 |
@yzs981130 attention表已经重构完了。 |
@yzs981130 今晚吧? |
邮件联系没问题。 单开了issue #38 |
由于第一次发布的版本为敏捷开发方式,SQL数据表有许多地方设计欠妥,代码更是丑陋不堪,仅仅是勉强满足了用户需求。
待树洞管理完善后,计划于2020年7月底之前彻底重构代码和数据库,选择某一天的树洞低峰时段(凌晨5点)进行彻底的系统升级。
此帖用于落实重构细节,欢迎所有人来讨论!
The text was updated successfully, but these errors were encountered: