我将介绍个人开发的当前棒球联赛得分管理系统的技术和开发系统的技术。
About the current baseball league score management system
It is a CMS that provides breaking of players results for Japan Colorball Baseball League.
I am developing, operating, adding new functions from June 2015.
Function introduction
Season results page
该页面在棒球联盟官方页面的框架中调用。 显示除团队排名以外的前十名的规范。
- 队伍排名Personal batting division平均击球命中本垒打RBI(参加比赛)Personal pitcher divisionERA(平均收入)胜利数保存淘汰赛Personal non-title divisionOBP(以基准百分比计)双迟滞百分比四球OPS
Player personal page
- 球员介绍(所属球队,冠军头衔等)击球结果(按时期,按对手分组)投球结果(按时期,按对手分组)上面的图形
该图由高图实现。
Team introduction page
- 每个赛季的总成绩胜利/失败的最新结果团队成员的总击球结果团队成员的总投球结果
Statistics page
I am implementing the participant transition graph by season and team using highcharts.
All period total score page
联赛自2004年以来一直举办,并且从2010年到2018年输入了结果数据。布局与赛季结果页面相同。
Continuing participant grades page
它显示了过去两年参与者的参与列表。 布局与季节结果页面相同。
slack / pushbullet (push notification) collaboration
有一个关于松弛和推送项目的推送通知。
- 长期天气预报获取日程调整
Technology used in (current) baseball league score management system
Backend
- 语言:Java 8固件:SAStruts(在继续运行时变为停产状态)资料库:MySQL 5.7AP服务器:TomcatWEB服务器:Nginx
front end
Although the base is still JSP,I am proceeding APIization and client rendering, and are dynamically generated with ajax + datatables.
jQuery / materialize / datatables
I use Noto Sans Japanese font mainly, the number part is Roboto font.
About the baseball league score management system (under development)
我解释了当前的系统。 但是,由于SAStruts是一种EOL技术,因此目前正在现代开发环境中对其进行更新。 从这里开始,我将介绍正在开发的系统。
Backend (under development)
- TypeScript / NodeJS / Express资料库:MySQL 5.7Netlify
Front end (under development)
设计继续基于实现,并且组件使用用户友好的react-bootstrap。
- ReactJS
- component library
- chart.js
- materialize
Functions only available in beta version under development
我实现了当前系统中未实现的这些功能。 新功能正在从我想到的地方实现。
Batting average distribution graph
联盟也已经运行了很长时间,如果不是干净的正态分布,则仅是某个正常数据。
Each player ability chart
尽管标准偏差的计算过程有些繁琐,但它比句子更能雄辩地说明运动员的性格。
Task
The API response is slow
因为我使用的是低规格的服务器,所以API响应大约需要1秒钟。 我打算更换服务器。
There is no design sense
UI的感觉是毁灭性的,因为业务系统的经验很长。 用户界面仍在反复试验中。
I did not write the test code
基本上是人体测试...(哈哈) 最近我开始使用Jest,所以编写测试代码....
There are many pages
尽管它变成了上面提到的UI的故事,但是由于它具有许多页面,因此使用了哪种菜单以及如何使用导体...。